- 15 Feb, 1999 2 commits
-
-
Tor Lillqvist authored
speed up the color balance operation a bit.
-
Marc Lehmann authored
-
- 14 Feb, 1999 10 commits
-
-
Tor Lillqvist authored
Added function rgb_to_l for use when we just need the luminosity.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Seth Burgess authored
-
Marc Lehmann authored
-
GMT 1999 Austin Donnelly authored
Sun Feb 14 20:43:55 GMT 1999 Austin Donnelly <austin@gimp.org> * app/channels_dialog.c: don't #include resize.h - it's not needed * app/preferences_dialog.c: ditto. * app/resize.c: do all dialog creation here to factor out lots of common code in commands.c and layers_dialog.c. Also cancel resize/scale dialog on destruction/removal of images/layers - proper fix for Peter Teichman's bug. * app/resize.h: new prototype for resize_widget_new() - beginnings of resolution-aware scaling. * app/commands.c: pull all the resize/scale dialog creation stuff out to resize.c * app/layers_dialog.c: same again. * app/layer.c: add REMOVED signal, sent when a layer is removed from an image. Layers typically aren't destroyed until their undo info expires. * app/layer.h: prototype for layer_removed() call. * app/gimpimage.c: send out removed signal.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
jaycox authored
* app/layers_dialog.c: applied Michael Natterer's fix for the layer movement bug.
-
GMT 1999 Austin Donnelly authored
Sun Feb 14 01:27:29 GMT 1999 Austin Donnelly <austin@gimp.org> New manpage plus bumper fun pack of bugfixes. * gimprc.5.in: NEW FILE: beginnings of some docs on gimprc file format. * configure.in: generate gimprc.5 from gimprc.5.in * Makefile.am: install gimprc.5 * .cvsignore: ignore gimprc.5, it's auto generated. * gimp.1: fix a few paths and URLs. Mention the modules/ directory in user's gimpdir. * app/commands.c: cancel resize or scale dialogs when image they're for is destroyed, rather than segfaulting when Ok is clicked. Thanks to Peter Teichman <peter@zeno.dorm.duke.edu> for pointing this one out. Layer resize/scale still suffers from same problem, but Adam's working on L&C at the moment. * app/gdisplay.c: off-by one error on bounds check in making image title. * app/module_db.c: some would consider it foolish returning to code you've just unloaded. So don't do that. * app/plug_in.c: when superceeding a PDB function with a newer one of the same name, remove pointers to the old one from the plugins that originally registered them. Fixes Nick Lamb's pluginrc file corruption thing, and catches the (common?) error of copying a plugin to a different name but failing to change what it registers. Also, if registering a file loader/saver, make sure it has set an extension, prefix, or magic number it's interested in - that way code that relies on checking this doesn't get confused.
-
- 13 Feb, 1999 1 commit
-
-
Marc Lehmann authored
-
- 10 Feb, 1999 1 commit
-
-
Sven Neumann authored
Preferences and update the title when using the zoom tool. --Sven
-
- 09 Feb, 1999 2 commits
-
-
Marc Lehmann authored
-
Seth Burgess authored
-
- 08 Feb, 1999 2 commits
-
-
GMT 1999 Adam D. Moss authored
Mon Feb 8 19:17:58 GMT 1999 Adam D. Moss <adam@gimp.org> * app/layer.c * app/selection.c: Turn off a layer's bounding box when it is deselected.
-
CST 1999 Shawn T. Amundson authored
Mon Feb 8 12:12:18 CST 1999 Shawn T. Amundson <amundson@gimp.org> * app/bezier_select.c: applied patch from Shuji Narazaki <narazaki@gimp.org> which adds bezier stroke.
-
- 07 Feb, 1999 5 commits
-
-
GMT 1999 Adam D. Moss authored
Sun Feb 7 22:06:04 GMT 1999 Adam D. Moss <adam@gimp.org> * app/dialog_handler.c * app/fileops.c: Various bugfixes and speedups w.r.t. thumbnail loading. Now has a 'generate thumbnail' button. * app/brightness_contrast.c * app/color_balance.c * app/curves.c * app/hue_saturation.c: Changed some gint to gint32. It doesn't matter right now, but it might if the optimized CLAMP0255 gets fixed.
-
Marc Lehmann authored
-
GMT 1999 Adam D. Moss authored
Sun Feb 7 18:29:26 GMT 1999 Adam D. Moss <adam@gimp.org> * app/fileops.c: A unidirectional error-spread makes the saddest little thumbnails taste full of country goodness. * app/appenv.c: Wow, CLAMP0255() has a bug that I can't quite see, or my compiler does. Worked around it.
-
GMT 1999 Adam D. Moss authored
Sun Feb 7 15:04:23 GMT 1999 Adam D. Moss <adam@gimp.org> * app/fileops.c: More robust and kickin' thumbnail support. * app/edit_selection.c app/layer.c app/layer.h: Working on lazy opaque layer moves. Disabled for now. * app/gdisplay.c * app/gimage.h * app/gimpimage.c * app/gimpimage.h * app/image_render.c * app/tile_manager.c: Errr, I don't remember. No, seriously. Nothing of consequence.
-
Manish Singh authored
* configure.in: fix setting of $localedir, and use $CONFIG_SHELL to run config.status (variation upon gimp-joke-990122-1) * plug-ins/fp/fp_gtk.c: make label code consistent so we don't get confused (gimp-ruth-990131-0) * app/app_procs.c: toast stale swap files on startup * app/general.[ch]: removed prune_filename * app/by_color_select.c * app/colormap_dialog.i.c * app/fileops.c * app/gdisplay.c * app/gdisplay_ops.c * app/gimpbrush.c * app/gradient.c * app/info_window.c * app/menus.c * app/palette.c * app/patterns.c: s/prune_filename/g_basename/ -Yosh
-
- 06 Feb, 1999 3 commits
-
-
GMT 1999 Austin Donnelly authored
Sat Feb 6 18:16:57 GMT 1999 Austin Donnelly <austin@gimp.org> * app/gdisplay.c: gdisplay_format_title now parses a format string set by the user to control what goes in the image window titles. * app/gdisplay.h: gdisplay_update_title() prototype. * app/gimprc.c * app/gimprc.h: image-title-format added. * app/scale.c: update a display's title when zooming in/out * gimprc.in: sample image-title-format setting
-
GMT 1999 Andy Thomas authored
Sat Feb 6 16:22:36 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> Changed:- plug-ins/plugindetails/plugindetails.c app/devices.c Tidy up of plugindesc UI. Can now resize correctly. Fixed problem with session saving. If the active dialog was not one on the toolbox (eg Histogram) then an error would be produced the next time gimp is run up.
-
GMT 1999 Austin Donnelly authored
Sat Feb 6 15:11:26 GMT 1999 Austin Donnelly <austin@gimp.org> * app/gimpset.c * app/gimpset.h: remove the member_modified hacks * app/module_db.c: make module_info a proper object emitting a modified signal.
-
- 05 Feb, 1999 1 commit
-
-
jaycox authored
* app/clone.c: merged the registered clone option from the hollywood branch. Made the source for unaligned clones reset after each stroke. Make sure we don't crash if the source drawable gets destroyed.
-
- 04 Feb, 1999 7 commits
-
-
Peter Teichman authored
* app/convolve.c: added pressure support for the Convolve tool
-
Nam SungHyun authored
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* Made 1.1.2 release * configure.in: add plugindetails * libgimp/Makefile.am: add shared lib deps for glib/gtk * libgimp/gimpmatrix.c: use sizeof(GimpMatrix) instead of sizeof(double)*9, memcpy in gimp_matrix_duplicate instead of nested for loop -Yosh
-
GMT 1999 Andy Thomas authored
Thu Feb 4 00:23:26 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> Try again to add the plugin dir & files.
-
GMT 1999 Andy Thomas authored
Thu Feb 4 00:07:13 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> Changed:- * plug-ins/Makefile.am New plugin located in plug-ins/plugindetails. Allows you to browse the plugin menu system.
-
GMT 1999 Adam D. Moss authored
Wed Feb 3 23:46:12 GMT 1999 Adam D. Moss <adam@gimp.org> * app/fileops.c: More work on thumbnailing - the Load Dialog now knows about thumbnails and shows them. Still some UI and code tidy-up remaining.
-
- 03 Feb, 1999 4 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* libgimp/gimp.c * app/datafiles.c * app/docindex.c * app/gimprc.c * app/gradient.c * app/palette.c: use g_get_home_dir () instead of getenv ("HOME") * app/fileops.c: #warning is a gccism * app/invert.[ch]: minor cleanup * app/menus.c: more cleanups * app/blob.c: even more cleanups * libgimp/parasite.c: YACU * ltconfig * ltmain.sh: CVS libtool 1.2e * modules/Makefile.am: use -module and -avoid-version flags * lic/Makefile.am * mapcolor/Makefile.am * xbm/Makefile.am: don't link with libjpeg here -Yosh
-
Manish Singh authored
-Yosh
-
Owen Taylor authored
1999-02-02 Owen Taylor <otaylor@gtk.org> * app/blob.[ch] app/ink.c: Let the user choose between elliptical, square, and diamond shaped brushes for the ink tool.
-
- 02 Feb, 1999 2 commits
-
-
GMT 1999 Adam D. Moss authored
Tue Feb 2 22:25:57 GMT 1999 Adam D. Moss <adam@gimp.org> * app/fileops.c: GIMP now automagically saves xv-compatible thumbnails upon image save. More work soon. * app/fileops.c: Disabled gimage_set_save_proc() call which was causing files to continue saving in the same format regardless of the user's selected format. Needs attention.
-
Tor Lillqvist authored
-