Manish Singh
05c69f12b7
acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2f
...
* acinclude.m4
* config.guess
* config.sub
* ltconfig
* ltmain.sh: upgrade to libtool 1.2f
* autogen.sh: libtool is not required to autogen gtk+
* acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly needed)
* app/actionarea.h: made the label in ActionAreaItem const
* app/convert.[ch]: made FOO_PALETTE #defines into an enum
* libgimp/parasite.c
* app/brightness_contrast.c
* app/color_picker.c
* app/colormap_dialog.i.c
* app/curves.c
* app/equalize.c
* app/gimplut.c
* app/histogram_tool.c
* app/invert.c
* app/levels.c
* app/paint_funcs.c
* app/pixel_regions.c
* app/posterize.c
* app/rect_select.c
* app/threshold.c
* app/xcf.c: remove unused vars, other minor code cleanups
* app/procedural_db.h: #include <glib.h>
* Makefile.am: add README.perl to EXTRA_DIST
-Yosh
1999-03-20 04:41:59 +00:00
jaycox
74fae96949
new function pixel_regions_process_parallel
...
* app/pixel_region.c, app/pixel_region.h: new function
pixel_regions_process_parallel
* app/paint_funcs.c: use pixel_regions_process_parallel in
combine_regions. fixed bug in combine_inten_a_and_inten_a_pixels
* app/gimprc.c, app/gimprc.h, app/preferences_dialog.c: added
num-processors variable
* config.h.in, configure.in, acconfig.h: add configure option
--with-mp and define ENABLE_MP.
1999-01-22 23:46:44 +00:00
scott
85393964a0
Another tile tweak. This one eliminates tile levels (which add
...
bookkeeping without being used). Made copy_region more intelligent on
when to use tile sharing; some changes made to pixel_regions to
facilitate this. Fixed a refcount problem with xcf load and probably
a few other bugs that I've forgotten about. Added a sanity check in
set_undo_tiles to help with a problem larry is reporting with airbrush
and xinput. --sg
1998-08-15 19:17:36 +00:00
scott
0ffabfe95b
Bunch of tile-related stuff.
1998-08-11 17:35:34 +00:00
jaycox
8ac24a56d9
----------------------------------------------------------------------
...
----------------------------------------------------------------------
Modified Files:
ChangeLog app/pixel_region.c
Optimized pixel_region_{get,set}_{row,col}
----------------------------------------------------------------------
1998-07-25 11:24:09 +00:00
EDT 1998 Michael K. Johnson
d2e6afe08c
app/tile_swap.c app/tile_swap.h app/tile_manager.c app/tile_manager.h
...
Sun Jul 12 19:00:15 EDT 1998 Michael K. Johnson <johnsonm@redhat.com>
* app/tile_swap.c
* app/tile_swap.h
* app/tile_manager.c
* app/tile_manager.h
* app/pixel_region.c
* app/pixel_region.h: asynchronous swapin on systems with pthreads.
This version is not at all tuned, and the only interface which makes use
of it now is pixel_region_{g,s}et_{row,col}. Other functions which know
ahead of time the area that they will be needing can request that it be
asynchronously swapped in via the pixel_region_get_async() function.
Compiles and survives basic testing.
1998-07-12 23:01:33 +00:00
scott
9ccef4a648
Tile overhaul. Mostly minor changes, except for tile*.*, which are
...
barely recognizable.
1998-07-10 02:43:12 +00:00
scott
217b494f52
Makefile.am blend.c boundary.c by_color_select.c channel.c color_picker.c
...
* Makefile.am blend.c boundary.c by_color_select.c channel.c
* color_picker.c drawable_cmds.c fuzzy_select.c gimpimage.c
* image_render.c ink.c layer.c main.c paint_core.c paint_funcs.c
* pixel_region.c plug_in.c tile.c tile.h tile_cache.c tile_manager.c
* tile_swap.c transform_core.c undo.c xcf.c: split off tile_pvt.h
from tile.h so changes in the tile implementation don't force a
complete recompile.
--sg
1998-07-08 06:41:58 +00:00
scott
27e90260db
Incorporated Adam's copy-on-write patches. Seems to not break anything,
...
Incorporated Adam's copy-on-write patches. Seems to not break
anything, but I'm sure they do somewhere. --sg
1998-07-02 23:29:44 +00:00
Manish Singh
84abd5d700
Have fun recompiling gimp everyone. It's the great FSF address change!
...
-Yosh
1998-04-13 05:44:11 +00:00
Manish Singh
89b600d2bc
removed all usage of linked.[ch] and switched to GSLists
...
-Yosh
1998-01-29 08:03:27 +00:00
scott
c267c55bbe
Rewrite to make drawables (layers, channels, layer masks) into GtkObjects.
...
--sg
1998-01-22 07:02:57 +00:00
Elliot Lee
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00