- 09 Mar, 1999 2 commits
-
-
Nam SungHyun authored
-
Manish Singh authored
* app/hue_saturation.c: comment out Raph's saturation changes, didn't work in all cases -Yosh
-
- 08 Mar, 1999 4 commits
-
-
Tor Lillqvist authored
* app/devices.c (devices_write_rc): A line had been deleted by mistake. * app/frac.c: Removed some CRs. * app/install.c (install_run): Typo. * modules/module.def: New file. * Makefile.am app/Makefile.am libgimp/Makefile.am modules/Makefile.am: Added Win32 implementation files to distributed file set.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
jaycox authored
* app/plug_in.c: use g_io_channel_close/unref pairs instead of close in plug_in_open().
-
- 07 Mar, 1999 7 commits
-
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
-
jaycox authored
* app/brush_select.c: pop up the brush-edit dialog whenever the user creates a new brush.
-
- 06 Mar, 1999 4 commits
-
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Nam SungHyun authored
-
Sven Neumann authored
set when opening a new image. --Sven
-
- 05 Mar, 1999 1 commit
-
-
GMT 1999 Andy Thomas authored
Fri Mar 5 21:45:39 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> This is a bit of a biggy. Added paths to layers & channels dialog. This is not complete yet (it still has some rough edges ;-) New:- * paths_dialog.c * paths_dialog.h * pathsP.h These are the core parts of the paths dialog & interaction. * tools/penadd.xpm * tools/pendel.xpm * tools/pennorm.xpm * tools/penedit.xpm * tools/penstroke.xpm New images found in the dialog. Maybe someone with a better artistic flair could replace these? Changed:- * Makefile.am Added new files for build * layers_dialog.c Added new tab for paths. * bezier_select.h * bezier_selectP.h * bezier_select.c Rearrangement & fixes. Not finished yet. * iscissors.c Header file changes. (Need to include more headers). * gdisplay.c * gdisplay.h Hmmm... Added a function that did a mapping from gimage to gdisp. This is a little bit of a "hack", but it was needed.. really. * ops_buttons.h * ops_buttons.c Enhanced to create more types of button ops. Used in the paths dialog. * channels_dialog.c Header file changes? * xcf.c Paths stored in new PROP. Yosh.. I did as you and Adam suggested. * gimpimage.c * gimpimage.h * gimpimageP.h Added paths items to the image structures.
-
- 04 Mar, 1999 1 commit
-
-
Tomas Ogren authored
1999-03-04 Tomas Ogren <stric@ing.umu.se> * app/gimprc.c: Added a g_strdup() on DEFAULT_IMAGE_TITLE_FORMAT, otherwise it would try to free a constant string when cancling out of prefs or changing the title-style.
-
- 03 Mar, 1999 6 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
Sven Neumann authored
looks much better. --Sven
-
Sven Neumann authored
the patches Michael Natterer has provided. Fixed a few minor and cosmetic bugs in those patches. --Sven
-
Sergey I. Panov authored
-
- 02 Mar, 1999 1 commit
-
-
Sven Neumann authored
--Sven
-
- 01 Mar, 1999 3 commits
-
-
Marc Lehmann authored
-
jaycox authored
* Changlog: entries for the previous commit.
-
jaycox authored
* app/Makefile.am: added gimphistogram*, histogramwidget*, removed histogram.[ch] * app/histogram.[ch]: removed. replaced with histogramwidget.[ch]. * app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new functions that calculate histograms in parallel and perform calculations on them. * app/histogramwidget.[ch]: Same as old histogram.[ch], only it is now a real widget, and it uses GimpHistograms instead of arrays of values. * app/curves.c: #include gimphistogram.h instead of histogram.h. * app/equalize.c: use GimpHistogram and GimpLut. * app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use GTK_RUN_FIRST in calls to gimp_signal_new. * app/histogram_tool.c, app/levels.c, app/threshold.c: modified to use the new HistogramWidget. * app/paint_funcs.c: removed some unused variables. * app/preferences_dialog.c: only display the num-processor field if we are configured --with-mp * plug-ins/gee/gee.c: removed a couple of c++ style comments.
-
- 28 Feb, 1999 5 commits
-
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
EST 1999 Adrian Likins authored
Sat Feb 27 23:25:55 EST 1999 Adrian Likins <adrian@gimp.org> * plug-ins/script-fu/scripts/xach-effect.scm: removed some old dead code that was keeping it from working. Now xach's name is untarnished again. -adrian
-
- 27 Feb, 1999 2 commits
-
-
GMT 1999 Austin Donnelly authored
Sat Feb 27 18:07:53 GMT 1999 Austin Donnelly <austin@gimp.org> * app/scale.c: use image's units, not the ruler units, when dimentioning the rulers. Gimprc ruler-units syntax has no use anymore. * app/gdisplay.[ch]: applied statusbar unit display patch from Michael Natterer.
-
GMT 1999 Adam D. Moss authored
Sat Feb 27 16:54:51 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gimage_cmds.c: When a gimage's colourmap is changed, implicitly queue an update of the whole gimage. * plug-ins/vinvert/vinvert.c: Speed up - iterate over regions, not rows. * plug-ins/autostretch_hsv/autostretch_hsv. * plug-ins/c_astretch/c_astretch.c * plug-ins/normalize/normalize.c * plug-ins/vinvert/vinvert.c: Remove the explicit (and actually incorrect) update when changing a gimage's colourmap.
-
- 26 Feb, 1999 4 commits
-
-
GMT 1999 Adam D. Moss authored
Fri Feb 26 21:19:10 GMT 1999 Adam D. Moss <adam@gimp.org> * app/convert.c: Many revisions to the box-cut quantizer used in RGB->INDEXED conversion. Box to be cut is chosen on the basis of posessing an axis with the largest sum of weighted perceptible error, rather than based on volume or population. The box is split along this axis rather than its longest axis, at the point of error mean rather than simply at its centre. Error-limiting in the F-S dither has been disabled - it may become optional again later. If you're convinced that you have an image where the old dither looks better, let me know.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-