- 20 May, 2018 3 commits
-
-
Michael Natterer authored
...and gone are the annoying warnings.
-
Michael Natterer authored
-
Simon Budig authored
-
- 08 May, 2018 1 commit
-
-
Michael Natterer authored
Better API for getting properties of the current page, add missing help IDs, fix the icon of the resolution calibrate dialog, ...
-
- 12 Feb, 2017 1 commit
-
-
Michael Natterer authored
Nobody has them anymore, and they are deprecated in GTK+ 3.x. This also fixes all conflicting mnemonics except those I missed, but we can fix them now.
-
- 08 Sep, 2016 1 commit
-
-
Michael Natterer authored
-
- 19 May, 2014 1 commit
-
-
Michael Natterer authored
to the gimp3migration hack and use it where appropriate, so in the gtk3-port branch windows will not overlap with docks, panels etc.
-
- 01 Nov, 2013 1 commit
-
-
Michael Natterer authored
-
- 30 Sep, 2011 1 commit
-
-
Michael Natterer authored
-
- 30 Oct, 2010 1 commit
-
-
Michael Natterer authored
because the packing options are different for GtkH/VBox and GtkBox itself which is now instantiable. Instead, always use gtk_box_pack_start() and specify expanding explicitely.
-
- 19 Apr, 2010 1 commit
-
-
Michael Natterer authored
-
- 06 Mar, 2010 1 commit
-
-
Michael Natterer authored
because the widget flag access macros (e.g. GTK_WIDGET_REALIZED) are now deprecated in GTK+ master.
-
- 17 Oct, 2009 1 commit
-
-
Michael Natterer authored
-
- 09 Oct, 2009 1 commit
-
-
Michael Natterer authored
-
- 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
-
- 29 Aug, 2008 1 commit
-
-
Michael Natterer authored
2008-08-29 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimphruler.[ch] * libgimpwidgets/gimpvruler.[ch]: remove separate H/VRuler classes. * libgimpwidgets/gimpruler.[ch]: add an "orientation" property instead. Add gimp_ruler_new(). * libgimpwidgets/gimpwidgets.def: changed accordingly. * app/dialogs/resolution-calibrate-dialog.c * app/display/gimpdisplayshell.c * plug-ins/gfig/gfig-preview.c * plug-ins/imagemap/imap_preview.c: ditto. svn path=/trunk/; revision=26810
-
- 28 May, 2008 1 commit
-
-
Sven Neumann authored
2008-05-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpruler.[ch]: started to sanitize the ruler API. * app/dialogs/resolution-calibrate-dialog.c * app/display/gimpdisplayshell-scale.c * plug-ins/gfig/gfig-preview.c * plug-ins/imagemap/imap_preview.c * libgimpwidgets/gimpwidgets.def: updated. svn path=/trunk/; revision=25836
-
- 26 May, 2008 1 commit
-
-
Sven Neumann authored
2008-05-26 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpruler.[ch] * libgimpwidgets/gimphruler.[ch] * libgimpwidgets/gimpvruler.[ch]: added ruler widgets. These are mostly copied from GTK+ and work as a drop-in replacement for GtkRuler and friends. * libgimpwidgets/gimpwidgets.def: updated. * app/display/gimpdisplayshell.c * app/display/gimpdisplayshell-scale.c * app/dialogs/resolution-calibrate-dialog.c * plug-ins/imagemap/imap_preview.c * plug-ins/gfig/gfig-preview.c: use the GimpRuler widgets. svn path=/trunk/; revision=25820
-
- 09 Dec, 2006 1 commit
-
-
Sven Neumann authored
2006-12-09 Sven Neumann <sven@gimp.org> * In all files, changed the standard copyright notice to say "GIMP - The GNU Image Manipulation Program".
-
- 23 Apr, 2006 1 commit
-
-
Sven Neumann authored
2006-04-23 Sven Neumann <sven@gimp.org> * app/dialogs/module-dialog.c * app/dialogs/palette-import-dialog.c: use GimpDialog instead of a GimpViewableDialog with a NULL viewable. * app/widgets/gimpviewabledialog.c: deprecate use of GimpViewableDialog with a NULL viewable. * app/dialogs/resolution-calibrate-dialog.c: whitespace.
-
- 12 Apr, 2006 1 commit
-
-
Sven Neumann authored
2006-04-12 Sven Neumann <sven@gimp.org> * app/*.[ch] * app/*/*.[ch]: converted tabs to spaces.
-
- 14 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-14 Sven Neumann <sven@gimp.org> * app/dialogs/resolution-calibrate-dialog.c: fix for setups with multiple monitors on the same screen.
-
- 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...
-
- 21 Jun, 2004 1 commit
-
-
Sven Neumann authored
2004-06-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.[ch] * libgimpwidgets/gimpwidgets.def: added new utility function gimp_label_set_attributes(). * app/display/gimpdisplayshell.c * app/gui/preferences-dialog.c * app/gui/resolution-calibrate-dialog.c * app/widgets/gimpviewabledialog.c * app/widgets/gimpwidgets-utils.c: use the new function. * app/widgets/gimpcontainergridview.c * app/widgets/gimphistogrameditor.c: display the name in italic. * plug-ins/common/jpeg.c: display the file size in italic.
-
- 09 Jun, 2004 1 commit
-
-
Sven Neumann authored
2004-06-10 Sven Neumann <sven@gimp.org> * app/gui/user-install-dialog.c: removed the monitor calibration from the user installation process. It's not a vital setting and can be done from the Preferences dialog later. * app/gui/resolution-calibrate-dialog.[ch]: simplified the resolution calibration dialog by removing the hacks that were needed for drawing it in the user-installation style. * app/gui/preferences-dialog.c: changed accordingly. Also removed the separator from the Display page.
-
- 04 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-04 Sven Neumann <sven@gimp.org> * app/actions/channels-commands.c * app/actions/gradient-editor-commands.c * app/actions/image-commands.c * app/actions/layers-commands.c * app/actions/qmask-commands.c * app/actions/templates-commands.c * app/actions/vectors-commands.c * app/display/gimpdisplayshell-filter-dialog.c * app/gui/convert-dialog.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-import-dialog.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/tips-dialog.c * app/gui/user-install-dialog.c * app/widgets/gimpwidgets-utils.c * libgimpwidgets/gimpquerybox.c: set dialog border spacing to 12.
-
- 28 Feb, 2004 2 commits
-
-
Sven Neumann authored
2004-02-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpdialog.c: removed the call to gtk_widget_get_toplevel() again. Implement the GTK_DIALOG_DESTROY_WITH_PARENT behaviour in a way that works for GimpDialog. * app/gui/resolution-calibrate-dialog.c: pass the toplevel window to gimp_dialog_new ().
-
Sven Neumann authored
2004-02-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpdialog.c (gimp_dialog_new_valist): if the parent widget is not a GtkWindow, use gtk_widget_get_toplevel() to get a pointer to the window the widget lives in. * app/gui/resolution-calibrate-dialog.c: don't make the dialog modal. It was a bad idea to do that, leading to problems spotted by Pedro Gimeno (bug #135630).
-
- 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.
-
- 27 Sep, 2003 1 commit
-
-
Sven Neumann authored
2003-09-28 Sven Neumann <sven@gimp.org> * app/gui/resolution-calibrate-dialog.c (resolution_calibrate_ok): use the GIMP_COORDINATES_CHAINBUTTON() macro instead of trying to get it using a hardcoded and misspelled identifier.
-
- 09 Sep, 2003 1 commit
-
-
Sven Neumann authored
2003-09-09 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell.c * app/display/gimpnavigationview.c * app/gui/resolution-calibrate-dialog.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpeditor.c * app/widgets/gimppreview-popup.c * app/widgets/gimpwidgets-utils.c: get the size from the current screen, not always from the default one. * plug-ins/common/wmf.c: ask GIMP for the monitor resolution instead of taking the value from GDK.
-
- 25 Mar, 2003 1 commit
-
-
Sven Neumann authored
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.
-
- 05 Jan, 2003 1 commit
-
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * many files in app, modules and libgimp*: cleanup, removed unecessary G_OBJECT() casts. Should do the same for plug-ins, when more of them get undeprecated.
-
- 21 Nov, 2002 1 commit
-
-
Michael Natterer authored
2002-11-21 Michael Natterer <mitch@gimp.org> * app/base/tile-cache.[ch]: added tile_cache_init() and tile_cache_exit() as public functions. * app/base/base.c: call them. Connect to GimpBaseConfig's notify::tile-cache-size. * app/core/gimpimage.c: connect to notify::transparency-type and notify::transparency-size and call gimp_image_invalidate_layer_previews() in the callback. * app/display/gimpdisplay-foreach.[ch]: removed gdisplays_expose_full(). * app/display/gimpdisplayshell-handlers.c: connect to notify::transparency-type and notify::transparency-size and expose the shell in the callback. * app/display/gimpdisplayshell-render.[ch]: added render_init() and render_exit() functions and connect to notify::transparency-type and notify::transparency-size for setting up the render buffers. * app/gui/gui.c: call the new functions instead of render_setup(). Connect to notify::show-tool-tips. * app/gui/preferences-dialog.c: copy values between the global config object and its local clone only when they have changed. Wrap setting of lots of values in g_object_[freeze|thaw]_notify(). Added lots of mnemonics. * app/gui/resolution-calibrate-dialog.c: added mnemonics. * app/widgets/gimppropwidgets.c: g_object_set() the values edited by the gimp_prop_coordinates() much less often by remembering the old values and setting them only when they have changed.
-
- 07 Sep, 2002 1 commit
-
-
Michael Natterer authored
2002-09-07 Michael Natterer <mitch@gimp.org> * app/gui/file-new-dialog.c * app/gui/offset-dialog.c * app/gui/preferences-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/user-install-dialog.c: replaced some more pixel sizes by char sizes. Tweaked table spacings. Mnemonics. * app/gui/info-dialog.[ch]: internal cleanup. * app/gui/resize-dialog.[ch]: same here. Removed the "cancel_cb" from the API and simply destroy the dialog on "Cancel". Makes the dialog construction less weird. * app/gui/image-commands.c * app/gui/layers-commands.c: changed accordingly. Same cleanups as above.
-
- 28 Feb, 2002 1 commit
-
-
Sven Neumann authored
2002-02-28 Sven Neumann <sven@gimp.org> * app/gui/resolution-calibrate-dialog.[ch]: take an optional pixbuf as eye-candy. * app/gui/preferences-dialog.c * app/gui/user-install-dialog.c: changed accordingly.
-
- 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.
-
- 23 Nov, 2001 1 commit
-
-
Sven Neumann authored
2001-11-23 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c: don't draw resize_grip in status bar (patch from Guillermo S. Romero). * app/devices.c * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell-qmask.c * app/display/gimpdisplayshell.c * app/gui/channels-commands.c * app/gui/color-notebook.c * app/gui/convert-dialog.c * app/gui/error-console-dialog.c * app/gui/file-new-dialog.c * app/gui/gradient-editor.c * app/gui/layers-commands.c * app/gui/module-browser.c * app/gui/offset-dialog.c * app/gui/palette-import-dialog.c * app/gui/preferences-dialog.c * app/gui/resize-dialog.c * app/gui/resolution-calibrate-dialog.c * app/gui/user-install-dialog.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcurvestool.c * app/tools/gimphuesaturationtool.c * app/tools/gimplevelstool.c * app/tools/gimpposterizetool.c * app/tools/gimpthresholdtool.c * app/widgets/gimpfontselection-dialog.c * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpunitmenu.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c: changed button order to follow the new GTK+ style: confirmative is right-most (for LTR rendering).
-