Manish Singh
01dbd2c339
cleanup, removed unecessary G_OBJECT() casts.
...
2003-01-06 Manish Singh <yosh@gimp.org>
* lots of files in plug-ins: cleanup, removed unecessary
G_OBJECT() casts.
2003-01-07 06:16:02 +00:00
Maurits Rijk
449d4913fa
More code clean-up. Better use of libgimp routines, etc.
2002-12-19 22:23:37 +00:00
Maurits Rijk
978e0f76f1
Moved a lot of generic preview code to the new files gimpmiscui.[ch] so it will be easier later to port these plug-ins to the new (not yet finished) effect preview widget.
2002-12-01 20:56:01 +00:00
Michael Natterer
424ed1f480
changed "Number of Colors" to "Max Number of Colors" to clarify what this
...
2002-09-06 Michael Natterer <mitch@gimp.org>
* app/gui/convert-dialog.c: changed "Number of Colors" to
"Max Number of Colors" to clarify what this parameter does.
(fixes #92194 ).
* app/gui/menus.c: use GIMP_STOCK_INFO for "View/Info Window".
Specify spibutton sizes in chars, not pixels (eek) all over
the place. Also removed explicit sizes where the GtkSpinButton
default size does not disturbe tabular widget layouts.
* libgimpwidgets/gimpwidgets.c: removed the hardcoded width of 75
pixels in gimp_spin_button_new(). Changed gimp_scale_entry_new()
and gimp_coordinates_new() to interpret their "spinbutton_width"
parameters as chars if < 16, and as pixels otherwise. This gives
reasonable results and doesn't cause unchanged plug-ins to
suddenly have spinbuttons of dozens of chars width :)
* libgimpwidgets/gimpsizeentry.c: added the same heuristic here.
* libgimpwidgets/gimpquerybox.c
* app/gui/color-notebook.c
* app/gui/convert-dialog.c
* app/tools/gimpairbrushtool.c
* app/tools/gimpblendtool.c
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpbucketfilltool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpconvolvetool.c
* app/tools/gimpdodgeburntool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpinktool.c
* app/tools/gimplevelstool.c
* app/tools/gimpmagnifytool.c
* app/tools/gimpposterizetool.c
* app/tools/gimpsmudgetool.c
* app/tools/gimptexttool.c
* app/tools/gimpthresholdtool.c
* app/tools/paint_options.c
* app/tools/selection_options.c
* app/widgets/gimpbrusheditor.c
* app/widgets/gimpbrushfactoryview.c
* app/widgets/gimppaletteeditor.c: changed accordingly.
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/FractalExplorer/FractalExplorer.c
* plug-ins/Lighting/lighting_ui.c
* plug-ins/common/AlienMap.c
* plug-ins/common/AlienMap2.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/bumpmap.c
* plug-ins/common/checkerboard.c
* plug-ins/common/cubism.c
* plug-ins/common/curve_bend.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/diffraction.c
* plug-ins/common/emboss.c
* plug-ins/common/film.c
* plug-ins/common/flarefx.c
* plug-ins/common/fractaltrace.c
* plug-ins/common/gauss_iir.c
* plug-ins/common/gauss_rle.c
* plug-ins/common/glasstile.c
* plug-ins/common/grid.c
* plug-ins/common/illusion.c
* plug-ins/common/iwarp.c
* plug-ins/common/jigsaw.c
* plug-ins/common/lic.c
* plug-ins/common/max_rgb.c
* plug-ins/common/mblur.c
* plug-ins/common/newsprint.c
* plug-ins/common/nova.c
* plug-ins/common/pixelize.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/scatter_hsv.c
* plug-ins/common/shift.c
* plug-ins/common/sinus.c
* plug-ins/common/sparkle.c
* plug-ins/common/spread.c
* plug-ins/common/tile.c
* plug-ins/common/tileit.c
* plug-ins/common/unsharp.c
* plug-ins/common/vpropagate.c
* plug-ins/common/waves.c
* plug-ins/common/whirlpinch.c
* plug-ins/gflare/gflare.c
* plug-ins/mosaic/mosaic.c
* plug-ins/rcm/rcm_dialog.c: changed accordingly, which involves
removals of gtk_widget_set_size_request(spinbutton), removal of
lots of explicit spinbutton sizes in gimp_scale_entry_new(), and
adding of new ones because GtkSpinButton's auto-size trashed
tabular layouts.
Lots of cleanup & indentation while browsing the plug-ins'
code. Changed spacings, moved toggle buttons into frame titles,
use stock items, stuff...
2002-09-06 20:44:47 +00:00
Maurits Rijk
3c5cefc8e9
More enabling of mnemonics.
2002-05-25 18:10:04 +00:00
Sven Neumann
b8fcfd9af1
derive from GtkDrawingArea instead of deprecated GtkPreview.
...
2002-01-30 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpcolorarea.[ch]: derive from GtkDrawingArea
instead of deprecated GtkPreview.
* app/nav_window.c
* app/gui/brush-editor.c
* app/gui/buffers-commands.c
* app/gui/color-select.c
* app/gui/colormap-dialog.c
* app/gui/device-status-dialog.c
* app/gui/dialogs-constructors.c
* app/gui/file-open-dialog.c
* app/gui/gradient-editor.c
* app/gui/indicator-area.c
* app/gui/info-window.c
* app/gui/palette-editor.c
* app/gui/palette-import-dialog.c
* app/gui/palettes-commands.c
* app/gui/test-commands.c
* app/gui/tool-options-dialog.c
* app/gui/toolbox.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpcurvestool.c
* app/tools/gimphistogramtool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimplevelstool.c
* app/widgets/gimpchannellistview.c
* app/widgets/gimpcomponentlistitem.c
* app/widgets/gimpdnd.c
* app/widgets/gimpdrawablelistitem.c
* app/widgets/gimpdrawablelistview.c
* app/widgets/gimpimagedock.c
* app/widgets/gimpitemfactory.c
* app/widgets/gimplayerlistitem.c
* app/widgets/gimplistitem.c
* app/widgets/gimpmenuitem.c
* app/widgets/gimppreview.c
* libgimp/gimpbrushmenu.c
* libgimp/gimpgradientmenu.c
* libgimp/gimpmenu.c
* libgimp/gimppatternmenu.c
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/common/AlienMap.c
* plug-ins/common/AlienMap2.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/blinds.c
* plug-ins/common/curve_bend.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/diffraction.c
* plug-ins/common/emboss.c
* plug-ins/common/exchange.c
* plug-ins/common/flarefx.c
* plug-ins/common/fractaltrace.c
* plug-ins/common/glasstile.c
* plug-ins/common/gqbist.c
* plug-ins/common/grid.c
* plug-ins/common/illusion.c
* plug-ins/common/iwarp.c
* plug-ins/common/jigsaw.c
* plug-ins/common/mapcolor.c
* plug-ins/common/max_rgb.c
* plug-ins/common/newsprint.c
* plug-ins/common/nlfilt.c
* plug-ins/common/noisify.c
* plug-ins/common/nova.c
* plug-ins/common/plasma.c
* plug-ins/common/polar.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/scatter_hsv.c
* plug-ins/common/sharpen.c
* plug-ins/common/sinus.c
* plug-ins/common/tileit.c
* plug-ins/common/video.c
* plug-ins/common/waves.c
* plug-ins/common/whirlpinch.c
* plug-ins/common/wind.c
* plug-ins/flame/flame.c
* plug-ins/fp/fp_gtk.c
* plug-ins/gimpressionist/brush.c
* plug-ins/mosaic/mosaic.c
* plug-ins/rcm/rcm_dialog.c: define GTK_DISABLE_DEPRECATED to make
it compile.
We really need a generic plug-in preview system that doesn't use
GtkPreview.
2002-01-30 14:54:27 +00:00
Michael Natterer
14d0a3ff07
app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c
...
2001-12-29 Michael Natterer <mitch@gimp.org>
* app/gimpprogress.c
* app/nav_window.c
* app/ops_buttons.c
* app/undo_history.c
* app/display/gimpdisplayshell.c
* app/gui/about-dialog.c
* app/gui/brush-editor.c
* app/gui/channels-commands.c
* app/gui/color-area.c
* app/gui/color-notebook.c
* app/gui/color-select.c
* app/gui/colormap-dialog.c
* app/gui/convert-dialog.c
* app/gui/device-status-dialog.c
* app/gui/file-new-dialog.c
* app/gui/file-open-dialog.c
* app/gui/file-save-dialog.c
* app/gui/gradient-editor.c
* app/gui/info-dialog.c
* app/gui/layers-commands.c
* app/gui/module-browser.c
* app/gui/offset-dialog.c
* app/gui/palette-editor.c
* app/gui/palettes-commands.c
* app/gui/paths-dialog.c
* app/gui/qmask-commands.c
* app/gui/resize-dialog.c
* app/gui/resolution-calibrate-dialog.c
* app/gui/splash.c
* app/gui/tips-dialog.c
* app/gui/toolbox.c
* app/gui/user-install-dialog.c
* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpbycolorselecttool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpcroptool.c
* app/tools/gimpcurvestool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpinktool.c
* app/tools/gimplevelstool.c
* app/tools/gimpposterizetool.c
* app/tools/gimprotatetool.c
* app/tools/gimpthresholdtool.c
* app/tools/paint_options.c
* app/tools/selection_options.c
* app/widgets/gimpchannellistview.c
* app/widgets/gimpcolorpanel.c
* app/widgets/gimpcomponentlistitem.c
* app/widgets/gimpconstrainedhwrapbox.c
* app/widgets/gimpcontainergridview.c
* app/widgets/gimpcontainerlistview.c
* app/widgets/gimpcontainermenuimpl.c
* app/widgets/gimpdialogfactory.c
* app/widgets/gimpdnd.c
* app/widgets/gimpdock.c
* app/widgets/gimpdockbook.c
* app/widgets/gimpdrawablelistitem.c
* app/widgets/gimpdrawablelistview.c
* app/widgets/gimpfontselection-dialog.c
* app/widgets/gimphistogramview.c
* app/widgets/gimpitemfactory.c
* app/widgets/gimplayerlistitem.c
* app/widgets/gimplistitem.[ch]
* app/widgets/gimpmenuitem.c
* app/widgets/gimppreview.[ch]
* app/widgets/gtkhwrapbox.c
* app/widgets/gtkvwrapbox.c
* app/widgets/gtkwrapbox.c
* libgimp/gimpbrushmenu.c
* libgimp/gimpexport.c
* libgimp/gimpgradientmenu.c
* libgimp/gimpmenu.c
* libgimp/gimppatternmenu.c
* libgimpwidgets/gimpbutton.c
* libgimpwidgets/gimpchainbutton.[ch]
* libgimpwidgets/gimpcolorarea.h
* libgimpwidgets/gimpcolorbutton.c
* libgimpwidgets/gimpfileselection.c
* libgimpwidgets/gimphelpui.c
* libgimpwidgets/gimpoffsetarea.c
* libgimpwidgets/gimppatheditor.c
* libgimpwidgets/gimppixmap.h
* libgimpwidgets/gimpquerybox.c
* libgimpwidgets/gimpstock.[ch]
* libgimpwidgets/gimpwidgets.h
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/FractalExplorer/Events.c
* plug-ins/FractalExplorer/FractalExplorer.c
* plug-ins/Lighting/lighting_ui.c
* plug-ins/MapObject/mapobject_ui.c
* plug-ins/bmp/bmpwrite.c
* plug-ins/dbbrowser/dbbrowser_utils.c
* plug-ins/fits/fits.c
* plug-ins/flame/flame.c
* plug-ins/fp/fp_gtk.c
* plug-ins/fp/fp_misc.c
* plug-ins/gfig/gfig.c
* plug-ins/gflare/gflare.c
* plug-ins/gfli/gfli.c
* plug-ins/gimpressionist/*.c
* plug-ins/imagemap/*.[ch]
* plug-ins/maze/maze_face.c
* plug-ins/mosaic/mosaic.c
* plug-ins/pagecurl/pagecurl.c
* plug-ins/print/print_gimp.h
* plug-ins/rcm/rcm_callback.c
* plug-ins/rcm/rcm_dialog.c
* plug-ins/rcm/rcm_misc.c
* plug-ins/script-fu/script-fu-console.c
* plug-ins/script-fu/script-fu-scripts.c
* plug-ins/script-fu/script-fu-server.c
* plug-ins/sel2path/sel2path.c
* plug-ins/sel2path/sel2path_adv_dialog.c
* plug-ins/sgi/sgi.c
* plug-ins/webbrowser/webbrowser.c
* plug-ins/xjt/xjt.c
* plug-ins/common/[A-n]*.c: compile with GTK_DISABLE_DEPRECATED
defined. Not everything is fully ported yet, had to #undef
GTK_DISABLE_DEPRECATED in many places and added #warnings when
doing so.
* pixmaps/Makefile.am
* pixmaps/chain.xpm: removed.
* themes/Default/Makefile.am
* themes/Default/images/Makefile.am
* themes/Default/images/stock-button-hchain-broken.png
* themes/Default/images/stock-button-hchain.png
* themes/Default/images/stock-button-vchain-broken.png
* themes/Default/images/stock-button-vchain.png: new stock icons.
2001-12-29 13:26:29 +00:00
Sven Neumann
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
David Odin
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
Sven Neumann
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
Michael Natterer
6002aaf5a8
EEK, broken pipe on last try.
2001-08-03 19:52:08 +00:00
Sven Neumann
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
Michael Natterer
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
Nick Lamb /GIMP
2a2070b2e3
Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp
2000-09-30 20:13:06 +00:00
Sven Neumann
f92813d952
avoid floating point exception on small images (reported by Steven Grady)
...
2000-08-23 Sven Neumann <sven@gimp.org>
* plug-ins/common/threshold_alpha.c: avoid floating point exception
on small images (reported by Steven Grady)
* plug-ins/common/CML_explorer.c
* plug-ins/common/max_rgb.c
* plug-ins/common/nlfilt.c
* plug-ins/common/scatter_hsv.c: same fix here
2000-08-23 08:43:03 +00:00
Sven Neumann
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
BST 2000 Austin Donnelly
547f482063
emboss.c jigsaw.c max_rgb.c nlfilt.c wind.c When a radio button in GTK is
...
Sun Aug 20 21:02:22 BST 2000 Austin Donnelly <austin@gimp.org>
* emboss.c
* jigsaw.c
* max_rgb.c
* nlfilt.c
* wind.c
* waves.c: When a radio button in GTK is clicked, the
widget that used to be selected gets a signal as well as the
one that was clicked. Mostly people cope with this by
guarding their signal handers with a check to run to the code
only if the widget is active. However, the callback functions
registered with gimp_radio_group_new2() in the above files
don't have this guard. In most cases, this is a bad idea
since it causes previews to be updated too many times. In the
emboss case it would also get the preview contents wrong when
first displaying the dialog, since the act of
gtk_widget_show()ing the dialog causes an event to be sent to
the widget that's just been de-selected, causing the preview
to redraw while the settings are inconsistent.
* emboss.c: The emboss plugin also used uninitialised data the
first time it is started, which wasn't biting currently, but
might in the future or on other architectures which don't zero
their stacks. Also made active region estimation more robust.
I still haven't been able to reproduce Bug #17660 : Embross
plugin crashes, but I will admit that there's what could be
uninitialised memory in the preview bitmap the very first time
it is shown.
2000-08-20 20:34:26 +00:00
Sven Neumann
93eb30f60a
I am stupid. Dropping the 4-byte alignment caused the
...
buffer's rowstride to become different from the
GtkPreview's one. Fixed it by using preview->rowstride
in all cases.
--Sven
2000-05-23 18:52:14 +00:00
Sven Neumann
ffa15c468d
plug-ins/common/flarefx.c a more elegant way to update the preview when
...
2000-05-23 Sven Neumann <sven@gimp.org>
* plug-ins/common/flarefx.c
* plug-ins/common/glasstile.c: a more elegant way to update
the preview when parameters change.
* plug-ins/common/grid.c: if a selection is active, show the
selected area in the preview.
* plug-ins/common/illusion.c: applied modified version of
gimp-timecop-200005-7.illusion which adds a preview to the
illusion plug-in.
* plug-ins/common/jigsaw.c: applied modified version of
gimp-timecop-200005-8.jigsaw which adds a preview to the
jigsaw plug-in.
* plug-ins/common/max_rgb.c: applied modified version of
gimp-timecop-200005-9.max_rgb which adds a preview to the
max_rgb plug-in.
* plug-ins/common/noisify.c: applied modified version of
gimp-timecop-200005-10.noisify which adds a preview to the
noisify plug-in.
* plug-ins/common/nova.c: applied modified version of
gimp-timecop-200005-11.nova which adds a preview to the
nova plug-in.
2000-05-23 13:00:40 +00:00
Michael Natterer
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
Michael Natterer
7ea5afb49c
use gimp_ui_init(). Minor cleanups like reordering includes consistently
...
2000-05-01 Michael Natterer <mitch@gimp.org>
* plug-ins/common/[h-p]*.c: use gimp_ui_init(). Minor cleanups like
reordering includes consistently and removing trailing commas from
enums and param defs.
2000-05-01 17:01:18 +00:00
Sven Neumann
fde64e54db
tupos fixes and updates to german catalogs
...
--Sven
2000-02-13 12:04:32 +00:00
SHIRASAKI Yasuhiro
f97cc48e53
fixed typo.
...
* plug-ins/common/max_rgb.c: fixed typo.
-- yasuhiro
2000-02-08 07:29:54 +00:00
Michael Natterer
ef17866973
app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and
...
2000-02-07 Michael Natterer <mitch@gimp.org>
* app/*
* libgimp/*
* plug-ins/*
* tools/pdbgen/*: did a global s/GUnit/GimpUnit/ and
s/GimpSizeEntryUP/GimpSizeEntryUpdatePolicy/
* libgimp/gimpcolorspace.c: renamed the parameter names to match
the names in the header.
* libgimp/gimphelpui.h
* libgimp/gimpimage.c
* libgimp/gimpmatrix.h
* libgimp/gimpsizeentry.[ch]
* libgimp/gimpsizeentry.[ch]
* libgimp/gimpunit.[ch]
* libgimp/gimpunitmenu.[ch]
* libgimp/gimpwidgets.[ch]: added documentation and use g* types
all over the place (enables cross-referencing with the glib and
gtk+ html documentation).
* plug-ins/common/exchange.c
* plug-ins/common/max_rgb.c: small cleanups.
* plug-ins/common/mapcolor.c: the color buttons were attached in
the wrong order.
2000-02-07 20:35:13 +00:00
Michael Natterer
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
Michael Natterer
d5e99ee9a5
app/gimphelp.h libgimp/gimp.h declare the gimp_standard_help_func in
...
2000-01-11 Michael Natterer <mitch@gimp.org>
* app/gimphelp.h
* libgimp/gimp.h
* libgimp/gimphelpui.[ch]: declare the gimp_standard_help_func in
gimphelpui.h because libgimp widgets must not include libgimp/gimp.h.
* libgimp/gimpdialog.c
* libgimp/gimpexport.c
* libgimp/gimpunitmenu.c: use the dialog constructor for the
export dialog and the unit selection.
* plug-ins/gpc/gpc.[ch]
* plug-ins/megawidget/megawidget.[ch]: removed unused functions
(dialog creation and some other stuff). The rest of these libs is
scheduled for removal, too...
* plug-ins/AlienMap/AlienMap.c
* plug-ins/AlienMap/Makefile.am
* plug-ins/AlienMap2/AlienMap2.c
* plug-ins/AlienMap2/Makefile.am
* plug-ins/borderaverage/Makefile.am
* plug-ins/borderaverage/borderaverage.c
* plug-ins/common/align_layers.c
* plug-ins/common/blur.c
* plug-ins/common/colortoalpha.c
* plug-ins/common/compose.c
* plug-ins/common/decompose.c
* plug-ins/common/gauss_iir.c
* plug-ins/common/gauss_rle.c
* plug-ins/common/mapcolor.c
* plug-ins/common/max_rgb.c
* plug-ins/common/mblur.c
* plug-ins/common/noisify.c
* plug-ins/common/spread.c
* plug-ins/common/xbm.c
* plug-ins/common/xpm.c
* plug-ins/fp/Makefile.am
* plug-ins/fp/fp_gtk.c
* plug-ins/rcm/Makefile.am
* plug-ins/rcm/rcm_callback.[ch]
* plug-ins/rcm/rcm_dialog.c
* plug-ins/sinus/sinus.c: standard ui (spacings etc.) for some
more plugins. Did some indentation, prototyping and I18N fixes.
2000-01-11 15:48:00 +00:00
Michael Natterer
80bfd97a64
plug-ins/common/Makefile.am plug-ins/common/hot.c plug-ins/common/hrz.c
...
2000-01-07 Michael Natterer <mitch@gimp.org>
* plug-ins/common/Makefile.am
* plug-ins/common/hot.c
* plug-ins/common/hrz.c
* plug-ins/common/illusion.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/mapcolor.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/noisify.c
* plug-ins/common/nova.c
* plug-ins/common/oilify.c: some more help-aware plugins.
* plug-ins/helpbrowser/helpbrowser.c: had the wrong help page
attached.
2000-01-07 10:39:33 +00:00
Sven Neumann
8057d056f2
dialog layout and i18n
...
--Sven
2000-01-02 15:51:41 +00:00
SHIRASAKI Yasuhiro
a8d0499aae
plug-ins/common/max_rgb.c plug-ins/common/mblur.c plug-ins/common/mpeg.c
...
* plug-ins/common/max_rgb.c
* plug-ins/common/mblur.c
* plug-ins/common/mpeg.c
* plug-ins/common/newsprint.c
* plug-ins/common/nlfilt.c
* plug-ins/common/noisify.c
* po-plug-ins/POTFILES.in: Added gettext support and replace
sprintf with g_strdup_printf().
-- yasuhiro
1999-12-31 16:39:04 +00:00
Sven Neumann
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
Marc Lehmann
88e0cc3155
api change #2 , fix #1
1999-10-24 20:49:09 +00:00
Federico Mena Quintero
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
Manish Singh
84abd5d700
Have fun recompiling gimp everyone. It's the great FSF address change!
...
-Yosh
1998-04-13 05:44:11 +00:00
Manish Singh
8b717a0ade
applied gimp-quinet-980122-0 and tweaked the tests a bit, this makes the
...
* applied gimp-quinet-980122-0 and tweaked the tests a bit, this makes the
optional library tests in configure.
* applied gimp-jbuhler-980321-0, fixes more warnings in plug-ins
-Yosh
1998-03-26 02:08:31 +00:00
Adrian Likins
1bfe515fe1
gimp-joke-980321
...
* app/iscissors.c, app/tips_dialog.c, app/gradient.c,
libgimp/gimp.c, plug-ins/AlienMap/AlienMap.c,
plug-ins/bmp/bmp.c, plug-ins/fits/fitsrw.h,
plug-ins/fits/fitsrw.c, plug-ins/flarefx/flarefx.c,
plug-ins/gfig/gfig.c, plug-ins/gfli/gfli.c,
plug-ins/gicon/gicon.c, plug-ins/gqbist/gqbist.c,
plug-ins/gtm/gtm.c, plug-ins/hot/hot.c,
plug-ins/ifscompose/ifscompose.c,
plug-ins/ifscompose/ifscompose_utils.c
plug-ins/max_rgb/max_rgb.c, plug-ins/nlfilt/nlfilt.c,
plug-ins/pat/pat.c, plug-ins/pcx/pcx.c, plug-ins/rotate/rotate.c,
plug-ins/script-fu/script-fu-server.c, plug-ins/snoise/snoise.c,
plug-ins/threshold_alpha/threshold_alpha.c,
plug-ins/zealouscrop/zealouscrop.c :gimp-joke-980321
plug-ins/CML_explorer, plug-ins/autocrop,
plug-ins/align_layers, plug-ins/blinds,
plug-ins/bmp, plug-ins/megawidget: gimp-joke-980322
Applied gimp-joke-980322-0.patch and gimp-joke-980321-0.patch
from Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp>. Mostly
portability for DEC osf1's cc. Lots of MAIN();'s, trailing
commas in enums, and guchar/gchar madness.
Gimp now sends mail, cleans vinyl records,
removes stubborn stains, julien fries, and more!
-adrian
1998-03-22 20:44:39 +00:00
Adrian Likins
5e5dd448dd
*AlienMap/AlienMap.c CEL/CEL.c CML_explorer/CML_explorer.c
...
align_layers/align_layers.c animationplay/animationplay.c
bmp/bmpwrite.c dbbrowser/dbbrowser.c emboss/emboss.c
exchange/exchange.c faxg3/faxg3.c faxg3/g3.c gbr/gbr.c
gif/gif.c gqbist/gqbist.c hot/hot.c ifscompose/ifscompose.c
iwarp/iwarp.c max_rgb/max_rgb.c maze/maze_face.c
megawidget/megawidget.c mpeg/mpeg.c nlfilt/nlfilt.c pcx/pcx.c
plasma/plasma.c pnm/pnm.c print/print-escp2.c
print/print-pcl.c print/print.c scatter_hsv/scatter_hsv.c
script-fu/script-fu-scripts.c script-fu/script-fu.c
sinus/sinus.c tga/tga.c tileit/tileit.c
vpropagate/vpropagate.c xpm/xpm.c: More picky picky ansi type
stuff from gimp-hpux-980316.patch.
isnt big patches fun?
-adrian
1998-03-19 02:11:53 +00:00
Manish Singh
e51e490243
Applied Sven's menu patch
...
-Yosh
1998-01-25 02:18:54 +00:00
Elliot Lee
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00