- 30 Sep, 2011 1 commit
-
-
Michael Natterer authored
-
- 08 Apr, 2011 1 commit
-
-
Michael Natterer authored
Applied patch from Christoph Kappel which adds a "gimp-" prefix to all plug-in dialog window roles.
-
- 13 Feb, 2011 1 commit
-
-
Add more context tags for some plug-in labels. There were still ambiguous "From:" and "To:" labels which were not fixed by commit 1dfa7b5e (2010-07-29).
-
- 09 Sep, 2010 1 commit
-
-
Michael Natterer authored
-
- 31 Jul, 2010 1 commit
-
-
SimaMoto,RyōTa authored
Set gettext context signatures on "From:" and "To:" labels of the Color Rotate and the Color to Alpha plug-ins.
-
- 15 Jul, 2009 1 commit
-
-
Michael Natterer authored
-
- 17 Jan, 2009 1 commit
-
-
Michael Natterer authored
2009-01-17 Michael Natterer <mitch@gimp.org> * all files with a GPL header and all COPYING files: Change licence to GPLv3 (and to LGPLv3 for libgimp). Cleaned up some copyright headers and regenerated the parsers in the ImageMap plugin. svn path=/trunk/; revision=27913
-
- 17 May, 2008 1 commit
-
-
Michael Natterer authored
2008-05-17 Michael Natterer <mitch@gimp.org> * app/core/gimpimagefile.c * app/tools/gimpaligntool.c * app/tools/gimpselectiontool.c * app/tools/gimpvectortool.c * plug-ins/color-rotate/color-rotate-dialog.c * plug-ins/common/noise-rgb.c * plug-ins/common/value-propagate.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig.h * plug-ins/gimpressionist/general.c * plug-ins/gimpressionist/gimpressionist.h * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/size.c * plug-ins/gimpressionist/utils.c * plug-ins/gradient-flare/gradient-flare.c * plug-ins/ifs-compose/ifs-compose.c * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_preferences.c: in latest GLib _() returns "const gchar*" as it should. Add const qualifiers to local utility functions and some explicit casts to fix the warnings caused by this. svn path=/trunk/; revision=25685
-
- 24 Mar, 2008 3 commits
-
-
Michael Natterer authored
2008-03-24 Michael Natterer <mitch@gimp.org> * plug-ins/color-rotate/*: renamed all files and also changed function names and stuff in some files. Only the filename change is 100% complete. svn path=/trunk/; revision=25199
-
Michael Natterer authored
2008-03-24 Michael Natterer <mitch@gimp.org> There is no colormap involved in this plug-in, rename it again... * plug-ins/colormap-rotate -> color-rotate. * configure.in * plug-ins/Makefile.am: changed accordingly. svn path=/trunk/; revision=25198
-
Michael Natterer authored
2008-03-24 Michael Natterer <mitch@gimp.org> Renamed folders in plug-ins/. Unfortunately it's impossible to rename the files inside at the same time, so this is just part one... * plug-ins/FractalExplorer -> fractal-explorer * plug-ins/Lighting -> lighting * plug-ins/MapObject -> map-object * plug-ins/gflare -> gradient-flare * plug-ins/gfli -> fli * plug-ins/helpbrowser -> help-browser * plug-ins/ifscompose -> ifs-compose * plug-ins/rcm -> colormap-rotate * plug-ins/sel2path -> selection-to-path * plug-ins/winicon -> win-icon * plug-ins/winsnap -> win-snap * configure.in * plug-ins/Makefile.am: changed accordingly. svn path=/trunk/; revision=25194
-
- 06 Jun, 2007 1 commit
-
-
Mukund Sivaraman authored
2007-06-06 Mukund Sivaraman <muks@mukund.org> Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. svn path=/trunk/; revision=22715
-
- 15 Jun, 2006 1 commit
-
-
Sven Neumann authored
2006-06-16 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm.c * plug-ins/rcm/rcm_dialog.c: renamed to "Rotate Colors"; it doesn't actually work on indexed images at all.
-
- 09 Sep, 2005 1 commit
-
-
Michael Natterer authored
2005-09-09 Michael Natterer <mitch@gimp.org> Added parent window API to the GimpProgress interface and to the libgimp progress stuff. Might look strange, but does the right thing in almost all cases (image window, file dialog, script-fu dialog etc). Fixes bug #62988. * app/core/gimpprogress.[ch]: added GimpProgress::get_window() which should return a toplevel window ID if the progress is in a window that wants to be the transient parent of plug-in dialogs. * app/widgets/gimpwidgets-utils.[ch] (gimp_window_get_native): new function which returns the window handle of a GtkWindow's GdkWindow. * app/widgets/gimpfiledialog.c: implement ::get_window(). * app/display/gimpdisplay.[ch]: ditto. Removed window handle API. * app/gui/gui-vtable.c: changed accordingly. * libgimpbase/gimpbaseenums.[ch] (enum GimpProgressCommand): added GIMP_PROGRESS_COMMAND_GET_WINDOW. * app/plug-in/plug-in-progress.[ch] (plug_in_progress_get_window): new function. Also renamed some functions to match the GimpProgress interface, and not the legacy PDB procedure names. * tools/pdbgen/pdb/progress.pdb * app/core/gimppdbprogress.c: implement get_window() on both sides of the wire, keeping backward compatibility (hopefully). * libgimp/gimpprogress.[ch]: deprecated gimp_progress_install() and added gimp_progress_install_vtable() which takes a vtable with padding to be extensible. Added get_window() vtable entry and dispatch it accordingly. Also added pulse() which was implemented in a hackish way before. Everything is of course backward compatible. * libgimp/gimpprogressbar.c: inmplement the get_window() stuff so a plug-in dialog containing a progress can be the transient parent of another dialog in another plug-in. * libgimp/gimpui.[ch] (gimp_ui_get_progress_window): new function which returns a foreign GdkWindow of this plug-ins progress window. Renamed gimp_window_set_transient_for_default_display() to gimp_window_set_transient() and make it use the progress' window handle instead of the display's (which is the right thing to do in almost all cases). * libgimp/gimp.def * libgimp/gimpui.def: add the new functions. * tools/pdbgen/enums.pl * app/pdb/internal_procs.c * app/pdb/progress_cmds.c * libgimp/gimpprogress_pdb.[ch]: regenerated. * libgimp/gimpexport.c * plug-ins/*/*.c: follow API change.
-
- 05 Sep, 2005 1 commit
-
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * plug-ins: Call gimp_window_set_transient_for_default_display() for most plug-in dialogs. Not yet done are load and save dialogs and dialogs created from language bindings.
-
- 22 Aug, 2005 1 commit
-
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * app/actions/channels-commands.c * app/actions/qmask-commands.c * app/dialogs/channel-options-dialog.c * app/dialogs/layer-options-dialog.c * app/dialogs/module-dialog.c * app/dialogs/palette-import-dialog.c * app/dialogs/preferences-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/stroke-dialog.c * app/dialogs/vectors-options-dialog.c * app/display/gimpdisplayshell-scale.c * app/tools/gimpaligntool.c * app/tools/gimpblendoptions.c * app/widgets/gimphistogrameditor.c * app/widgets/gimpstrokeeditor.c * libgimpwidgets/gimpcolorselection.c * modules/cdisplay_colorblind.c * modules/cdisplay_highcontrast.c * modules/colorsel_cmyk.c * plug-ins/Lighting/lighting_ui.c * plug-ins/common/colorify.c * plug-ins/common/film.c * plug-ins/common/iwarp.c * plug-ins/common/lic.c * plug-ins/common/pixelize.c * plug-ins/common/sample_colorize.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/gflare/gflare.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_cmd_guides.c * plug-ins/imagemap/imap_preferences.c * plug-ins/metadata/interface.c * plug-ins/print/gimp_color_window.c * plug-ins/print/gimp_main_window.c * plug-ins/rcm/rcm_dialog.c * plug-ins/script-fu/script-fu-server.c: applied patch from Stephan Binner that fixes capitalization issues (bug #309657).
-
- 15 Aug, 2005 2 commits
-
-
Sven Neumann authored
2005-08-15 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.[ch]: redraw the previews if their size changes. Fixes bug #172284.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/CML_explorer.c * plug-ins/common/cartoon.c * plug-ins/common/channel_mixer.c * plug-ins/common/colorify.c * plug-ins/common/compose.c * plug-ins/common/csource.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfli/gfli.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm_dialog.c * plug-ins/sgi/sgi.c: fix indentation.
-
- 12 Aug, 2005 1 commit
-
-
Michael Natterer authored
2005-08-12 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/bmp.c * plug-ins/faxg3/faxg3.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig.[ch] * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/help/help.c * plug-ins/helpbrowser/helpbrowser.c * plug-ins/ifscompose/ifscompose.c * plug-ins/jpeg/jpeg-save.c * plug-ins/jpeg/jpeg.[ch] * plug-ins/maze/maze.[ch] * plug-ins/maze/maze_face.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm.[ch] * plug-ins/rcm/rcm_dialog.c * plug-ins/sel2path/sel2path.c * plug-ins/sgi/sgi.c * plug-ins/uri/uri.c * plug-ins/xjt/xjt.c: canonicalize procedure and parameter names. #define them instead of repeating the same string several times. Minor cleanups.
-
- 30 Jun, 2005 1 commit
-
-
Sven Neumann authored
2005-06-29 Sven Neumann <sven@gimp.org> * plug-ins/*/*.c: use the canonical form of signal names.
-
- 17 Apr, 2005 1 commit
-
-
Sven Neumann authored
2005-04-17 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpsizeentry.c: use gimp_spin_button_new() which calls gtk_spin_button_set_numeric() for us. Part of a fix for bug #300935. * libgimpwidgets/gimpwidgets.c: improved the API docs for gimp_spin_button_new(). * app/tools/gimpcolorbalancetool.c * app/tools/gimplevelstool.c * plug-ins/common/screenshot.c * plug-ins/ifscompose/ifscompose.c * plug-ins/rcm/rcm_dialog.c * plug-ins/script-fu/script-fu-interface.c * plug-ins/winsnap/winsnap.c: use gimp_spin_button_new().
-
- 01 Apr, 2005 1 commit
-
-
Sven Neumann authored
2005-04-01 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm_dialog.c: keep the previews from expanding. Fixes bug #172284.
-
- 04 Mar, 2005 1 commit
-
-
Sven Neumann authored
2005-03-04 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer * plug-ins/Lighting * plug-ins/bmp * plug-ins/dbbrowser * plug-ins/faxg3 * plug-ins/fits * plug-ins/flame * plug-ins/gfig * plug-ins/gflare * plug-ins/gfli * plug-ins/gimpressionist * plug-ins/ifscompose * plug-ins/jpeg * plug-ins/maze * plug-ins/pagecurl * plug-ins/print * plug-ins/rcm * plug-ins/script-fu * plug-ins/sel2path * plug-ins/sgi * plug-ins/twain * plug-ins/winicon * plug-ins/xjt: ported to gstdio, removed unnecessary includes, minor fixes to filename handling here and there.
-
- 08 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-08 Sven Neumann <sven@gimp.org> Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey the "gtk-alternative-button-order" setting (bug #166678). Changes too many files to list them all...
-
- 17 Nov, 2004 1 commit
-
-
Sven Neumann authored
2004-11-17 Sven Neumann <sven@gimp.org> * plug-ins/rcm/Makefile.am * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_stock.[ch]: applied a patch from Karine Proot that replaces the XPM icons with stock icons (bug #140202). * plug-ins/rcm/pixmaps/*.xpm: removed. * plug-ins/Lighting/lighting_stock.c * plug-ins/MapObject/mapobject_stock.c * plug-ins/gfig/gfig-stock.c: fixed a common but harmless mistake in the icon factory code.
-
- 02 Aug, 2004 1 commit
-
-
David Odin authored
* plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c: Ported to GimpPreviewArea.
-
- 24 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-24 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm.h * plug-ins/rcm/rcm_dialog.[ch]: rearranged and HIG-ified dialog.
-
- 22 Apr, 2004 1 commit
-
-
Sven Neumann authored
2004-04-22 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm_callback.[ch] * plug-ins/rcm/rcm_dialog.c: ported from GtkOptionMenu to GimpIntComboBox.
-
- 30 Jan, 2004 1 commit
-
-
Michael Natterer authored
2004-01-30 Michael Natterer <mitch@gimp.org> * plug-ins/rcm/rcm_dialog.c (rcm_dialog): fixed help ID. * plug-ins/rcm/rcm.[ch] * plug-ins/rcm/rcm_callback.[ch] * plug-ins/rcm/rcm_dialog.[ch] * plug-ins/rcm/rcm_gdk.[ch] * plug-ins/rcm/rcm_misc.[ch]: completely reindented, removed overly long /*---...---*/ comment lines, fixed spacing.
-
- 12 Dec, 2003 1 commit
-
-
Michael Natterer authored
2003-12-12 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/fp/fp_gtk.c * plug-ins/gfig/gfig-preview.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/maze_face.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm_dialog.c * plug-ins/winsnap/winsnap.c * plug-ins/xjt/xjt.c * plug-ins/common/*.c: don't set GTK_SHADOW_ETCHED_IN on GtkFrames, it's the default and just clutters the code.
-
- 11 Nov, 2003 1 commit
-
-
Michael Natterer authored
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.
-
- 06 Nov, 2003 1 commit
-
-
Michael Natterer authored
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.
-
- 07 Jan, 2003 1 commit
-
-
Manish Singh authored
2003-01-06 Manish Singh <yosh@gimp.org> * lots of files in plug-ins: cleanup, removed unecessary G_OBJECT() casts.
-
- 06 Sep, 2002 1 commit
-
-
Michael Natterer authored
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...
-
- 11 Apr, 2002 1 commit
-
-
Sven Neumann authored
2002-04-11 Sven Neumann <sven@gimp.org> * plug-ins/common/ps.c: merged fix for bug #75667 from stable branch. * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.c: merged fix for bug #67018 from stable branch. * themes/Default/gtkrc: removed settings for tooltips color since GTK+-2.0 sets a reasonable default. Added a line to allow to change menu accelerators.
-
- 05 Feb, 2002 1 commit
-
-
Michael Natterer authored
2002-02-05 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/gfig/gfig.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/maze_face.c * plug-ins/mosaic/mosaic.c * plug-ins/rcm/rcm_dialog.c * plug-ins/sel2path/sel2path.c: reordered action_area buttons. * themes/Default/gtkrc: namespace cleanup.
-
- 30 Jan, 2002 1 commit
-
-
Sven Neumann authored
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.
-
- 29 Dec, 2001 1 commit
-
-
Michael Natterer authored
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.
-
- 29 Aug, 2001 1 commit
-
-
Michael Natterer authored
2001-08-29 Michael Natterer <mitch@gimp.org> * configure.in: added -DG_DISABLE_DEPRECATED and -DGDK_DISABLE_COMPAT_H. * app/batch.c * app/file-utils.c * app/gdisplay.c * app/gdisplay_ops.c * app/gimprc.[ch] * app/module_db.c * app/nav_window.c * app/undo_history.c * app/core/gimpgradient.c * app/core/gimpimagefile.c * app/core/gimppalette.c * app/gui/color-notebook.c * app/gui/convert-dialog.c * app/gui/error-console-dialog.c * app/gui/file-commands.c * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradient-editor.c * app/gui/info-window.c * app/gui/menus.c * app/gui/palette-import-dialog.c * app/tools/gimpbycolorselecttool.c * app/widgets/gimpcontainerview-utils.c * app/widgets/gimpdatafactoryview.c * libgimp/gimpmenu.c * plug-ins/common/bz2.c * plug-ins/common/compose.c * plug-ins/common/csource.c * plug-ins/common/decompose.c * plug-ins/common/gz.c * plug-ins/common/uniteditor.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/rcm/rcm_dialog.c * plug-ins/script-fu/interp_slib.c * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * tools/pdbgen/pdb/fileops.pdb * tools/pdbgen/pdb/gimprc.pdb * app/pdb/fileops_cmds.c * app/pdb/gimprc_cmds.c: removed deprecated stuff like g_basename(), g_dirname(), g_strup() and friends. Added some "const gchar *" declarations while I was on it. Added some G_N_ELEMENTS() macros instead of declaring a useless variable for the number of items. * app/widgets/gtkhwrapbox.[ch] * app/widgets/gtkvwrapbox.[ch] * app/widgets/gtkwrapbox.[ch]: replaced with the latest versions from GLE, ported by the master himself. * app/gui/toolbox.c: changed accordingly. * app/plug_in.c * libgimp/gimp.c * libgimpbase/gimpwire.[ch]: use evil hacks to get binary mode from the new GIOChannel implementation (upstream bugreport already posted).
-
- 03 Aug, 2001 1 commit
-
-
Michael Natterer authored
-