- 14 Jan, 2011 1 commit
-
-
Michael Natterer authored
-
- 30 Oct, 2010 1 commit
-
-
Michael Natterer authored
Instead, inherit from GtkBox directly and set the orientation in init(). Replace more gtk_container_add() by gtk_box_pack_start() in the reparented classes.
-
- 11 Mar, 2010 1 commit
-
-
Aurimas Juška authored
Don't add additional constructor argument.
-
- 07 Mar, 2010 1 commit
-
-
Aurimas Juška authored
Multiple item selection is disabled by default and currently enabled only for data views.
-
- 28 Feb, 2010 2 commits
-
-
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.
-
Martin Nordholts authored
We only have one dialog factory now, and gimp_dialog_factory_from_name() doesn't provide compile-time type safety, so use global_dialog_factory directly instead.
-
- 17 Oct, 2009 1 commit
-
-
Michael Natterer authored
-
- 31 Aug, 2009 1 commit
-
-
Michael Natterer authored
-
- 22 Mar, 2009 1 commit
-
-
Michael Natterer authored
2009-03-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpblobeditor.c * app/widgets/gimpbrushselect.c * app/widgets/gimpcolorbar.c * app/widgets/gimpcolordialog.c * app/widgets/gimpcolorframe.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpcursor.c * app/widgets/gimpcurveview.c * app/widgets/gimpdasheditor.c * app/widgets/gimpdialogfactory.c * app/widgets/gimpdnd-xds.c * app/widgets/gimpdockable.c * app/widgets/gimperrordialog.c * app/widgets/gimpfgbgeditor.c * app/widgets/gimpfgbgview.c * app/widgets/gimpfiledialog.c * app/widgets/gimpfontselect.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpgradientselect.c * app/widgets/gimphandlebar.c * app/widgets/gimphistogrambox.c * app/widgets/gimphistogramview.c * app/widgets/gimpmessagedialog.c * app/widgets/gimpnavigationview.c * app/widgets/gimppaletteselect.c * app/widgets/gimppaletteview.c * app/widgets/gimppatternselect.c * app/widgets/gimpprogressbox.c * app/widgets/gimpprogressdialog.c * app/widgets/gimpscalebutton.c * app/widgets/gimpselectiondata.c * app/widgets/gimpsessioninfo.c * app/widgets/gimpsettingsbox.c * app/widgets/gimpstrokeeditor.c * app/widgets/gimptexteditor.c * app/widgets/gimptoolbox.c * app/widgets/gimpuimanager.c * app/widgets/gimpview-popup.c * app/widgets/gimpview.c * app/widgets/gimpviewabledialog.c * app/widgets/gimpwidgets-utils.c: use accessors for various members of GTK+ structures that don't exist any longer when GSEAL_ENABLE is defined. svn path=/trunk/; revision=28193
-
- 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
s/gimp_container_policy/gimp_container_get_policy/ s/gimp_container_num_children/gimp_container_get_n_children/ * app/actions/actions.c * app/actions/file-actions.c * app/actions/file-commands.c * app/actions/tool-options-actions.c * app/actions/tools-actions.c * app/actions/tools-commands.c * app/actions/vectors-actions.c * app/core/gimpcontainer-filter.c * app/core/gimpcontainer.c * app/core/gimpcontainer.h * app/core/gimpimage-convert.c * app/core/gimpimage-flip.c * app/core/gimpimage-merge.c * app/core/gimpimage-resize.c * app/core/gimpimage-rotate.c * app/core/gimpimage-scale.c * app/core/gimpimage-undo.c * app/core/gimpimage.c * app/core/gimpimagefile.c * app/core/gimplist.c * app/core/gimpundostack.c * app/dialogs/palette-import-dialog.c * app/dialogs/quit-dialog.c * app/display/gimpdisplay.c * app/display/gimpdisplayshell-layer-select.c * app/display/gimpdisplayshell-title.c * app/gui/gui-vtable.c * app/menus/tool-options-menu.c * app/tools/gimp-tools.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpimagepropview.c * app/widgets/gimpsettingsbox.c * app/widgets/gimpviewablebutton.c * app/xcf/xcf-load.c * app/xcf/xcf-save.c svn path=/trunk/; revision=27692
-
- 16 Nov, 2008 2 commits
-
-
Martin Nordholts authored
* app/widgets/gimpcontainertreeview.[ch] * app/widgets/gimpcontainertreeview-private.h: Make the renderer_cells and toggle_cells members private. (gimp_container_tree_view_set_main_column_title) (gimp_container_tree_view_prepend_toggle_cell_renderer) (gimp_container_tree_view_prepend_cell_renderer): New interface. * app/widgets/gimptoolview.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpcontrollerlist.c: Use new interface. svn path=/trunk/; revision=27675
-
Michael Natterer authored
2008-11-16 Michael Natterer <mitch@gimp.org> * app/dialogs/module-dialog.c * app/display/gimpscalecombobox.c * app/tools/gimpgegltool.c * app/tools/gimprectangleoptions.c * app/widgets/gimpactionview.[ch] * app/widgets/gimpcomponenteditor.c * app/widgets/gimpcontainerentry.[ch] * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpfileprocview.c: s/NUM_COLUMNS/N_COLUMNS/ svn path=/trunk/; revision=27674
-
- 04 Nov, 2008 1 commit
-
-
Sven Neumann authored
2008-11-04 Sven Neumann <sven@sven> * configure.in: bumped minimum required version of GLib to 2.18.0. * INSTALL: document the updated dependency. * app/core/gimp.[ch]: introduced gimp_message_literal(), a variant of gimp_message() that takes a literal string. * app/errors.[ch]: removed format arguments from gimp_fatal_error() and gimp_terminate() and let them take a literal string instead. * app/tools/gimptool.[ch]: introduced gimp_tool_message_literal(), a variant of gimp_tool_message() that takes a literal string. * app/actions/documents-commands.c * app/actions/drawable-commands.c * app/actions/edit-commands.c * app/actions/error-console-commands.c * app/actions/file-commands.c * app/actions/gradients-commands.c * app/actions/image-commands.c * app/actions/layers-commands.c * app/actions/palettes-commands.c * app/actions/plug-in-commands.c * app/actions/select-commands.c * app/actions/vectors-commands.c * app/config/gimprc.c * app/core/gimp-modules.c * app/core/gimp-parasites.c * app/core/gimp-templates.c * app/core/gimp-units.c * app/core/gimpchannel.c * app/core/gimpcontainer-filter.c * app/core/gimpdrawable-bucket-fill.c * app/core/gimpimage-convert.c * app/core/gimpimage-merge.c * app/core/gimpimage.c * app/core/gimpimagefile.c * app/core/gimplayer-floating-sel.c * app/core/gimplayer.c * app/core/gimpselection.c * app/dialogs/convert-dialog.c * app/dialogs/dialogs.c * app/dialogs/palette-import-dialog.c * app/dialogs/preferences-dialog.c * app/dialogs/quit-dialog.c * app/dialogs/stroke-dialog.c * app/display/gimpdisplayshell-dnd.c * app/file/file-open.c * app/file/file-procedure.c * app/file/file-save.c * app/file/file-utils.c * app/gegl/gimpcurvesconfig.c * app/gegl/gimplevelsconfig.c * app/gui/gui-message.c * app/gui/gui.c * app/gui/session.c * app/paint/gimpbrushcore.c * app/paint/gimpclone.c * app/paint/gimpheal.c * app/paint/gimpperspectiveclone.c * app/paint/gimpsourcecore.c * app/pdb/gimppdb-utils.c * app/pdb/gimpprocedure.c * app/plug-in/gimpplugin-message.c * app/plug-in/gimpplugin.c * app/plug-in/gimppluginmanager-restore.c * app/plug-in/gimppluginprocedure.c * app/text/gimptextlayer.c * app/tools/gimp-tools.c * app/tools/gimpaligntool.c * app/tools/gimpblendtool.c * app/tools/gimpbrightnesscontrasttool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpcolorbalancetool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcurvestool.c * app/tools/gimpdesaturatetool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpforegroundselecttool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpgegltool.c * app/tools/gimphuesaturationtool.c * app/tools/gimpimagemaptool-settings.c * app/tools/gimpiscissorstool.c * app/tools/gimplevelstool.c * app/tools/gimpmeasuretool.c * app/tools/gimppainttool.c * app/tools/gimpposterizetool.c * app/tools/gimpselectiontool.c * app/tools/gimpsourcetool.c * app/tools/gimpthresholdtool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c * app/widgets/gimpactionview.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpcontrollers.c * app/widgets/gimpdataeditor.c * app/widgets/gimpdevices.c * app/widgets/gimpdnd-xds.c * app/widgets/gimperrordialog.c * app/widgets/gimphelp.c * app/widgets/gimpitemtreeview.c * app/widgets/gimppdbdialog.c * app/widgets/gimpsettingsbox.c * app/widgets/gimpvectorstreeview.c * app/widgets/gimpwidgets-utils.c * app/xcf/xcf-load.c * tools/pdbgen/pdb/convert.pdb * tools/pdbgen/pdb/edit.pdb * tools/pdbgen/pdb/floating_sel.pdb * tools/pdbgen/pdb/image.pdb: use the _literal variants for g_set_error(), gimp_message() and gimp_tool_message(). * app/pdb/convert-cmds.c * app/pdb/edit-cmds.c * app/pdb/floating-sel-cmds.c * app/pdb/image-cmds.c: regenerated. svn path=/trunk/; revision=27548
-
- 23 Jul, 2008 1 commit
-
-
Sven Neumann authored
2008-07-23 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollerinfo.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpdasheditor.c * app/widgets/gimpdock.c * app/widgets/gimpeditor.c * app/widgets/gimpgrideditor.c * app/widgets/gimppdbdialog.c * app/widgets/gimppluginaction.c * app/widgets/gimpstrokeeditor.c * app/widgets/gimptemplateeditor.c * libgimpwidgets/gimpcolorprofilecombobox.c: no need to cast the return value of g_value_dup_object(). svn path=/trunk/; revision=26290
-
- 27 Jun, 2007 1 commit
-
-
Sven Neumann authored
2007-06-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollerlist.c (gimp_controller_list_init): use GTK_STOCK_PROPERTIES instead of GTK_STOCK_EDIT. svn path=/trunk/; revision=22849
-
- 13 Feb, 2007 1 commit
-
-
Sven Neumann authored
2007-02-13 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollerlist.c (gimp_controller_list_edit_clicked): don't use button as parent widget, it might be NULL. svn path=/trunk/; revision=21907
-
- 12 Feb, 2007 1 commit
-
-
Sven Neumann authored
2007-02-12 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollerlist.c (gimp_controller_list_edit_clicked): use a GimpDialog instead of a GimpViewableDialog. svn path=/trunk/; revision=21899
-
- 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".
-
- 09 Oct, 2006 1 commit
-
-
Michael Natterer authored
2006-10-09 Michael Natterer <mitch@gimp.org> Added message severities and make sure all messages are routed through a central function, so redirecting to the error console or stderr work again: * app/core/core-enums.[ch]: added enum GimpMessageSeverity { INFO, WARNING, ERROR }. * app/core/gimp.[ch] (gimp_message) (gimp_message_valist): added severity parameter. Changed "GimpProgress *progress" parameter to "GObject *handler", where "handler" can be either a GimpProgress, a GtkWidget or NULL. * app/core/gimp-gui.[ch] (gimp_show_message): ditto. Honor --console-messages again. Always dispatch to the GUI message handler first if it exists. * app/gui/gui-message.[ch]: pass severity parameters around. (gui_message_error_dialog): if "handler" is a progress, dispatch the message to it first. If it is a widget (and *not* a progress), use a GtkMessageDialog on top of that widget's toplevel. Fall back to the usual GimpErrorDialog otherwise. * app/core/gimpprogress.[ch] (gimp_progress_message): added severity parameter. Also added boolean return value to the virtual function so it can decide to fail if it can't handle the message. * app/display/gimpdisplay.c: implement GimpProgress::message() and redirect the message to GimpDisplayShell. * app/display/gimpdisplayshell-progress.c: implement GimpProgress::message() and redirect the message to GimpStatusbar if it is not an error and if the status bar is visible. * app/display/gimpstatusbar.[ch]: implement GimpProgress::message(), but fail on messages that contain a newline. Show the right icons for the message severities (work in progress). * app/display/gimpdisplayshell.[ch]: removed gimp_display_shell_message() and its _valist() variant. * app/widgets/gimperrorconsole.[ch]: show the right icons for the message severities. * app/widgets/gimpthumbbox.c (gimp_thumb_box_progress_message): return TRUE to swallow all messages. * app/widgets/gimpwidgets-utils.[ch]: removed gimp_show_message_dialog(). Added gimp_get_message_stock_id(). * app/errors.c * app/actions/edit-commands.c * app/actions/error-console-commands.c * app/actions/file-commands.c * app/actions/select-commands.c * app/actions/text-editor-commands.c * app/actions/vectors-commands.c * app/core/gimpimage-convert.c * app/core/gimpimagefile.c * app/dialogs/convert-dialog.c * app/dialogs/file-open-dialog.c * app/dialogs/file-open-location-dialog.c * app/dialogs/file-save-dialog.c * app/dialogs/palette-import-dialog.c * app/dialogs/stroke-dialog.c * app/display/gimpdisplayshell-dnd.c * app/pdb/gimppdb.c * app/plug-in/gimpplugin.c * app/tools/gimpimagemaptool.c * app/tools/gimptool.c * app/tools/gimpvectortool.c * app/widgets/gimpactionview.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimppdbdialog.c * app/widgets/gimpvectorstreeview.c * app/xcf/xcf-load.c * app/xcf/xcf-save.c * app/xcf/xcf.c * tools/pdbgen/pdb/brush.pdb * tools/pdbgen/pdb/gradient.pdb * tools/pdbgen/pdb/image.pdb * tools/pdbgen/pdb/message.pdb * tools/pdbgen/pdb/palette.pdb: added severity parameter to gimp_message() calls. Convert all calls to gimp_show_message_dialog() and gimp_display_shell_message() to gimp_message(). Also converted some more g_message() calls. * app/pdb/brush_cmds.c * app/pdb/gradient_cmds.c * app/pdb/image_cmds.c * app/pdb/message_cmds.c * app/pdb/palette_cmds.c: regenerated.
-
- 01 Oct, 2006 1 commit
-
-
Michael Natterer authored
2006-10-01 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolordisplay.[ch] * libgimpwidgets/gimpcontroller.[ch]: added "const gchar *stock_id" members to the class structs. * libgimpwidgets/gimpstock.[ch] * themes/Default/images/Makefile.am * themes/Default/images/stock-controller-16.png * themes/Default/images/stock-controller-24.png * themes/Default/images/stock-controller-keyboard-16.png * themes/Default/images/stock-controller-keyboard-24.png * themes/Default/images/stock-controller-linux-input-16.png * themes/Default/images/stock-controller-linux-input-24.png * themes/Default/images/stock-controller-midi-16.png * themes/Default/images/stock-controller-midi-24.png * themes/Default/images/stock-controller-wheel-16.png * themes/Default/images/stock-controller-wheel-24.png * themes/Default/images/stock-display-filter-colorblind-16.png * themes/Default/images/stock-display-filter-colorblind-24.png * themes/Default/images/stock-display-filter-contrast-16.png * themes/Default/images/stock-display-filter-contrast-24.png * themes/Default/images/stock-display-filter-gamma-16.png * themes/Default/images/stock-display-filter-gamma-24.png * themes/Default/images/stock-display-filter-lcms-16.png * themes/Default/images/stock-display-filter-lcms-24.png * themes/Default/images/stock-display-filter-proof-16.png * themes/Default/images/stock-display-filter-proof-24.png: added icons for the various display filters and controllers. Made them as ugly as sin to trigger some replacement pain in the relevant people ;) * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/cdisplay_lcms.c * modules/cdisplay_proof.c * modules/controller_linux_input.c * modules/controller_midi.c * app/widgets/gimpcontrollerkeyboard.c * app/widgets/gimpcontrollerwheel.c: set icons. * app/widgets/gimpcolordisplayeditor.c * app/widgets/gimpcontrollerinfo.c * app/widgets/gimpcontrollerlist.c: show them in the display filter and controller GUIs.
-
- 24 Sep, 2006 1 commit
-
-
Michael Natterer authored
2006-09-24 Michael Natterer <mitch@gimp.org> Some more proper typing instead of using pointers: * libgimpconfig/gimpconfig-params.h: added macro GIMP_CONFIG_INSTALL_PROP_BOXED(). * app/core/gimpcontainer.c: made "children-type" a GParamSpecGType. * app/widgets/gimpcontrollerinfo.c: made "mapping" a GParamSpecBoxed and use g_hash_table_unref() instead of destroy(). * app/widgets/gimppdbdialog.c: made "select-type" a GParamSpecGType. * app/dialogs/module-dialog.c * app/widgets/gimpcolordisplayeditor.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpfileprocview.c * app/widgets/gimppluginaction.c: use proper object types, boxed types and G_TYPE_GTYPE instead of G_TYPE_POINTER for various list stores and signal signatues.
-
- 14 Sep, 2006 1 commit
-
-
Sven Neumann authored
2006-09-14 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollereditor.[ch] * app/widgets/gimpcontrollerlist.c: pass a GimpContext to gimp_viewable_dialog_new().
-
- 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.
-
- 31 Aug, 2006 1 commit
-
-
Michael Natterer authored
2006-08-31 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainerview.c (gimp_container_view_real_set_container) (gimp_container_view_real_set_context) (gimp_container_view_item_selected) (gimp_container_view_thaw): support setting a context even if the viewed container's children_type is *not* a property of GimpContext. This removes a major restriction of container views and allows to get rid of some hacks: * app/widgets/gimpitemtreeview.[ch]: removed GimpContext member and implement GimpContainerView::set_context() instead of GimpDocked::set_context(). * app/widgets/gimpchanneltreeview.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpdrawabletreeview.c * app/widgets/gimplayertreeview.c: use GimpContainerView's context instead of GimpItemTreeView's and implement GimpContainerView's set_context() instead of GimpDocked's. * app/actions/actions.c (action_data_get_gimp) (action_data_get_context): don't special-case GimpItemTreeView any more, it's just like a normal GimpContainerView now. * app/widgets/gimpcontrollerlist.c (gimp_controller_list_constructor): set a context on the GimpContainerView so its renderers have a context to use.
-
- 15 Aug, 2006 1 commit
-
-
Hans Breuer authored
2006-08-15 Hans Breuer <hans@breuer.org> * **/makefile.msc app/gimpcore.def : updated * app/xcf/xcf-save.c(1464) : error C2036: 'void *' : unknown size pointer arithmetics on void a pointer looks like a GCC extension * app/tools/gimpbrightnesscontrasttool.c app/tools/gimpcolorbalancetool.c app/tools/gimphuesaturationtool.c app/tools/gimpcolorizetool.c : #include "core/gimp.h" for gimp_message * app/tools/gimpiscissorstool.c : use RINT() rather than rint() * app/widgets/gimpcontrollerlist.c : #include "gimpwidgets-utils.h" for gimp_show_message_dialog * app/core/gimpprogress.c(229) : 'gimp_progress_message' must return a value
-
- 11 Aug, 2006 1 commit
-
-
Sven Neumann authored
2006-08-11 Sven Neumann <sven@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: introduced a simple message dialog to use when there's no progress but a parent widget. * app/dialogs/convert-dialog.c * app/dialogs/palette-import-dialog.c * app/dialogs/preferences-dialog.c * app/dialogs/stroke-dialog.c * app/tools/gimpimagemaptool.c * app/widgets/gimpactionview.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimplayertreeview.c * app/widgets/gimppdbdialog.c * app/widgets/gimpvectorstreeview.c: use the new utility function instead of g_message().
-
- 15 May, 2006 1 commit
-
-
Sven Neumann authored
2006-05-15 Sven Neumann <sven@gimp.org> * app/*/*.c: * lib*/*.c: removed erroneous semicolon after G_DEFINE_TYPE macros.
-
- 12 Apr, 2006 1 commit
-
-
Sven Neumann authored
2006-04-12 Sven Neumann <sven@gimp.org> * app/*.[ch] * app/*/*.[ch]: converted tabs to spaces.
-
- 04 Mar, 2006 1 commit
-
-
Sven Neumann authored
2006-03-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontrollereditor.c * app/widgets/gimpcontrollerlist.c: set tooltips dynamically.
-
- 18 Jan, 2006 1 commit
-
-
Michael Natterer authored
2006-01-18 Michael Natterer <mitch@gimp.org> * app/config/config-types.c: define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. Also define GIMP_PARAM_READABLE, _WRITABLE and _READWRITE which include GIMP_PARAM_STATIC_STRINGS. * app/*/*.c: use them for all object properties so their strings are not copied.
-
- 19 Dec, 2005 1 commit
-
-
Michael Natterer authored
2005-12-19 Michael Natterer <mitch@gimp.org> * app/widgets/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
- 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())
-
- 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/
-
- 06 Aug, 2005 1 commit
-
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.[ch] * libgimpwidgets/gimpwidgets.def: added gimp_prop_hscale_new(). * app/tools/gimpforegroundselectoptions.c: added a control for the stroke width. * app/tools/gimpforegroundselecttool.c: cancel the tool if the active drawable or the image size changes. * app/widgets/gimpcontrollerlist.c: fixed signedness warning.
-
- 10 Jul, 2005 1 commit
-
-
Hans Breuer authored
2005-07-10 Hans Breuer <hans@breuer.org> * **/makefile.msc app/gimpcore.def : updated * app/widgets/gimpcontrollerlist.c : dont include "gimpmessagedialog.c" to avoid redefinitions. Instead include gimpmessagebox.h and gimpmessagedialog.h * plug-ins/common/raw.c : include <io.h> * plug-ins/common/screenshot.c : make it compile. It still has no code to actually work on win32.
-
- 12 May, 2005 1 commit
-
-
Michael Natterer authored
2005-05-13 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontrollerlist.c (gimp_controller_list_remove_clicked): implement removing of controllers, confirmed by a dialog. * app/widgets/gimpcontrollereditor.c (gimp_controller_editor_edit_clicked): set an alternative button order for the event mapping dialog.
-
- 10 May, 2005 1 commit
-
-
Michael Natterer authored
2005-05-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontrollerlist.[ch]: some more stuff: up/down buttons, remember the dialogs' size and positions, misc stuff. * app/widgets/gimpcontrollereditor.c (gimp_controller_editor_edit_clicked): use a GimpViewableDialog now that GimpControllerInfo is a GimpViewable. * app/dialogs/dialogs.c: added a foreign entry for the controller editor dialog. Allow the controller editors and its event mapping dialogs to exist multiple times. * app/dialogs/preferences-dialog.c (prefs_notebook_append_page): create the pages' event boxes with input-only windows.
-
- 09 May, 2005 1 commit
-
-
Michael Natterer authored
2005-05-09 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontrollerlist.[ch]: new widget which allows adding/removing controllers using two lists of available/active controllers. Work in progress... * app/widgets/gimpcontrollerinfo.[ch]: derive it from GimpVieable so it can have an icon (unfinished). Added convenience constructor gimp_controller_info_new(). * app/dialogs/preferences-dialog.c: use a GimpControllerList instead of a notebook of GimpControllerEditors.
-