1999-10-16 Michael Natterer <mitch@gimp.org>
* app/pattern_select.c: fixed a SEGV: The "refresh" callback
should call select_pattern(), not pattern_select_select().
1999-10-16 Michael Natterer <mitch@gimp.org>
* app/channels_dialog.c: applied gimp-gosgood-991011-0.patch, so
double-clicking on the channel widget pops up the attributes
dialog again. Thanks for the very detailled documentation of the
bug (which I tried to fix at totally different places before ;-)
Wed Oct 13 21:37:51 BST 1999 Andy Thomas <alt@gimp.org>
* app/crop.c
* app/sca_convert.c
Fixes to memory problems (use of freed memory references) found
by running with dmalloc.
* app/paths_dialog.c
Locking of multiple paths are now displayed correctly in the
transform tool.
Sat Oct 9 14:58:08 EDT 1999 Adrian Likins <adrian@gimp.org>
* app/about_dialog.c: added some more folks
* gimp.1: updated the list of contributors, and
a few other misc updates.
1999-10-3 Simon Budig <Simon.Budig@unix-ag.org>
* app/path_tool.h
* app/path_tool.c
* app/path_toolP.h
* app/path_curves.h
* app/path_curves.c
* app/path_bezier.h
* app/path_bezer.c
Minor cleanup in the Api (adding init/cleanup functions for the
curve-type-specific data, extending the on_handler function to
return a handler ID, so the tool-core can tell path_curve_drag_handle
which handle gets dragged around)
Indentation madness - This must be some kind of infective: Too long
together with Sven and Mitch :-)
Wed Oct 6 23:29:53 BST 1999 Andy Thomas <alt@gimp.org>
* app/palette.c
Another attemp at fixing the palette dialog.
The number of columns are now fixed at sixteen (which
means the nicely layed out palettes will be OK).
Expanding the dialog causes the width of the cells to change
where as the +/- buttons cause the height of the cells to change.
Tue Oct 5 14:02:07 EDT 1999 Austin Donnelly <austin@gimp.org>
* app/iscissors.c: all-singing, all-dancing iscissors. Now
scan converts so you can actually select stuff. Doesn't leak
tiles either. Still have a problem with occasional segfault
and CRITICAL assertion failing on addition of anchor when
curve not closed.
* app/scan_convert.c: add connecting list between blocks of points
so we actually have a closed polygon.
* app/tool_options.c: iscissors has just the standard feather and
antialias options now.
* libgimp/color_display.h
* app/gdisplay.c: add bpl param for convert func
* gdisplay_color.c: guard against head and tail cases in reorders
* app/gdisplay_color_ui.c: expose_full on all actions, so there is
immediate feedback. Check for no selection and do nothing on actions
* app/path_tool.c: #warning is not portable; change to /* XXX: */
* modules/cdisplay_gamma.c: make it so it actually works properly
-Yosh
Mon Oct 4 21:09:20 1999 Tim Janik <timj@gtk.org>
* plug-ins/common/csource.c: minor cleanups. fixed up alpha channel
elimination for RGBA_IMAGE && !config->alpha configuration.
added option to save data with 1Byte Run Length Encoding, in this
case the outputted source contains a macro (15 lines), implementing
an RLE decoder for RGB or RGBA buffers.
RLE gains us a size decrease of ca. 50% for average images, while
decoding speed amounts to a few invokations of memcpy().
* app/app_procs.c
* app/gdisplay_color.[ch]
* app/gdisplay_color_ui.c: make the ui usable
* app/gdisplay.c: enable cdisplay support
* modules/Makefile.am
* modules/cdisplay_gamma.c: moved gamma functionality to separate
-Yosh
* app/tile_swap.c (tile_swap_default_out): don't update a tile's swap
file position until the tile's actually been successfully written
out
* app/tile_cache.c (tile_cache_zorch_next): add test to make sure tile
was successfully swapped out before dropping it from the cache
--klm