b2bd0545ad
Use HIG capitalization style. Added GPL license in a few places.
...
Minor code clean-up.
2004-05-26 17:29:30 +00:00
1ea45f10f3
plug-ins/common/checkerboard.c plug-ins/common/colorify.c
...
2004-05-18 Sven Neumann <sven@gimp.org >
* plug-ins/common/checkerboard.c
* plug-ins/common/colorify.c
* plug-ins/common/colortoalpha.c
* plug-ins/common/compose.c
* plug-ins/common/convmatrix.c
* plug-ins/common/csource.c
* plug-ins/common/cubism.c
* plug-ins/common/decompose.c
* plug-ins/common/deinterlace.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/diffraction.c
* plug-ins/common/displace.c: HIG-ified.
2004-05-18 21:21:23 +00:00
6a11e376c9
plug-ins/common/AlienMap2.c plug-ins/common/CML_explorer.c
...
2004-05-07 Michael Natterer <mitch@gimp.org >
* plug-ins/common/AlienMap2.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/animationplay.c
* plug-ins/common/despeckle.c
* plug-ins/fp/fp.c
* plug-ins/gfig/gfig.c
* plug-ins/gflare/gflare.c
* plug-ins/script-fu/script-fu.c
* plug-ins/twain/twain.c: forgot some gimp_plugin_menu_register().
2004-05-07 14:59:33 +00:00
0418750367
added help IDs for the libgimp export and unit dialogs.
...
2004-01-20 Michael Natterer <mitch@gimp.org >
* app/widgets/gimphelp-ids.h: added help IDs for the libgimp
export and unit dialogs.
* libgimp/gimpexport.c
* libgimpwidgets/gimpunitmenu.c: replaced html links by the new
help IDs.
* plug-ins/*/*.c: replaced all html help links by help IDs. A
plug-in's help ID is its procedure name with '_' relaced by '-'.
(e.g. file_tiff_save's help ID is file-tiff-save)
Did some random indentation and whitespace cleanup.
2004-01-20 17:10:16 +00:00
213e90c84d
Reverted Maurits' patch, to get rid of gimp_parameter_settings_new (see #125141 )
2003-12-10 21:13:29 +00:00
f72b8b1e39
new function which does the same as gtk_dialog_run() except it does not
...
2003-11-11 Michael Natterer <mitch@gimp.org >
* libgimpwidgets/gimpdialog.[ch] (gimp_dialog_run): new function
which does the same as gtk_dialog_run() except it does not make
the dialog modal.
* app/gui/resolution-calibrate-dialog.c
* libgimp/gimpexport.c
* plug-ins/*/*.c: use gimp_dialog_run() instead of gtk_dialog_run().
* plug-ins/common/grid.c: set update_continuous to TRUE for
the GimpColorButtons so this feature gets some testing.
2003-11-11 18:11:56 +00:00
66c5dd8772
removed our own action_area API and use GtkDialog's one. Create all
...
2003-11-06 Michael Natterer <mitch@gimp.org >
* libgimpwidgets/gimpdialog.[ch]: removed our own action_area API
and use GtkDialog's one. Create all dialogs without separator.
Changed almost everything else too. Fixes bug #125143 .
* libgimpwidgets/gimpquerybox.c
* libgimpwidgets/gimpunitmenu.c: changed accordingly.
* libgimp/gimpexport.[ch]: ditto. Renamed enum GimpExportReturnType
to GimpExportReturn.
* libgimp/gimpcompat.h: added a #define for the old name.
* themes/Default/gtkrc: increased action_area border to 6 pixels.
* app/display/gimpdisplayshell-filter-dialog.c
* app/display/gimpdisplayshell-scale.c
* app/display/gimpprogress.c
* app/gui/brush-select.c
* app/gui/channels-commands.c
* app/gui/color-notebook.c
* app/gui/convert-dialog.c
* app/gui/file-new-dialog.c
* app/gui/font-select.c
* app/gui/gradient-editor-commands.c
* app/gui/gradient-select.c
* app/gui/grid-dialog.c
* app/gui/image-commands.c
* app/gui/info-window.c
* app/gui/layers-commands.c
* app/gui/module-browser.c
* app/gui/offset-dialog.c
* app/gui/palette-import-dialog.c
* app/gui/palette-select.c
* app/gui/pattern-select.c
* app/gui/preferences-dialog.c
* app/gui/qmask-commands.c
* app/gui/resize-dialog.c
* app/gui/resolution-calibrate-dialog.c
* app/gui/stroke-dialog.c
* app/gui/templates-commands.c
* app/gui/user-install-dialog.c
* app/gui/vectors-commands.c
* app/tools/gimpcolorpickertool.c
* app/tools/gimpcroptool.c
* app/tools/gimpimagemaptool.c
* app/tools/gimpmeasuretool.c
* app/tools/gimptransformtool.c
* app/widgets/gimptexteditor.c
* app/widgets/gimptooldialog.[ch]
* app/widgets/gimpviewabledialog.[ch]
* app/widgets/gimpwidgets-utils.c: changed accordingly and increased
the dialogs' outer borders to 6 pixels all over the place.
* plug-ins/*/*.c: changed accordingly. The plug-ins may be
arbitrarily broken, I tested none of them.
2003-11-06 15:27:05 +00:00
8c26afbb1f
a
...
2003-10-18 Dave Neary <bolsh@gimp.org >
* plug-ins/common/despeckle.c
* plug-ins/common/gqbist.c
* plug-ins/imagemap/imap_main.c
* plug-ins/maze/maze.c
* plug-ins/maze/maze.h
* plug-ins/maze/maze_face.c
* plug-ins/script-fu/scripts/burn-in-anim.scm
* plug-ins/script-fu/scripts/spyrogimp.scm: Made several strings
translateable, and removed version numbers from window titles and
plug-in names, following suggestions from Raymond Ostertag.
This closes bug #124600 .
2003-10-18 20:33:31 +00:00
318e76b790
Extracted a few reusable routines from several plug-ins and introduced them. The imagemap plug-in now uses the stock Gimp grid icon.
2003-09-13 18:07:44 +00:00
517cd3651e
added mnemonics for plugins
...
2003-07-17 Jakub Steiner <jimmac@ximian.com >
* plug-ins/common/*.c: added mnemonics for plugins
2003-07-17 15:47:18 +00:00
1016c682c8
more plug-ins adapted to libgimp changes.
...
2003-07-02 Sven Neumann <sven@gimp.org >
* plug-ins: more plug-ins adapted to libgimp changes.
2003-07-02 00:15:09 +00:00
28fddfd554
Makefile.am removed this header file.
...
2003-03-25 Sven Neumann <sven@gimp.org >
* Makefile.am
* gimpintl.h: removed this header file.
* gimpmiscui.c: include libgimp-intl.h.
* gimp.c (gimp_main): call setlocale() and bind to the libgimp
textdomain so that plug-ins don't need to do that explicitely.
* libgimp/stdplugins-intl.h: added the functionality that used to
live in gimpintl.h and removed the libgimp related stuff. Got rid
of the INIT_I18N_UI() macro.
* plug-ins/*/*.c: removed all occurances of INIT_I18N_UI().
Plug-ins simply call INIT_I18N() once in their run() function.
* plug-ins/script-fu/script-fu-intl.h: added the functionality
that used to live in gimpintl.h and removed the libgimp related
stuff.
* app/Makefile.am
* app/gimp-intl.h: new file that defines the gettext macros for
the GIMP core.
* app/*/*.c: include gimp-intl.h instead of libgimp/gimpintl.h.
* plug-ins/script-fu/scripts/test-sphere.scm: fixed typos.
2003-03-25 16:38:19 +00:00
248dbd1e93
app/core/gimpchannel.h app/core/gimpitem.c
...
2003-01-14 Manish Singh <yosh@gimp.org >
* app/core/gimpchannel.h
* app/core/gimpitem.c
* app/display/gimpnavigationview.c
* app/gui/paths-dialog.c
* app/tools/gimphistogramtool.c
* app/tools/gimpscaletool.c
* app/widgets/gimplistitem.c
* libgimp/gimppixelrgn.c
* libgimpwidgets/gimpunitmenu.c
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/common/aa.c
* plug-ins/common/despeckle.c
* plug-ins/common/psd.c
* plug-ins/common/sharpen.c
* plug-ins/common/snoise.c
* plug-ins/common/spread.c
* plug-ins/ifscompose/ifscompose.c
* plug-ins/xjt/xjt.c: some minor code cleanup
* plug-ins/common/csource.c: 64-bit cleanliness
2003-01-15 03:55:20 +00:00
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
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
33b2724510
applied a patch from Maurits Rijk that enables mnemonics (bug #80804 ).
...
2002-05-11 Sven Neumann <sven@gimp.org >
* libgimpwidgets/gimpwidgets.c (gimp_radio_group_new2): applied a
patch from Maurits Rijk that enables mnemonics (bug #80804 ).
* plug-ins/common/blinds.c
* plug-ins/common/deinterlace.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/emboss.c
* plug-ins/common/flarefx.c
* plug-ins/common/mblur.c
* plug-ins/common/oilify.c
* plug-ins/common/pixelize.c
* plug-ins/common/sel_gauss.c
* plug-ins/common/struc.c: : applied patches from Maurits Rijk that
add mnemonics (bug #80804 ).
* plug-ins/common/convmatrix.c: merged fix for bug #81345 from stable
branch.
2002-05-11 10:33:51 +00:00
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
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
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
dccea2c849
Reflect my fix from 2001-03-01 (range limits) in script-fu comments.
...
2001-07-22 Stanislav Brabec <utx@penguin.cz >
* plugins/common/despeckle.c: Reflect my fix from 2001-03-01
(range limits) in script-fu comments.
2001-07-22 19:46:55 +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
1cb0a49fa5
Fixed black_level range. Valid range should be -1..255, not 0..256,
...
2001-03-01 Stanislav Brabec <utx@penguin.cz >
* plugins/common/despeckle.c: Fixed black_level range.
Valid range should be -1..255, not 0..256, because comaparison
is > and <=. Bug became visible after last Martin Weber's fix.
There must be for both black and white levels one extra value
to cover all numbers 0..255.
2001-03-01 18:46:35 +00:00
337502b39f
On request of Martin Weber <martweb@gmx.net>. Fixed comparison *sort_ptr >
...
2001-02-16 Stanislav Brabec <utx@penguin.cz >
On request of Martin Weber <martweb@gmx.net >.
* plugins/common/despeckle.c: Fixed comparison *sort_ptr > black_level.
Only adopting white_level had a visual effect. This fix causes
that also adopting blck_level works also.
2001-02-16 22:47:15 +00:00
2a2070b2e3
Various plug-ins gain <string.h> to fix warnings for memcpy/ strcmp
2000-09-30 20:13:06 +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
2ad84fff2a
use gimp_ui_init(). Minor cleanups like reordering includes consistently
...
2000-04-30 Michael Natterer <mitch@gimp.org >
* plug-ins/common/[a-g]*.c: use gimp_ui_init(). Minor cleanups like
reordering includes consistently and removing trailing commas from
enums and param defs.
2000-04-30 21:03:44 +00:00
018da66275
tiny nit-picky changes to some plugins and a lot of changes in the
...
german translation. Hopefully the translation is now good enough
that it won't ihave to change much anymore, since the new
"Gimp kurz und gut" reference for 1.2 will go into print soon...
--Sven
2000-04-02 22:30:28 +00:00
90c48abc1e
plug-ins/common/CML_explorer.c plug-ins/common/depthmerge.c
...
* plug-ins/common/CML_explorer.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/edge.c
* plug-ins/common/fractaltrace.c
* plug-ins/common/gqbist.c: unmarked blurb and help.
-- yasuhiro
2000-02-13 09:29:59 +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
ab6afdc206
removed compiler warnings
...
--Sven
2000-01-28 13:12:50 +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
6e83e1ba0a
added a float adjustment callback.
...
2000-01-15 Michael Natterer <mitch@gimp.org >
* libgimp/gimpwidgets.[ch]: added a float adjustment callback.
* plug-ins/common/bumpmap.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/gpb.c
* plug-ins/common/iwarp.c
* plug-ins/common/polar.c
* plug-ins/common/sharpen.c
* plug-ins/common/tileit.c
* plug-ins/common/whirlpinch.c
* plug-ins/common/wind.c:
- Some more hscale+spinbutton instead of hscale+entry widgets.
- Get the CHECK_SIZE constants from libgimp in some plugins.
2000-01-15 15:32:28 +00:00
fbfdf4b309
app/Makefile.am removed.
...
2000-01-14 Michael Natterer <mitch@gimp.org >
* app/Makefile.am
* app/tool_options_ui.h: removed.
* app/tool_options.c
* libgimp/gimpwidgets.[ch]: moved some more ui utility functions
to libgimp.
* app/airbrush.c
* app/blend.c
* app/bucket_fill.c
* app/channel_ops.c
* app/clone.c
* app/color_picker.c
* app/convolve.c
* app/crop.c
* app/dodgeburn.c
* app/eraser.c
* app/file_new_dialog.[ch]
* app/flip_tool.c
* app/image_new.[ch]
* app/ink.c
* app/layers_dialog.c
* app/magnify.c
* app/measure.c
* app/paintbrush.c
* app/pencil.c
* app/smudge.c
* app/text_tool.c
* app/tool_options.c
* app/transform_tool.c
* app/xinput_airbrush.c: use the libgimp functions (esp. the radio
button group constructor), some code cleanup.
* plug-ins/common/csource.c
* plug-ins/common/despeckle.c
* plug-ins/common/diffraction.c
* plug-ins/common/jpeg.c
* plug-ins/common/png.c
* plug-ins/unsharp/unsharp.c: more plugin ui tuning.
* plug-ins/unsharp/Makefile.am
* plug-ins/unsharp/dialog_f.[ch]
* plug-ins/unsharp/dialog_i.[ch]: removed.
2000-01-14 12:41:00 +00:00
c55bbde079
app/gimpui.[ch] removed & renamed some functions from gimpui.[ch] (see
...
2000-01-13 Michael Natterer <mitch@gimp.org >
* app/gimpui.[ch]
* app/preferences_dialog.c: removed & renamed some functions from
gimpui.[ch] (see below).
* libgimp/Makefile.am
* libgimp/gimpwidgets.[ch]; new files. Functions moved from
app/gimpui.[ch]. Added a constructor for the label + hscale +
entry combination used in many plugins (now hscale + spinbutton).
* libgimp/gimpui.h: include gimpwidgets.h
* plug-ins/megawidget/megawidget.[ch]: removed all functions
except the preview stuff (I'm not yet sure how to implement this
in libgimp because the libgimp preview should be general enough to
replace all the other plugin previews, too).
* plug-ins/borderaverage/Makefile.am
* plug-ins/borderaverage/borderaverage.c
* plug-ins/common/plugin-defs.pl
* plug-ins/common/Makefile.am
* plug-ins/common/aa.c
* plug-ins/common/align_layers.c
* plug-ins/common/animationplay.c
* plug-ins/common/apply_lens.c
* plug-ins/common/blinds.c
* plug-ins/common/bumpmap.c
* plug-ins/common/checkerboard.c
* plug-ins/common/colorify.c
* plug-ins/common/convmatrix.c
* plug-ins/common/cubism.c
* plug-ins/common/curve_bend.c
* plug-ins/common/deinterlace.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/displace.c
* plug-ins/common/edge.c
* plug-ins/common/emboss.c
* plug-ins/common/hot.c
* plug-ins/common/nlfilt.c
* plug-ins/common/pixelize.c
* plug-ins/common/waves.c
* plug-ins/sgi/sgi.c
* plug-ins/sinus/sinus.c: ui updates like removing megawidget,
using the dialog constructor, I18N fixes, indentation, ...
2000-01-13 15:39:26 +00:00
884f223569
app/[all files using the dialog or action area constructors] added a
...
2000-01-06 Michael Natterer <mitch@gimp.org >
* app/[all files using the dialog or action area constructors]
* libgimp/gimpdialog.[ch]: added a "slot_object" agrument to the
constructors' va_args lists to allow the action area buttons to be
connected wich gtk_signal_connect_object().
* libgimp/gimphelp.c: show the correct help page for plugins.
* plug-ins/common/CEL.c
* plug-ins/common/CML_explorer.c
* plug-ins/common/Makefile.am
* plug-ins/common/aa.c
* plug-ins/common/align_layers.c
* plug-ins/common/animationplay.c
* plug-ins/common/apply_lens.c
* plug-ins/common/blinds.c
* plug-ins/common/blur.c
* plug-ins/common/bumpmap.c
* plug-ins/common/checkerboard.c
* plug-ins/common/colorify.c
* plug-ins/common/colortoalpha.c
* plug-ins/common/compose.c
* plug-ins/common/convmatrix.c
* plug-ins/common/csource.c
* plug-ins/common/cubism.c
* plug-ins/common/curve_bend.c
* plug-ins/common/decompose.c
* plug-ins/common/deinterlace.c
* plug-ins/common/depthmerge.c
* plug-ins/common/despeckle.c
* plug-ins/common/destripe.c
* plug-ins/common/diffraction.c
* plug-ins/common/displace.c
* plug-ins/common/grid.c
* plug-ins/helpbrowser/Makefile.am
* plug-ins/helpbrowser/helpbrowser.c: use the dialog constructor
and enable the "F1" help key.
2000-01-06 16:40:17 +00:00
9498c29dfc
NEVER EVER use sprintf together with _(...) !
...
--Sven
1999-12-29 18:07:43 +00:00
8af2fb720a
small dialog changes and german translation update
...
--Sven
1999-12-27 18:43:11 +00:00
ae3f6ac6bf
plug-ins/common/blinds.c plug-ins/common/curve_bend.c
...
1999-12-20 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp >
* plug-ins/common/blinds.c
* plug-ins/common/curve_bend.c
* plug-ins/common/deinterlace.c
* plug-ins/common/despeckle.c
* po-plug-ins/POTFILES.in: Added gettext support
-- yasuhiro
1999-11-23 23:49:42 +00:00
4a7dc75580
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:42 +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
f40a836e6c
use MAIN macro
1999-04-23 06:35:53 +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
e0b1b07ab8
adding Lighting plugin
...
* adding Lighting plugin
* updated despeckle, png, sgi, and sharpen
-Yosh
1998-06-06 23:22:22 +00:00
9f4f94c6c5
plug-ins/animationplay/animationplay.c plug-ins/CEL/CEL.c
...
* plug-ins/animationplay/animationplay.c
* plug-ins/CEL/CEL.c
* plug-ins/psd/psd.c
* plug-ins/xd/xd.c: applied gimp-joke-980427-0, warning cleanups
* app/temp_buf.c: applied gimp-entity-980427-0, temp_buf swap speedups and
more robust tempfile handling
-Yosh
1998-04-28 03:50:21 +00:00
f0aefe67ba
Updated sharpen and despeckle. Wow, sharpen is balzingly fast now, while
...
despeckle is still sort of lame...
--Sven
1998-04-27 22:01:01 +00:00