- 02 Nov, 2005 1 commit
-
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpaction.c * app/widgets/gimpcoloreditor.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpmenudock.c * app/widgets/gimppluginaction.c * app/widgets/gimptooloptionseditor.c * app/widgets/gimpwidgets-utils.c * libgimpwidgets/gimpcellrenderercolor.c: use gtk_widget_get_settings() instead of gtk_settings_get_for_screen(gtk_widget_get_screen())
-
- 03 Aug, 2005 1 commit
-
-
Michael Natterer authored
2005-08-03 Michael Natterer <mitch@gimp.org> * app/dialogs/module-dialog.c * app/dialogs/palette-import-dialog.c * app/gui/gui.c * app/tools/gimpcurvestool.c * app/tools/gimpimagemaptool.c * app/tools/gimplevelstool.c * app/tools/gimpvectortool.c * app/widgets/gimpaction.c * app/widgets/gimpcoloreditor.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpcursorview.c * app/widgets/gimpdnd.c * app/widgets/gimpdock.c * app/widgets/gimpdockbook.c * app/widgets/gimpdrawabletreeview.c * app/widgets/gimpeditor.c * app/widgets/gimpenumaction.c * app/widgets/gimperrordialog.c * app/widgets/gimpfileprocview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpmenudock.c * app/widgets/gimpmessagebox.c * app/widgets/gimpmessagedialog.c * app/widgets/gimppluginaction.c * app/widgets/gimpprogressdialog.c * app/widgets/gimpsamplepointeditor.c * app/widgets/gimpstringaction.c * app/widgets/gimptemplateeditor.c * app/widgets/gimptoolbox-image-area.c * app/widgets/gimptoolbox.c: use canonical names for signals and properties.
-
- 31 May, 2005 2 commits
-
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): added missing cast.
-
Michael Natterer authored
2005-05-31 Michael Natterer <mitch@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): re-enabled tooltips on the "Open Recent" menu items, using an evil but documented heuristic.
-
- 22 Jan, 2005 1 commit
-
-
William Skaggs authored
-
- 12 Oct, 2004 1 commit
-
-
Sven Neumann authored
2004-10-12 Sven Neumann <sven@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): use a larger icon size for GimpImagefile views. * themes/Default/images/stock-frame-64.png: removed the 1 pixel wide empty border around the frame. * app/widgets/gimpviewrenderer-frame.c: adjusted the hardcoded values.
-
- 27 Sep, 2004 1 commit
-
-
Sven Neumann authored
2004-09-28 Sven Neumann <sven@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): added a hack to get rid of the border drawn around thumbnails in the "Open Recent" menu.
-
- 24 Aug, 2004 1 commit
-
-
David Odin authored
* app/widgets/gimppreview.c * app/widgets/gimppreview.h: renamed these two files to... * app/widgets/gimpview.c * app/widgets/gimpview.h: ... these files. Also renamed GimpPreview to GimpView. This is the first step of the great Preview->View renaming process. * app/actions/palettes-commands.c * app/display/gimpdisplayshell-layer-select.c * app/display/gimpnavigationview.c * app/gui/palette-import-dialog.c * app/tools/gimppaintoptions-gui.c * app/widgets/Makefile.am * app/widgets/gimpaction.c * app/widgets/gimpactiongroup.c * app/widgets/gimpbrusheditor.c * app/widgets/gimpbufferview.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainergridview.h * app/widgets/gimpdevicestatus.c * app/widgets/gimpdnd.c * app/widgets/gimpdockbook.c * app/widgets/gimpfiledialog.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpnavigationpreview.c * app/widgets/gimpnavigationpreview.h * app/widgets/gimppaletteeditor.c * app/widgets/gimppreview-popup.c * app/widgets/gimppropwidgets.c * app/widgets/gimpselectioneditor.c * app/widgets/gimpthumbbox.c * app/widgets/gimptoolbox-image-area.c * app/widgets/gimptoolbox-indicator-area.c * app/widgets/gimptooloptionseditor.c * app/widgets/gimpviewabledialog.c * app/widgets/widgets-types.h: changed accordingly.
-
- 27 Jul, 2004 1 commit
-
-
Sven Neumann authored
2004-07-27 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimpbase.h * libgimpbase/gimpbase.def * libgimpbase/gimpmemsize.[ch]: added new files with memsize related functions (moved here from gimputil.c) and GIMP_TYPE_MEMSIZE (moved here from app/config/gimpconfig-types.[ch]). * libgimpbase/gimputils.[ch]: removed gimp_memsize_to_string() here. * libgimpbase/gimpunit.[ch]: added GIMP_TYPE_UNIT (moved here from app/config/gimpconfig-types.[ch]). * libgimpbase/gimpbase-private.c * libgimp/gimptile.c * libgimp/gimpunitcache.c * plug-ins/help/domain.c * app/xcf/xcf-read.c: need to include glib-object.h. * plug-ins/common/uniteditor.c: use GIMP_TYPE_UNIT. * app/config/gimpconfig-types.[ch]: removed code that lives in libgimpbase now. * app/config/gimpconfig-deserialize.c: changed accordingly. * app/config/gimpbaseconfig.c * app/config/gimpdisplayconfig.c * app/core/gimpcontext.c * app/gui/grid-dialog.c * app/tools/gimpcolortool.c * app/widgets/gimpaction.c * app/widgets/gimpunitstore.c: no need to include gimpconfig-types.h any longer.
-
- 26 Jul, 2004 1 commit
-
-
Michael Natterer authored
2004-07-26 Michael Natterer <mitch@gimp.org> * app/config/gimpconfig-types.h: removed GIMP_TYPE_COLOR. * app/config/gimpconfig-params.[ch]: renamed GimpParamSpecColor to GimpParamSpecRGB. * app/config/gimpconfig-deserialize.c * app/config/gimpconfig-dump.c * app/config/gimpconfig-serialize.c * app/config/gimpscanner.c * app/core/gimp-utils.c * app/core/gimpcontext.c * app/core/gimpgrid.c * app/display/gimpdisplayoptions.c * app/text/gimptext.c * app/tools/gimpcolortool.c * app/widgets/gimpaction.c * app/widgets/gimpcolorbar.c * app/widgets/gimppropwidgets.c: changed accordingly.
-
- 20 Jul, 2004 1 commit
-
-
Michael Natterer authored
2004-07-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactionfactory.[ch] * app/widgets/gimpactiongroup.[ch]: added "label" and "stock-id" properties to GtkActionGroup and allow to register them in the GimpActionFactory. * app/actions/actions.c: register user visible labels and icons with all action groups. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpactionview.[ch]: new widget which shows a treeview of action groups and their actions & shortcuts. * app/widgets/gimpaction.[ch]: added gimp_action_name_compare() utility function. * app/widgets/gimpwidgets-utils.[ch]: added gimp_get_accel_string() utility function. * app/widgets/gimpcontrollers.[ch]: added gimp_controllers_get_ui_manager() which will be used for setting up the controller mapping dialog. * app/gui/preferences-dialog.c: added a "Configure Keyboard Shortcuts" button which pops up a GimpControllerView. Work in progress...
-
- 19 May, 2004 1 commit
-
-
Michael Natterer authored
2004-05-19 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpaction.[ch]: new GtkAction subclass which can show either a color or viewable preview in GtkImageMenuItem proxies. * app/widgets/gimpenumaction.[ch] * app/widgets/gimppluginaction.[ch] * app/widgets/gimpstringaction.[ch]: derive them from GimpAction. * app/widgets/gimpactiongroup.c (gimp_action_group_add_actions): add GimpActions, not GtkActions. (gimp_action_group_set_action_color) (gimp_action_group_set_action_viewable): removed all hacks and simply set the "color" or "viewable" properties of the GimpAction to change. Fixes color/viewable previews in menus. * app/actions/file-actions.c: show previews in the "Open Recent" menu items. Unrelated: * app/widgets/widgets-types.h: removed GimpDockedInterface typedef... * app/widgets/gimpdocked.h: ...and added it here. We don't have class struct typedefs in the types header either. * app/actions/edit-actions.c: added <Ctrl>+semicolon as shortcut for "edit-fill-pattern". * app/actions/gradient-editor-actions.c: added some stock IDs. Please comment.
-