- 20 May, 2018 2 commits
-
-
Michael Natterer authored
...and gone are the annoying warnings.
-
Michael Natterer authored
including some fixes for getting pointer coords, and needed API changes in libgimpwidgets.
-
- 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.
-
- 30 Oct, 2016 1 commit
-
-
Michael Natterer authored
-
- 11 May, 2014 1 commit
-
-
Michael Natterer authored
unless it's a stock ID used for an action button, will address that later.
-
- 02 May, 2014 2 commits
-
-
Michael Natterer authored
so they appear on the proper monitor as well.
-
Michael Natterer authored
No other gimpimage-new function calls it; instead, call it in image_new_from_template()'s callers.
-
- 02 May, 2012 1 commit
-
-
Michael Natterer authored
which takes a Babl format to convert from/to. Include <gegl.h> in a million places.
-
- 13 Mar, 2011 1 commit
-
-
Michael Natterer authored
instead of gimp_container_get_neighbor_of_active() in gimp-utils.c. Move the additional GimpContext logic of the old function into the callers, but use the new function in more places.
-
- 01 Mar, 2011 1 commit
-
-
Michael Natterer authored
-
- 05 Jun, 2010 1 commit
-
-
Michael Natterer authored
and move it from gimptemplate.c to gimpimage-new.c
-
- 28 Feb, 2010 1 commit
-
-
Martin Nordholts authored
Instead of including dialogs/dialogs.h everywhere, introduce gimp_dialog_factory_get_singleton(). The dialog factory singleton is still initialized by dialogs.c though. Right now the assumption is that we never will have another dialog factory instance around. There were so many problems before when we had four of them, so let's just keep one of them around.
-
- 29 Aug, 2009 1 commit
-
-
Martin Nordholts authored
Begin to consider GimpObject::name as private and always use gimp_object_get_name(). Change gimp_object_get_name() to take an untyped pointer so we don't have to do so awfully many casts. There is a runtime check for the type inside the function anyway.
-
- 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
-
- 20 Nov, 2008 1 commit
-
-
Martin Nordholts authored
instance struct. * app/actions/context-commands.c * app/actions/data-commands.c * app/actions/plug-in-commands.c * app/actions/templates-commands.c * app/core/gimp-utils.c * app/core/gimpdrawablestack.c * app/core/gimpitemstack.c * app/core/gimplist.c * app/gui/gui-vtable.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainercombobox.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainerentry.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimpcontainertreeview-dnd.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpcontainerview-utils.c * app/widgets/gimpcontainerview.c * app/widgets/gimpdataeditor.c * app/widgets/gimpdatafactoryview.c * app/widgets/gimpsettingsbox.c * app/widgets/gimpviewablebutton.c svn path=/trunk/; revision=27693
-
- 07 Apr, 2008 1 commit
-
-
Sven Neumann authored
2008-04-07 Sven Neumann <sven@gimp.org> * app/actions/templates-actions.c * app/actions/templates-commands.c: when creating an image from a template, skip the New Image dialog as suggested in bug #480802. svn path=/trunk/; revision=25391
-
- 30 Sep, 2007 2 commits
-
-
Sven Neumann authored
2007-09-30 Sven Neumann <sven@gimp.org> * app/actions/templates-commands.c: reverted last change. We would also have to change a string if we wanted to do this change. svn path=/trunk/; revision=23696
-
Sven Neumann authored
2007-09-30 Sven Neumann <sven@gimp.org> * app/actions/templates-commands.c (templates_create_image_cmd_callback): when creating an image from a template, skip the New Image dialog as suggested in bug #480802. svn path=/trunk/; revision=23695
-
- 25 Sep, 2007 1 commit
-
-
Sven Neumann authored
2007-09-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpmessagebox.c (gimp_message_box_constructor): left-align the image. * app/actions/data-commands.c * app/actions/documents-commands.c * app/actions/file-commands.c * app/actions/templates-commands.c: use more meaningful stock icons for message dialogs. svn path=/trunk/; revision=23651
-
- 27 May, 2007 1 commit
-
-
Michael Natterer authored
2007-05-27 Michael Natterer <mitch@gimp.org> * app/core/gimp-utils.[ch] (gimp_container_get_neighbor_of_active): new utility function which returns the neighbor of a container's active item. * app/widgets/gimpcontainerview-utils.[ch] (gimp_container_view_remove_active): remove a container view's active item, using above function to select its neighbor. * app/actions/data-commands.c * app/actions/buffers-commands.c * app/actions/documents-commands.c * app/actions/templates-commands.c: use above functions to select reasonable items when deleting from a list (instead of always jumping to the first item). svn path=/trunk/; revision=22632
-
- 23 May, 2007 1 commit
-
-
Sven Neumann authored
2007-05-23 Sven Neumann <sven@gimp.org> * app/actions/image-commands.c * app/actions/templates-commands.c: allocate structs using GSlice. svn path=/trunk/; revision=22592
-
- 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".
-
- 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.
-
- 27 Sep, 2005 1 commit
-
-
Michael Natterer authored
2005-09-27 Michael Natterer <mitch@gimp.org> * app/actions/data-commands.c * app/actions/file-commands.c * app/actions/templates-commands.c * app/dialogs/image-scale-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/vectors-options-dialog.c * app/tools/gimptexttool.c * libgimpwidgets/gimpcolorbutton.c * plug-ins/Lighting/lighting_ui.c * plug-ins/common/AlienMap2.c * plug-ins/common/aa.c * plug-ins/gimpressionist/orientmap.c * plug-ins/script-fu/script-fu-interface.c * plug-ins/xjt/xjt.c: fixed indentation in calls to gtk_dialog_set_alternative_button_order().
-
- 19 Sep, 2005 1 commit
-
-
Sven Neumann authored
2005-09-19 Sven Neumann <sven@gimp.org> * app/actions/actions.c: use GTK_STOCK_FILE for File actions. * app/actions/dialogs-actions.c * plug-ins/gimpressionist/gimpressionist.c * plug-ins/print/gimp_main_window.c: use GTK_STOCK_ABOUT for About dialogs. * app/actions/actions.c * app/actions/brushes-actions.c * app/actions/channels-actions.c * app/actions/channels-commands.c * app/actions/colormap-editor-actions.c * app/actions/gradients-actions.c * app/actions/layers-actions.c * app/actions/layers-commands.c * app/actions/palette-editor-actions.c * app/actions/palettes-actions.c * app/actions/patterns-actions.c * app/actions/templates-actions.c * app/actions/templates-commands.c * app/actions/text-editor-actions.c * app/actions/tool-options-actions.c * app/actions/vectors-actions.c * app/actions/vectors-commands.c * app/tools/gimptexttool.c * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c * plug-ins/flame/flame.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/size.c * plug-ins/metadata/interface.c: s/GIMP_STOCK_EDIT/GTK_STOCK_EDIT/
-
- 07 Apr, 2005 1 commit
-
-
Sven Neumann authored
2005-04-07 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpconfig-utils.[ch]: changed GimpConfig utility functions to take GObject variables instead of GimpConfig. There's nothing GimpConfig specific about these utilities. * app/actions/templates-commands.c * app/actions/tool-options-commands.c * app/base/base.c * app/config/gimpcoreconfig.c * app/config/gimpdisplayconfig.c * app/config/gimprc.c * app/core/gimpimage-grid.c * app/core/gimpimage-new.c * app/core/gimpstrokedesc.c * app/dialogs/grid-dialog.c * app/dialogs/image-new-dialog.c * app/dialogs/stroke-dialog.c * app/display/gimpdisplayshell.c * app/text/gimptextlayer.c * app/text/gimptextundo.c * app/tools/gimptextoptions.c * libgimpconfig/gimpconfig-iface.c: changed accordingly.
-
- 10 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-10 Sven Neumann <sven@gimp.org> * app/actions/data-commands.c * app/actions/edit-commands.c * app/actions/error-console-commands.c * app/actions/file-commands.c * app/actions/gradient-editor-commands.c * app/actions/gradients-commands.c * app/actions/plug-in-commands.c * app/actions/templates-commands.c * app/actions/text-editor-commands.c * app/actions/tool-options-commands.c * app/dialogs/image-new-dialog.c * app/dialogs/resize-dialog.c * app/display/gimpdisplayshell-close.c * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell-scale.c * app/tools/gimpimagemaptool.c * app/tools/gimptexttool.c * libgimp/gimpexport.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpfileentry.c * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpunitmenu.c: applied another patch by Patrice Tremblay to make more dialogs obey the alternative button order setting (bug #166678).
-
- 25 Jan, 2005 1 commit
-
-
William Skaggs authored
-
- 14 Jan, 2005 1 commit
-
-
Michael Natterer authored
2005-01-14 Michael Natterer <mitch@gimp.org> * app/actions/buffers-commands.[ch] * app/actions/data-commands.[ch] * app/actions/documents-commands.[ch] * app/actions/palettes-commands.[ch] * app/actions/templates-commands.[ch]: changed the remaining callbacks to follow a consistent naming scheme (e.g. buffers_delete_buffer_cmd_callback -> buffers_delete_cmd_callback). * app/actions/brushes-actions.c * app/actions/buffers-actions.c * app/actions/documents-actions.c * app/actions/gradients-actions.c * app/actions/palettes-actions.c * app/actions/patterns-actions.c * app/actions/templates-actions.c: changed accordingly.
-
- 22 Oct, 2004 1 commit
-
-
Michael Natterer authored
2004-10-22 Michael Natterer <mitch@gimp.org> * app/dialogs/Makefile.am * app/dialogs/template-options-dialog.[ch]: the new/edit template dialog. * app/actions/templates-commands.c: removed the code here and use template_options_dialog_new(). Removed utility functions. Some cleanup.
-
- 15 Oct, 2004 1 commit
-
-
Michael Natterer authored
2004-10-15 Michael Natterer <mitch@gimp.org> * app/actions/images-commands.[ch] * app/actions/templates-commands.[ch]: made some public functions private or removed them entirely by folding their code into their callers. They used to be passed as function pointers to widgets in the pre action-based dialog buttons era.
-
- 13 Oct, 2004 1 commit
-
-
Sven Neumann authored
2004-10-13 Sven Neumann <sven@gimp.org> * app/actions/plug-in-commands.c * app/actions/templates-commands.c * app/actions/tool-options-commands.c: ported more boolean queries to GimpMessageDialog.
-
- 13 Sep, 2004 1 commit
-
-
Michael Natterer authored
2004-09-13 Michael Natterer <mitch@gimp.org> * configure.in * app/Makefile.am: added new directory app/dialogs and link libappdialogs.c into the gimp binary. * app/gui/Makefile.am * app/gui/gui-types.h * app/gui/gui-vtable.c * app/gui/gui.c * app/gui/about-dialog.[ch] * app/gui/authors.h * app/gui/color-notebook.[ch] * app/gui/convert-dialog.[ch] * app/gui/dialogs-constructors.[ch] * app/gui/dialogs.[ch] * app/gui/file-dialog-utils.[ch] * app/gui/file-new-dialog.[ch] * app/gui/file-open-dialog.[ch] * app/gui/file-open-location-dialog.[ch] * app/gui/file-save-dialog.[ch] * app/gui/grid-dialog.[ch] * app/gui/info-dialog.[ch] * app/gui/info-window.[ch] * app/gui/module-browser.[ch] * app/gui/offset-dialog.[ch] * app/gui/palette-import-dialog.[ch] * app/gui/preferences-dialog.[ch] * app/gui/quit-dialog.[ch] * app/gui/resize-dialog.[ch] * app/gui/resolution-calibrate-dialog.[ch] * app/gui/stroke-dialog.[ch] * app/gui/tips-dialog.[ch] * app/gui/tips-parser.[ch] * app/gui/user-install-dialog.[ch]: removed these files... * app/dialogs/Makefile.am * app/dialogs/dialogs-types.h * app/dialogs/*.[ch]: ...and added them here. Changed some filenames like module-browser -> module-dialog. * app/app_procs.c * app/actions/actions-types.h * app/actions/actions.c * app/actions/dialogs-actions.c * app/actions/dialogs-commands.c * app/actions/dockable-commands.c * app/actions/drawable-commands.c * app/actions/edit-commands.c * app/actions/file-commands.c * app/actions/gradient-editor-commands.c * app/actions/image-commands.c * app/actions/layers-commands.c * app/actions/palettes-commands.c * app/actions/select-commands.c * app/actions/templates-commands.c * app/actions/templates-commands.h * app/actions/vectors-commands.c * app/actions/view-commands.c * app/display/gimpdisplayshell-cursor.c * app/display/gimpdisplayshell-title.c * app/display/gimpdisplayshell.[ch] * app/tools/gimpcroptool.c * app/tools/gimpperspectivetool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/tools/gimptransformtool.[ch] * app/tools/gimpvectortool.c * app/widgets/gimpcolormapeditor.[ch] * app/widgets/gimpcolorpanel.c * app/widgets/gimpgradienteditor.[ch] * app/widgets/gimppaletteeditor.[ch] * app/widgets/gimptoolbox-color-area.c * menus/toolbox-menu.xml.in * tools/authorsgen/authorsgen.pl: changed accordingly.
-
- 31 Aug, 2004 1 commit
-
-
Sven Neumann authored
2004-09-01 Sven Neumann <sven@gimp.org> * app/widgets/gimpdialogfactory.[ch]: added a boolean parameter to gimp_dialog_factory_dialog_new() to let the caller decide whether the window should be presented or not. * app/actions/dialogs-commands.c * app/actions/image-commands.c * app/actions/templates-commands.c * app/gui/gui-vtable.c * app/gui/gui.c * app/widgets/gimpsessioninfo.c: changed accordingly. Do not let gimp_dialog_factory_dialog_new() present the dialog if we need to change it after creation. This avoids annoying resizes, noticeable especially with the error dialog.
-
- 24 May, 2004 1 commit
-
-
Michael Natterer authored
2004-05-24 Michael Natterer <mitch@gimp.org> Long overdue core container cleanup: * app/core/gimplist.[ch]: added "unique-names" and "sort-func" properties and merged the resp. code from GimpDataList into GimpList. Removed "policy" parameters from gimp_list_new() and added "unique_names". Added new constructor gimp_list_new_weak(). Made public function gimp_list_uniquefy_name() private. * app/core/Makefile.am * app/core/core-types.h * app/core/gimpdatalist.[ch]: removed. Its functionality is entirely in GimpList now. * app/core/gimpdata.[ch]: added gimp_data_name_compare() which used to live in GimpDataList. * app/core/gimp.c * app/core/gimpdatafactory.c * app/core/gimpimage.c * app/core/gimptoolinfo.c * app/core/gimpundostack.c * app/paint/gimp-paint.c * app/tools/gimp-tools.c * app/widgets/gimpdevices.c * app/widgets/gimptemplateeditor.c * app/widgets/gimpundoeditor.c: changed list creation accordingly. Made gimp->templates, gimp->named_buffers, tool_info->presets and the image's lists of layers, channels and vectors automatically ensure unique names. * app/widgets/gimptemplateview.c * app/actions/file-commands.c * app/actions/templates-commands.c * app/actions/tool-options-commands.c: removed calls to gimp_list_uniquefy_name(). * app/core/gimpitem.c: removed major insanity where the items themselves where ensuring their unique names. Bah! * app/core/gimplayer.c (gimp_layer_name_changed): chain up conditionally. * app/core/gimplayermask.c (gimp_layer_mask_name_changed): removed because there is no need any more to keep the parent implementation from being invoked.
-
- 11 May, 2004 1 commit
-
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/actions/actions.[ch]: added action_data_get_context() and macro return_if_no_context(). * app/actions/brushes-actions.c * app/actions/buffers-actions.c * app/actions/buffers-commands.c * app/actions/data-commands.c * app/actions/fonts-actions.c * app/actions/fonts-commands.c * app/actions/gradients-actions.c * app/actions/images-actions.c * app/actions/images-commands.c * app/actions/palettes-actions.c * app/actions/patterns-actions.c * app/actions/templates-actions.c * app/actions/templates-commands.[ch] * app/actions/tools-actions.c * app/actions/tools-commands.c: moved lots of code from widgets/ to the resp. action callbacks. * app/widgets/gimpeditor.[ch]: added gimp_editor_add_action_button() which creates a GtkButton connected to the resp. action. * app/widgets/gimpdatafactoryview.[ch]: added "action_group" parameters so we can distinguish brushes, patterns etc. actions. * app/widgets/gimpimageview.[ch] * app/widgets/gimpbrushfactoryview.c * app/widgets/gimpbufferview.c * app/widgets/gimpfontview.c * app/widgets/gimpgradienteditor.c * app/widgets/gimppatternfactoryview.c * app/widgets/gimptemplateview.[ch] * app/widgets/gimptoolview.c: removed tons of GtkButton::clicked() callbacks and use gimp_editor_add_action_button() instead of simply _add_button(). * app/gui/dialogs-constructors.c * app/gui/gradient-select.c * app/gui/palette-select.c * app/gui/pattern-select.c: changed accordingly.
-
- 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.
-
- 29 Apr, 2004 1 commit
-
-
Michael Natterer authored
2004-04-29 Michael Natterer <mitch@gimp.org> Switch from GtkItemFactory to GtkUIManager. The migration is almost complete, still stuff missing/incomplete, definitely added a bunch of new bugs... * app/actions/*-commands.[ch]: converted all callback from GtkItemFactory callbacks to GtkAction callbacks. * app/actions/debug-actions.c * app/actions/gradient-editor-actions.c * app/actions/help-actions.c * app/actions/plug-in-actions.c * app/actions/qmask-actions.c * app/actions/tool-options-actions.c: various fixes. * app/display/gimpdisplay.[ch] * app/display/gimpdisplayshell-appearance.[ch] * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell.[ch]: move everything from GtkItemFactory to GtkUIManager. * app/gui/dialogs.[ch]: added new function dialogs_get_toolbox(). Needed because the action callbacks don't have a widget parameter and sometimes we need a parent window for showing dialogs. * app/gui/Makefile.am * app/gui/brushes-menu.[ch] * app/gui/buffers-menu.[ch] * app/gui/channels-menu.[ch] * app/gui/colormap-editor-menu.[ch] * app/gui/dialogs-menu.[ch] * app/gui/documents-menu.[ch] * app/gui/error-console-menu.[ch] * app/gui/fonts-menu.[ch] * app/gui/gradient-editor-menu.[ch] * app/gui/gradients-menu.[ch] * app/gui/images-menu.[ch] * app/gui/layers-menu.[ch] * app/gui/palette-editor-menu.[ch] * app/gui/palettes-menu.[ch] * app/gui/patterns-menu.[ch] * app/gui/qmask-menu.[ch] * app/gui/templates-menu.[ch] * app/gui/vectors-menu.[ch]: removed these files. * app/gui/gui.c: create a global UI manager for the image popup menu and the toolbox menubar. * app/gui/menus.[ch]: removed all GtkItemFactory code. * app/gui/image-menu.[ch] * app/gui/toolbox-menu.[ch]: removed everything except the trivial setup_funcs. * app/gui/file-open-menu.c * app/gui/file-save-menu.c * app/gui/tool-options-menu.c: don't use the macros from menus.h any more, they are gone. * app/gui/gui-vtable.c * app/gui/plug-in-menus.[ch]: create/destroy the dynamic plug-in menu entries. * app/tools/gimpimagemaptool.c: s/gimp_item_factory_update/ gimp_ui_manager_update/g * app/widgets/gimpuimanager.[ch]: added API to get an action group by name. * app/widgets/gimpmenufactory.c: don't choke on the item_factory entries being NULL. * app/widgets/gimpactiongroup.c: make sure booleans set using g_object_set() only have TRUE or FALSE values. * app/widgets/gimpcolormapeditor.c * app/widgets/gimpcomponenteditor.c * app/widgets/gimpcontainereditor.[ch] * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpdockable.[ch] * app/widgets/gimpdocked.[ch] * app/widgets/gimpeditor.[ch] * app/widgets/gimperrorconsole.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpitemtreeview.c * app/widgets/gimppaletteeditor.c * app/widgets/gimptoolbox.c * app/widgets/gimptooloptionseditor.c: removed all GtkItemFactory code and enable the #if 0'ed UI manager stuff. * menus/gradient-editor-menu.xml: fixed typos. * menus/image-menu.xml: duplicate everything so we have both an image menubar and an image popup menu. Badly cries for an XSL processor. * menus/toolbox-menu.xml: added an "Extensions" placeholder.
-
- 20 Apr, 2004 1 commit
-
-
Michael Natterer authored
2004-04-20 Michael Natterer <mitch@gimp.org> * app/gui/*-commands.[ch]: removed... * app/actions/*-commands.[ch]: ...and added here. * app/gui/Makefile.am * app/gui/*-menu.c * app/gui/dialogs-constructors.c * app/gui/gui.c * app/gui/menus.c * app/actions/Makefile.am * app/actions/*-actions.c: changed accordingly. * app/actions/plug-in-actions.[ch] * app/actions/tools-actions.[ch]: new files. * app/Makefile.am: had to add more -u evilness because gui/ and actions/ have cyclic dependencies. * menus/image-menu.xml: added some more items.
-