- 25 Jan, 2000 16 commits
-
-
Michael Natterer authored
2000-01-26 Michael Natterer <mitch@gimp.org> * app/preferences_dialog.c: use the int adjustment callback from libgimp, simplified the confirm dialog signal callbacks.
-
Michael Natterer authored
2000-01-25 Michael Natterer <mitch@gimp.org> * app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and <gtk/gtk.h>. * app/* * tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/, same for MIN and MAX. * app/preferences_dialog.c: the "Check Size" widget was connected to the transparency_type variable. * plug-ins/common/sobel.c: removed definitions of MIN and ROUND. * libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h". * plug-ins/*: don't include the two files.
-
Sven Neumann authored
fixed compiler warnings, changed some gints to gbooleans cleaned up namespace and documentation updated libgimp documentation --Sven
-
Michael Natterer authored
2000-01-25 Michael Natterer <mitch@gimp.org> * app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and <gtk/gtk.h>. * app/* * tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/, same for MIN and MAX. * app/preferences_dialog.c: the "Check Size" widget was connected to the transparency_type variable. * plug-ins/common/sobel.c: removed definitions of MIN and ROUND. * libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h". * plug-ins/*: don't include the two files.
-
Marc Lehmann authored
-
Sven Neumann authored
Fixes crashing on empty images (bug #5536). --Sven
-
jfell authored
Wed, 26 Jan 2000 10:06:26 +0100 Fellmann Joaquim <joaquim@hrnet.fr> * fr.po: Updated French translation.
-
Stanislav Brabec authored
-
Sven Neumann authored
channels and masks. --Sven
-
Sven Neumann authored
* plug-ins/common/colorify.c: use gimp_tile_cache_ntiles () * plug-ins/common/lic.c: when creating a new image, disable undo, enable it later when the new image is completed --Sven
-
Michael Natterer authored
2000-01-25 Michael Natterer <mitch@gimp.org> * configure.in * po-plug-ins/POTFILES.in * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/megawidget/*: removed. (There were only 3 functions left which were used by ~5 plugins, so I moved the resp. functions to the plugins). More preview stuff to come... * app/airbrush_blob.c * modules/colorsel_triangle.c * modules/colorsel_water.c: use G_PI instead of M_PI. * app/procedural_db.h * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: new PDB return value STATUS_CANCEL which indicates that "Cancel" was pressed in a plugin dialog. (Useful only for file load/save plugins). * app/fileops.[ch] * app/menus.c: changes to handle STATUS_CANCEL correctly. Did some code cleanup in fileops.[ch]. Pop up a warning if File->Save failed. * app/plug_in.c: return_val[0] is of type PDB_STATUS, not PDB_INT32. * libgimp/gimpmath.h: new constant G_MAXRAND which equals to RAND_MAX if it exists or to G_MAXINT otherwise. * libgimp/gimpwidgets.[ch]: new function gimp_random_seed_new() which creates a spinbutton and a "Time" toggle. Call the function which does the "set_sensitive" magic from the radio button callback. * plug-ins/[75 plugins]: - Return STATUS_CANCEL in all file load/save dialogs if "Cancel" was pressed. - Standardized the file plugins' "run" functions. - Use G_PI and G_MAXRAND everywhere. - Added tons of scales and spinbuttons instead of text entries. - Applied uniform packing/spacings all over the place. - Reorganized some UIs (stuff like moving the preview to the top left corner of the dialog). - Removed many ui helper functions and callbacks and use the stuff from libgimp instead. - I tried not to restrict the range of possible values when I replaced entries with spinbuttons/scales but may have failed, though in some cases. Please test ;-) - #include <libgimp/gimpmath.h> where appropriate and use it's constants. - Indentation, s/int/gint/ et.al., code cleanup. RFC: The plugins are definitely not useable with GIMP 1.0 any more, so shouldn't we remove all the remaining compatibility stuff ??? (like "#ifdef GIMP_HAVE_PARASITES")
-
Stanislav Brabec authored
-
Yuri Syrota authored
-
Sven Neumann authored
s/malloc/g_malloc/ s/free/g_free/ --Sven
-
jfell authored
Wed, 26 Jan 2000 10:06:26 +0100 Fellmann Joaquim <joaquim@hrnet.fr> * fr.po: Updated French translation.
-
Seth Burgess authored
the statusbar width. Modified Files: ChangeLog app/gdisplay_ops.c
-
- 24 Jan, 2000 8 commits
-
-
Sven Neumann authored
the color on dnd --Sven
-
Manish Singh authored
* acconfig.h * configure.in * libgimp/Makefile.am * libgimp/gimpregex.h * libgimp/regex.c * app/Makefile.am * app/regex.[ch] * plug-ins/script-fu/Makefile.am * plug-ins/script-fu/regex.[ch] * plug-ins/script-fu/interp_regex.c * tools/pdbgen/pdb/plug_in.pdb * tools/pdbgen/pdb/procedural_db.pdb: reverted previous regex move patch. This does *not* belong in libgimp and is just bloat. We'll use the regex functionality in glib once it has it. * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: upgrade to libtool 1.3.4 * app/convert.c * app/gimpbrushpipe.c: minor cleanups -Yosh
-
Sven Neumann authored
removed script-fu/regex.[ch] --Sven
-
Sven Neumann authored
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
jaycox authored
* plug-ins/common/psd.c: load the resolution info from the psd file.
-
Sergey I. Panov authored
-
- 23 Jan, 2000 5 commits
-
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
CET 2000 Joaquim Fellmann authored
Sun Jan 23 18:48:54 CET 2000 Joaquim Fellmann <joaquim@hrnet.fr> * po-plug-ins/fr.po: Updated French translation.
-
Sven Neumann authored
the way it is used. As the new name suggests it is only used to count the number of displays associated with an image. It is now impossible to delete an image that has an associated display. You have to delete the display instead. Before this change it was possible to delete an image through the PDB that was created through the UI and bad things happened soon... --Sven
-
David Monniaux authored
-
- 22 Jan, 2000 8 commits
-
-
GMT 2000 Austin Donnelly authored
Sat Jan 22 22:14:18 GMT 2000 Austin Donnelly <austin@gimp.org> * MAINTAINERS: update my entry. * PLUGIN_MAINTAINERS: I maintain newsprint. * app/fuzzy_select.c: fix so if you move the pointer back to where you started, the selection is also the same. Can people (tigert?) give this a spin - if it isn't as intuitive as the old way we should roll this back. * plug-ins/common/jpeg.c: use volatile to get rid of "clobber" warnings from GCC. Also, fix handling of multiple COM sections, so can load images such as /usr/share/pixmaps/backgrounds/space/clem_full_moon_strtrk.jpg or /usr/share/pixmaps/backgrounds/space/apollo08_earthrise.jpg which used to segv the jpeg plugin. * plug-ins/common/newsprint.c: update my email address. * plug-ins/common/ps.c: applied gimp-kirchgessner-000116-0.patch: save using PostScript level 2 features which result in files 60% smaller than naive level 1 method. Peter added a checkbutton to the UI to revert to level 1 algorithm, but we default to level 2. Almost everyone should have a level 2 printer, new printers and ghostscript are level 3 these days.
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
is empty, since the operation succeded by doing nothing. Returning FALSE here crashed lots of script-fus. --Sven
-
Sven Neumann authored
get updated correctly --Sven
-
Seth Burgess authored
Modified Files: ChangeLog app/transform_core.c
-
Nick Lamb /GIMP authored
-
Stanislav Brabec authored
-
Stanislav Brabec authored
-
- 21 Jan, 2000 3 commits
-
-
EST 2000 Gregory McLean authored
Fri Jan 21 16:35:26 EST 2000 Gregory McLean <gregm@comstar.net> * gimp.spec: Updated a bit more, split the perl stuff off into a seperate package as it needs other bits that aren't in a dist by default. Also work on auto-generating the %files part.
-
Sven Neumann authored
-
Sven Neumann authored
--Sven
-