- 20 May, 2018 3 commits
-
-
Michael Natterer authored
...and gone are the annoying warnings.
-
Simon Budig authored
-
Simon Budig authored
-
- 05 Mar, 2017 1 commit
-
-
Michael Natterer authored
Try to sort all GIMP_ICON_* defines into FDO categories like in https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html Add defines for all icons we override, rename some icons to their FDO standard names, and mark the ones we duplicate with a comment so we don't forget to rename those to standard names in 3.0.
-
- 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.
-
- 27 Oct, 2016 1 commit
-
-
Michael Natterer authored
- consistent coding style - hide public structs - add callbacks to move logic out of app/dialogs/
-
- 08 Sep, 2016 1 commit
-
-
Michael Natterer authored
-
- 21 Jun, 2014 1 commit
-
-
Michael Natterer authored
-
- 18 Apr, 2014 1 commit
-
-
Michael Natterer authored
-
- 30 Sep, 2011 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
-
- 09 Oct, 2008 1 commit
-
-
Michael Natterer authored
2008-10-09 Michael Natterer <mitch@gimp.org> Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a GEGL dependency (they will have in the next commit, but I wanted to keep the commit separate). * app/dialogs/Makefile.am * app/file/Makefile.am * app/gui/Makefile.am * app/menus/Makefile.am * app/paint/Makefile.am * app/plug-in/Makefile.am * app/text/Makefile.am * app/vectors/Makefile.am * app/widgets/Makefile.am * app/xcf/Makefile.am: add GEGL_CFLAGS. * app/actions/*.c * app/core/*.c * app/dialogs/*.c * app/display/*.c * app/file/*.c * app/gui/*.c * app/menus/*.c * app/paint/*.c * app/pdb/gimppdb-utils.c * app/pdb/gimpprocedure.c * app/plug-in/*.c * app/text/*.c * app/tools/*.c * app/vectors/*.c * app/widgets/*.c * app/xcf/*.c: add <gegl.h> or replace <glib-object.h> by <gegl.h> to all files which include a drawable subclass or gimpimage.h * tools/pdbgen/app.pl: include <gegl.h> instead of <glib-object.h> in all generated files. * app/pdb/*-cmds.c: regenerated. * data/images/gimp-splash.png: the goat is still sleeping. By Aurore Derriennic. svn path=/trunk/; revision=27202
-
- 25 Dec, 2007 1 commit
-
-
Michael Natterer authored
2007-12-25 Michael Natterer <mitch@gimp.org> * app/actions/channels-commands.c * app/actions/colormap-actions.c * app/actions/colormap-commands.c * app/actions/image-commands.c * app/core/gimp-edit.c * app/core/gimpdrawable-preview.c * app/core/gimpimage-colorhash.c * app/core/gimpimage-colormap.c * app/core/gimpimage-convert.c * app/core/gimpimage-crop.c * app/core/gimpimage-duplicate.c * app/core/gimpimage-flip.c * app/core/gimpimage-guides.c * app/core/gimpimage-merge.c * app/core/gimpimage-preview.c * app/core/gimpimage-quick-mask.c * app/core/gimpimage-resize.c * app/core/gimpimage-rotate.c * app/core/gimpimage-sample-points.c * app/core/gimpimage-scale.c * app/core/gimpimage-snap.c * app/core/gimpimage.c * app/core/gimpimagefile.c * app/core/gimpimageundo.c * app/core/gimpitem-preview.c * app/core/gimpitem.c * app/core/gimplayer.c * app/core/gimppalette-import.c * app/core/gimpprojection-construct.c * app/core/gimpprojection.c * app/core/gimpselection.c * app/core/gimpundo.c * app/dialogs/layer-options-dialog.c * app/dialogs/print-size-dialog.c * app/display/gimpdisplay.c * app/display/gimpdisplayshell-draw.c * app/display/gimpdisplayshell-scale.c * app/display/gimpdisplayshell-scroll.c * app/display/gimpdisplayshell-title.c * app/display/gimpdisplayshell-transform.c * app/display/gimpdisplayshell.c * app/display/gimpstatusbar.c * app/file/file-open.c * app/paint/gimppaintoptions.c * app/tools/gimpaligntool.c * app/tools/gimpcolortool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimpperspectiveclonetool.c * app/tools/gimprectangleselecttool.c * app/tools/gimprectangletool.c * app/tools/gimprotatetool.c * app/vectors/gimpvectors-export.c * app/vectors/gimpvectors-import.c * app/vectors/gimpvectors.c * app/widgets/gimpimagepropview.c * app/widgets/gimpnavigationview.c * app/widgets/gimpselectioneditor.c * app/widgets/gimpviewrendererdrawable.c * app/widgets/gimpviewrendererimage.c * app/xcf/xcf-load.c * app/xcf/xcf-save.c * tools/pdbgen/pdb/guides.pdb * tools/pdbgen/pdb/image.pdb: use accessors for many image properties. * app/pdb/guides_cmds.c * app/pdb/image_cmds.c: regenerated. svn path=/trunk/; revision=24432
-
- 23 May, 2007 1 commit
-
-
Sven Neumann authored
2007-05-23 Sven Neumann <sven@gimp.org> * app/dialogs/channel-options-dialog.c * app/dialogs/convert-dialog.c * app/dialogs/desaturate-dialog.c * app/dialogs/fade-dialog.c * app/dialogs/image-merge-layers-dialog.c * app/dialogs/image-new-dialog.c * app/dialogs/image-scale-dialog.c * app/dialogs/layer-add-mask-dialog.c * app/dialogs/layer-options-dialog.c * app/dialogs/module-dialog.c * app/dialogs/offset-dialog.c * app/dialogs/palette-import-dialog.c * app/dialogs/print-size-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/scale-dialog.c * app/dialogs/template-options-dialog.c * app/dialogs/vectors-export-dialog.c * app/dialogs/vectors-import-dialog.c * app/dialogs/vectors-options-dialog.c: allocate structs using GSlice. svn path=/trunk/; revision=22598
-
- 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".
-
- 14 Oct, 2006 1 commit
-
-
Michael Natterer authored
2006-10-14 Michael Natterer <mitch@gimp.org> * app/dialogs/convert-dialog.c * app/dialogs/desaturate-dialog.c * app/dialogs/grid-dialog.c * app/dialogs/image-properties-dialog.c * app/dialogs/layer-add-mask-dialog.c * app/dialogs/layer-options-dialog.c * app/dialogs/print-size-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/scale-dialog.c * app/dialogs/vectors-options-dialog.c: don't allow "context" to be NULL in any dialog constructor.
-
- 01 Sep, 2006 1 commit
-
-
Michael Natterer authored
2006-09-01 Michael Natterer <mitch@gimp.org> * app/widgets/gimpviewabledialog.[ch]: added GimpContext parameters and create the GimpView with that context. * app/widgets/gimpcolordialog.[ch] * app/dialogs/convert-dialog.[ch] * app/dialogs/desaturate-dialog.[ch] * app/dialogs/grid-dialog.[ch] * app/dialogs/image-properties-dialog.[ch] * app/dialogs/layer-add-mask-dialog.[ch] * app/dialogs/offset-dialog.[ch] * app/dialogs/print-size-dialog.[ch] * app/dialogs/resize-dialog.[ch] * app/dialogs/scale-dialog.[ch] * app/dialogs/stroke-dialog.[ch] * app/dialogs/template-options-dialog.[ch] * app/dialogs/vectors-options-dialog.[ch]: added GimpContext parameters here too and pass them to gimp_viewable_dialog_new(). * app/actions/colormap-editor-commands.c * app/actions/drawable-commands.c * app/actions/gradient-editor-commands.c * app/actions/image-commands.c * app/actions/layers-commands.c * app/actions/palette-editor-commands.c * app/actions/select-commands.c * app/actions/vectors-commands.c * app/actions/view-commands.c * app/dialogs/channel-options-dialog.c * app/dialogs/dialogs-constructors.c * app/dialogs/image-merge-layers-dialog.c * app/dialogs/image-scale-dialog.c * app/dialogs/layer-options-dialog.c * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell-scale.c * app/tools/gimpcolorpickertool.c * app/tools/gimpimagemaptool.c * app/tools/gimpmeasuretool.c * app/tools/gimptexttool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c * app/widgets/gimpcolorpanel.c * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimptoolbox-color-area.c: pass contexts to above dialog constructors.
-
- 12 Apr, 2006 1 commit
-
-
Sven Neumann authored
2006-04-12 Sven Neumann <sven@gimp.org> * app/*.[ch] * app/*/*.[ch]: converted tabs to spaces.
-
- 18 Aug, 2005 1 commit
-
-
Sven Neumann authored
2005-08-18 Sven Neumann <sven@gimp.org> * app/core/gimptemplate.c: go back to using dpi as the default resolution unit. * app/core/gimp-utils.[ch]: moved the code to determine the unit from the locale settings here as gimp_get_default_unit(). * app/dialogs/print-size-dialog.c * app/widgets/gimpimagepropview.c: use the unit returned by the new function to display the print size (bug #107497).
-
- 27 May, 2005 1 commit
-
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * (lots of files): Use the canonical form for signal names.
-
- 13 Mar, 2005 1 commit
-
-
Sven Neumann authored
2005-03-13 Sven Neumann <sven@gimp.org> * app/dialogs/print-size-dialog.c (print_size_dialog_response): handle the resolution unit correctly, fixes bug #170200.
-
- 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...
-
- 03 Feb, 2005 1 commit
-
-
Michael Natterer authored
2005-02-03 Michael Natterer <mitch@gimp.org> * app/dialogs/print-size-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/scale-dialog.c: moved "Reset" buttons left of "Cancel".
-
- 18 Dec, 2004 1 commit
-
-
Sven Neumann authored
2004-12-18 Sven Neumann <sven@gimp.org> * app/dialogs/resize-dialog.c: free the dialog's private data struct using a weak reference, not in a "destroy" handler. Should fix bug #161472. * app/dialogs/print-size-dialog.c * app/dialogs/scale-dialog.c: same change here.
-
- 09 Dec, 2004 2 commits
-
-
Michael Natterer authored
2004-12-09 Michael Natterer <mitch@gimp.org> * app/dialogs/print-size-dialog.c * app/widgets/gimpsizebox.c: set a focus_chain on the size_entries so the focus order is width->height->chain->unitmenu and not width->chain->height->unitmenu. * app/widgets/gimptemplateeditor.c: changed focus_chain code to work like above (cosmetics).
-
William Skaggs authored
* app/dialogs/print-size-dialog.c (print_size_dialog_size_changed): Previous fix only worked if units were inches -- now seems to work for all units. (Fixes #72852?)
-
- 08 Dec, 2004 1 commit
-
-
William Skaggs authored
* app/dialogs/print-size-dialog.c (print_size_dialog_size_changed): fixed kludgy use of size entry, seems to fix bug #159273.
-
- 30 Nov, 2004 1 commit
-
-
Michael Natterer authored
2004-11-30 Michael Natterer <mitch@gimp.org> * app/dialogs/print-size-dialog.c: reordered prototypes to match order of implementations.
-
- 17 Nov, 2004 1 commit
-
-
Sven Neumann authored
2004-11-17 Sven Neumann <sven@gimp.org> * app/dialogs/print-size-dialog.c: added missing callbacks for the size entries. Needs some more work though...
-
- 14 Nov, 2004 2 commits
-
-
Sven Neumann authored
2004-11-15 Sven Neumann <sven@gimp.org> * app/dialogs/print-size-dialog.c: started to redo this dialog without using a GimpSizeBox. The widgets aren't connected, so it isn't usable yet. * app/widgets/gimpprogressbox.c * app/widgets/gimpprogressdialog.c * app/widgets/gimpsizebox.c: trivial cleanups. * data/images/gimp-splash.png: splash for 2.2-pre2, done by Jimmac.
-
Sven Neumann authored
2004-11-14 Sven Neumann <sven@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-center-16.png * themes/Default/images/stock-center-24.png * themes/Default/images/stock-print-resolution-16.png * themes/Default/images/stock-print-resolution-24.png: new icons drawn by Jimmac. * libgimpwidgets/gimpstock.[ch]: registered the new icons. * app/actions/image-actions.c * app/dialogs/print-size-dialog.c * app/dialogs/resize-dialog.c * plug-ins/ifscompose/ifscompose.c: use them.
-
- 13 Nov, 2004 1 commit
-
-
Sven Neumann authored
2004-11-13 Sven Neumann <sven@gimp.org> * app/dialogs/Makefile.am * app/dialogs/print-size-dialog.[ch]: new files for the Print Size dialog that is still missing. Still work in progress... * app/actions/image-actions.c * app/actions/image-commands.[ch] * app/widgets/gimphelp-ids.h * menus/image-menu.xml.in: integrate the new dialog.
-