- 05 Oct, 1999 2 commits
-
-
EDT 1999 Austin Donnelly authored
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.
-
Manish Singh authored
* 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
-
- 04 Oct, 1999 22 commits
-
-
Kjartan Maraas authored
1999-10-05 Kjartan Maraas <kmaraas@online.no> * no.po: Updated translation.
-
Tim Janik authored
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().
-
Nam SungHyun authored
-
Manish Singh authored
* 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
-
Tomas Ogren authored
1999-10-04 Tomas Ogren <stric@ing.umu.se> * sv.po: Update
-
CEST 1999 Olof S Kylander authored
Mon Oct 4 19:02:08 CEST 1999 Olof S Kylander <olof@gimp.org> * Makefile.am fix of a typo
-
Michael Natterer authored
1999-10-04 Michael Natterer <mitch@gimp.org> * app/undo_history.c: made it a bit bigger and sprinkled some pixmaps.
-
Asbjørn Pettersen authored
-
Kelly Martin authored
* 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
-
Asbjørn Pettersen authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
* libgimp/gimpexport.c: if there aren't any changes needed, the fall through should be to ignore the export and continue --Sven
-
Michael Natterer authored
-
Michael Natterer authored
-
Asbjørn Pettersen authored
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
EDT 1999 Austin Donnelly authored
Mon Oct 4 01:46:46 EDT 1999 Austin Donnelly <austin@gimp.org> NEW FILES: * app/scan_convert.c * app/scan_convert.h: common code from free_select.c and bezier_select.c MODIFIED FILES: * app/disp_callbacks.c: Fix for bug #2517 - dragging colour swatch to image with no layers causes segfault. Something is repainting empty images as white rather than chequerboard as well, which still needs fixing. * app/free_select.c: move code out to scan_convert.c * app/free_select.h: use ScanConvertPoint not FreeSelectPoint * tools/pdbgen/pdb/tools.pdb: ScanConvertPoint again * app/tools_cmds.c: generated version of above.
-
Manish Singh authored
-Yosh
-
Olof S Kylander authored
1999-10-04 Olof S Kylander <olof@gimp.org> * app/color_cmds.c removed the bug fix for 2306 and 2208 It is autogen code so ...
-
Sven Neumann authored
--Sven
-
Olof S Kylander authored
1999-10-04 Olof S Kylander <olof@gimp.org> * app/color_cmds.c fixed bug report 2306 and 2208
-
- 03 Oct, 1999 10 commits
-
-
Sven Neumann authored
--Sven
-
Olof S Kylander authored
1999-10-03 Olof S Kylander <olof@frozenriver.com> * app/airbrush_blob.c * app/xinput_airbrush.c A bit better airbrush. It is still ugly but it now looks like airbrush. This is a tool for Wacom tables it is no use to use it with a mouse.
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
Bye, Simon (using Svens account)
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven CVS ----------------------------------------------------------------------
-
Michael Natterer authored
1999-10-03 Michael Natterer <mitch@gimp.org> * app/fileops.c * app/menus.[ch] * app/menus.h * app/plug_in.c: show a help page for all menu entries registered by plugins. Changed menus_create() to menus_create_item_from_full_path() which takes a single GimpItemFactoryEntry instead of an array as parameter.
-
Michael Natterer authored
-
Michael Natterer authored
1999-10-03 Michael Natterer <mitch@gimp.org> The GIMP Help System part II: press "F1" while browsing a menu to show the help page for the menu entry you're currently over with the mouse. * app/color_notebook.c: all color selectors have to register with a help page now. * app/color_select.[ch]: register with a help string. Removed the dialog part of the files because it's use was deprecated anyway (use color notebooks instead). * app/colormap_dialog.i.c * app/colormap_dialog.p.h * app/palette.c * app/palette_select.c: use a color notebook instead of a color selector. * app/gimphelp.c * app/gimpui.c: minor changes. * app/gimprc.c: "use help" defaults to TRUE now. * app/lc_dialog.c * app/lc_dialogP.h: a special help function which shows the help for the currently selected notebook page. * app/menus.c: some weird code which catches "key_press_event" in all menu shells and pops up the corresp. help page for the selected item. Embedded the GtkItemFactoryEntry in a new GimpItemFactoryEntry to allow a help path to be stored. Will be partially exported and moved to gimphelp.[ch] later to catch key_press for plug-in menu items (don't try this now ;-) * app/app_procs.c * app/brush_edit.c * app/brush_select.c * app/channel_ops.c * app/channels_dialog.c * app/commands.c * app/convert.c * app/devices.c * app/file_new_dialog.c * app/fileops.c * app/gdisplay.c * app/gdisplay_color.c * app/gdisplay_color_ui.c * app/gdisplay_ops.c * app/global_edit.c * app/gradient.c * app/gradient_select.c * app/interface.c * app/layers_dialog.c * app/module_db.c * app/paths_dialog.c * app/pattern_select.c * app/preferences_dialog.c * app/qmask.c * app/resize.c * app/undo_history.c: changed all dialog constructors to point to the right place in the new help file structure. * configure.in * help/*: the basic new help file structure. * modules/colorsel_gtk.c * modules/colorsel_triangle.c * modules/colorsel_water.c: register a help page. * plug-ins/helpbrowser/helpbrowser.c: load the help files according to the new help file structure.
-
Tor Lillqvist authored
1999-10-03 Tor Lillqvist <tml@iki.fi> * app/cursorutil.h app/session.c app/text_tool.c: Change the GDK_WINDOWING_* stuff to be buildable with current CVS gtk+ (not recommended for X11, but necessary for Win32). * libgimp/gimp.c: Undef RGB from <windows.h> on Win32. * app/makefile.{cygwin,msc} libgimp/makefile.{cygwin,msc} * plug-ins/makefile.{cygwin,msc}: Add new files. Small changes for current gtk+. * plug-ins/common/animationplay.c: Win32 kludges.
-
- 02 Oct, 1999 4 commits
-
-
Nick Lamb /GIMP authored
Still convert to RGB for the best results. Save support is TODO
-
Manish Singh authored
-Yosh
-
Tim Janik authored
Sat Oct 2 14:36:21 1999 Tim Janik <timj@gtk.org> * plug-ins/common/csource.c: removed cruft (old test code) (run): commented config structure initialization. (save_image): put only the file's basename into the C comment. feature saving of macros instead of a plain structure, so the data can be used for third party structure initialization.
-
Kelly Martin authored
Update for the it locale from Daniele Medri <madrid@linux.it> --klm
-
- 01 Oct, 1999 2 commits
-
-
EDT 1999 Austin Donnelly authored
Fri Oct 1 19:05:04 EDT 1999 Austin Donnelly <austin@gimp.org> * app/gimpimage.c: Factored out common code from gimp_image_{raise,lower}_layer and gimp_image_{raise_layer_to_top,lower_layer_to_bottom}. They now call gimp_image_position_layer() to do the real work. * app/gimpimage.h: gimp_image_position_layer() takes extra arg to tell whether an undo should be pushed. * app/layers_dialog.c: reposition layer with undo. * app/undo.c: new undo type for layer reposition. Layer rename shouldn't dirty and clean the image twice! * app/undo.h: prototype for undo_push_layer_reposition(). * app/undo_types.h: LAYER_REPOSITION_UNDO type.
-
Austin Donnelly authored
-