fb6fe587c1
plug-ins/common/nlfilt.c plug-ins/common/noisify.c plug-ins/common/nova.c
...
2001-12-31 Michael Natterer <mitch@gimp.org >
* plug-ins/common/nlfilt.c
* plug-ins/common/noisify.c
* plug-ins/common/nova.c
* plug-ins/common/oilify.c
* plug-ins/common/papertile.c
* plug-ins/common/pat.c
* plug-ins/common/pixelize.c
* plug-ins/common/plasma.c
* plug-ins/common/plugindetails.c
* plug-ins/common/png.c
* plug-ins/common/pnm.c
* plug-ins/common/polar.c
* plug-ins/common/ps.c
* plug-ins/common/psp.c
* plug-ins/common/randomize.c
* plug-ins/common/ripple.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/scatter_hsv.c
* plug-ins/common/screenshot.c
* plug-ins/common/sel_gauss.c
* plug-ins/common/sharpen.c
* plug-ins/common/shift.c: compile with GTK_DISABLE_DEPRECATED.
2001-12-31 00:21:10 +00:00
774caf0ee6
app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller
...
2001-12-19 Sven Neumann <sven@gimp.org >
* app/plug-in/Makefile.am
* app/plug-in-proc/plug-in-proc.[ch]: new files. Started to split
plug-in.c into smaller pieces.
* app/plug-in/plug-in-types.h: namespacified GimpRunModeType enum and
renamed it to GimpRunMode.
* app/plug-in/plug-in.[ch]
* app/gimphelp.c
* app/file/file-open.[ch]
* app/file/file-save.[ch]
* app/file/file-utils.c
* app/gui/file-commands.c
* app/gui/file-open-dialog.c
* app/gui/file-save-dialog.c
* app/gui/paths-dialog.c
* app/xcf/xcf.c
* tools/pdbgen/pdb/fileops.pdb: changed accordingly.
* app/pdb/fileops_cmds.c
* libgimp/gimpenums.h
* plug-ins/script-fu/script-fu-constants.c
* libgimp/gimpfileops_pdb.[ch]
* tools/pdbgen/enums.pl: regenerated.
* libgimp/Makefile.am
* libgimp/gimpcompat.h: added gimpcompat.h mostly as a place to
document plug-in API changes.
* plug-ins/*: changed all occurences of GimpRunModeType to GimpRunMode.
2001-12-19 00:13:16 +00:00
aa201cade4
use the G_N_ELEMENTS macro where appropriate,
...
removing a bunch of unuseful static variables.
Changed some g_malloc to g_new while I was on it.11
2001-12-06 02:28:58 +00:00
fdc31ec7d0
use gimptool-1.3.
...
2001-11-29 Sven Neumann <sven@gimp.org >
* m4macros/gimp-1.4.m4: use gimptool-1.3.
* app/display/gimpdisplayshell.c
* app/gui/gui.c: cosmetic changes from Guillermo S. Romero.
* plug-ins/common/*.c
* plug-ins/script-fu/script-fu-scripts.c: applied patches from
Guillermo S. Romero that change the button ordering. I had to redo
some of the changes by hand since the patches didn't apply cleanly.
Hopefully got it all right...
2001-11-29 13:23:44 +00:00
6002aaf5a8
EEK, broken pipe on last try.
2001-08-03 19:52:08 +00:00
c1d4e892a4
plug-ins/common/AlienMap.c plug-ins/common/AlienMap2.c
...
2001-07-29 Sven Neumann <sven@gimp.org >
* plug-ins/common/AlienMap.c
* plug-ins/common/AlienMap2.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/align_layers.c
* plug-ins/common/blinds.c
* plug-ins/common/borderaverage.c
* plug-ins/common/bumpmap.c
* plug-ins/common/curve_bend.c
* plug-ins/common/deinterlace.c
* plug-ins/common/emboss.c
* plug-ins/common/film.c
* plug-ins/common/fractaltrace.c
* plug-ins/common/gif.c
* plug-ins/common/gih.c
* plug-ins/common/hot.c
* plug-ins/common/iwarp.c
* plug-ins/common/jigsaw.c
* plug-ins/common/jpeg.c
* plug-ins/common/lic.c
* plug-ins/common/mail.c
* plug-ins/common/max_rgb.c
* plug-ins/common/mblur.c
* plug-ins/common/newsprint.c
* plug-ins/common/nlfilt.c
* plug-ins/common/papertile.c
* plug-ins/common/pnm.c
* plug-ins/common/ps.c
* plug-ins/common/psp.c
* plug-ins/common/ripple.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/screenshot.c
* plug-ins/common/shift.c
* plug-ins/common/sinus.c
* plug-ins/common/sparkle.c
* plug-ins/common/struc.c
* plug-ins/common/sunras.c
* plug-ins/common/tiff.c
* plug-ins/common/waves.c
* plug-ins/common/wind.c
* plug-ins/common/xbm.c: got rid of lots of compiler warnings by
adding G_CALLBACK() casts and some const declarations.
2001-07-29 09:43:09 +00:00
593043a1b6
fixed a FIXME: set the sensitivity of the color tools' menu entries again.
...
2001-06-14 Michael Natterer <mitch@gimp.org >
* app/gdisplay.c: fixed a FIXME: set the sensitivity of the
color tools' menu entries again.
* libgimp/gimpcolorselector.h
* libgimp/gimpdrawable.h
* libgimp/gimpmenu.h: removed the usage of "id" from the public
interface because it's a reserved keyword of Objective C.
* libgimp/gimpdrawable.c
* libgimp/gimptile.c
* plug-ins/[lotsa plugins].c: changed accordingly.
2001-06-14 20:07:38 +00:00
811d30548c
removed COMPAT_CRUFT.
...
2000-08-22 Sven Neumann <sven@gimp.org >
* plug-ins/common/*.c: removed COMPAT_CRUFT.
2000-08-22 01:26:57 +00:00
1590cecfe1
s/gimp_plugin_help_func/gimp_standard_help_func/
...
2000-05-22 Michael Natterer <mitch@gimp.org >
* plug-ins/*: s/gimp_plugin_help_func/gimp_standard_help_func/
Coincidentially, my script also removed empty lines from the end
of _all_ *.c file (not only from those which contained
gimp_plugin_help_func).
2000-05-22 17:10:28 +00:00
a24cf99460
use gimp_ui_init(). Minor cleanups like below: includes, indentation,
...
2000-05-01 Michael Natterer <mitch@gimp.org >
* plug-ins/common/[r-z]*.c: use gimp_ui_init(). Minor cleanups like
below: includes, indentation, prototypes...
2000-05-01 20:22:55 +00:00
e20554fb84
gimprc.in user_install renamed the "gflares" dir to "gflare" in all places
...
2000-02-05 Michael Natterer <mitch@gimp.org >
* gimprc.in
* user_install
* user_install.bat: renamed the "gflares" dir to "gflare" in all
places because this seems to be the naming convention of all the
other plug-in dirs.
* libgimp/gimpwidgets.[ch]:
- gimp_random_seed_new(): return the spinbutton and the time
toggle as pointers.
- gimp_scale_entry_new(): allow the spinbutton to have a larger
range of possible values than the scale.
* plugins/[all calls to the above two functions]: changed the
calls accordingly.
Did some more ui updates in some of these plugins (Frames saying
"Parameter Settings", spacing etc.)
* plug-ins/gflare/Makefile.am
* plug-ins/gflare/gflare.c: hacked it to match the plugin ui
standards. Didn't get rid of the gradient menus.
2000-02-04 15:12:17 +00:00
734d4c42b0
*** empty log message ***
2000-01-31 02:32:30 +00:00
4923047146
removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and
...
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.
2000-01-25 23:06:12 +00:00
2f4a226ed2
emit the "color_changed" signal whenever the user selects "Use FG/BG
...
2000-01-17 Michael Natterer <mitch@gimp.org >
* libgimp/gimpcolorbutton.c: emit the "color_changed" signal
whenever the user selects "Use FG/BG Color" from the popup menu.
* libgimp/gimpwidgets.c: gimp_table_attach_aligned(): allow the
function to be called with label == NULL.
* plug-ins/AlienMap/AlienMap.c
* plug-ins/AlienMap2/AlienMap2.c
* plug-ins/common/CEL.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/apply_lens.c
* plug-ins/common/checkerboard.c
* plug-ins/common/engrave.c
* plug-ins/common/exchange.c
* plug-ins/common/gauss_iir.c
* plug-ins/common/gauss_rle.c
* plug-ins/common/illusion.c
* plug-ins/common/max_rgb.c
* plug-ins/common/mblur.c
* plug-ins/common/oilify.c
* plug-ins/common/sel_gauss.c
* plug-ins/common/shift.c
* plug-ins/common/smooth_palette.c
* plug-ins/common/sparkle.c
* plug-ins/common/video.c
* plug-ins/common/vpropagate.c
* plug-ins/common/warp.c
* plug-ins/sgi/sgi.c: more ui updates.
2000-01-17 17:02:26 +00:00
e304254b2f
typo fix
2000-01-16 19:02:55 +00:00
c5a2909aae
oops, the "Add Layer Mask" dialog contained nothing after my last change.
...
2000-01-16 Michael Natterer <mitch@gimp.org >
* app/layers_dialog.c: oops, the "Add Layer Mask" dialog contained
nothing after my last change.
* libgimp/gimpwidgets.c: gimp_table_attach_aligned() sets the
yalign of the widget to 0.5 instead of 1.0.
* plug-ins/common/align_layers.c
* plug-ins/common/apply_lens.c
* plug-ins/common/blinds.c
* plug-ins/common/blur.c
* plug-ins/common/cubism.c
* plug-ins/common/decompose.c
* plug-ins/common/flarefx.c
* plug-ins/common/glasstile.c
* plug-ins/common/jigsaw.c
* plug-ins/common/mail.c
* plug-ins/common/nova.c
* plug-ins/common/randomize.c
* plug-ins/common/ripple.c
* plug-ins/common/scatter_hsv.c
* plug-ins/common/shift.c
* plug-ins/common/sparkle.c
* plug-ins/common/spread.c: even more spinbuttons and other ui
updates.
2000-01-16 15:38:38 +00:00
4782168955
plug-ins/common/Makefile.am plug-ins/common/hrz.c
...
2000-01-08 Michael Natterer <mitch@gimp.org >
* plug-ins/common/Makefile.am
* plug-ins/common/hrz.c
* plug-ins/common/papertile.c
* plug-ins/common/pat.c
* plug-ins/common/pixelize.c
* plug-ins/common/plasma.c
* plug-ins/common/plugindetails.c
* plug-ins/common/png.c
* plug-ins/common/pnm.c
* plug-ins/common/polar.c
* plug-ins/common/ps.c
* plug-ins/common/psp.c
* plug-ins/common/randomize.c
* plug-ins/common/ripple.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/scatter_hsv.c
* plug-ins/common/screenshot.c
* plug-ins/common/sel_gauss.c
* plug-ins/common/sharpen.c
* plug-ins/common/shift.c
* plug-ins/common/smooth_palette.c
* plug-ins/common/snoise.c
* plug-ins/common/sobel.c
* plug-ins/common/sparkle.c
* plug-ins/common/spheredesigner.c
* plug-ins/common/spread.c
* plug-ins/common/sunras.c: more plugins which use the dialog
constructor. Hacked many UIs to look like the app's dialogs.
2000-01-08 15:23:28 +00:00
e5619bb4a7
plug-ins/common/scatter_hsv.c plug-ins/common/semiflatten.c
...
* plug-ins/common/scatter_hsv.c
* plug-ins/common/semiflatten.c
* plug-ins/common/sharpen.c
* plug-ins/common/shift.c
* plug-ins/common/smooth_palette.c
* plug-ins/common/snoise.c
* plug-ins/common/sobel.c
* plug-ins/common/sparkle.c
* plug-ins/common/spread.c
* po-plug-ins/POTFILES.in: added gettext support.
-- yasuhiro
2000-01-07 17:18:44 +00:00
979bab8ddc
added dots to all menu entries of interactive plug-ins and did the usual
...
action area fixes on lots of them
--Sven
1999-11-23 23:49:45 +00:00
88e0cc3155
api change #2 , fix #1
1999-10-24 20:49:09 +00:00
ec40ac728b
API PATCH #2 or so
1999-10-17 00:07:55 +00:00
10bc5237a7
Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in
...
1999-01-15 Federico Mena Quintero <federico@nuclecu.unam.mx >
* Updated gtk_toggle_button_set_state() to
gtk_toggle_button_set_active() in all the files.
1999-01-15 17:35:04 +00:00
84abd5d700
Have fun recompiling gimp everyone. It's the great FSF address change!
...
-Yosh
1998-04-13 05:44:11 +00:00
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00