- 11 May, 2004 17 commits
-
-
Sven Neumann authored
2004-05-12 Sven Neumann <sven@gimp.org> * app/Makefile.am: make it compile again. * app/app-sections.txt * app/app.types: some minor updates, needs a lot more work.
-
Michael Natterer authored
2004-05-12 Michael Natterer <mitch@gimp.org> * app/actions/gradients-actions.c * app/actions/palettes-actions.c * app/actions/patterns-actions.c: added/fixed tooltips.
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * configure.in: define G*_DISABLE_DEPRECATED for all G* modules except GTK+. Don't do so if compiling against GLib, GTK+ >= 2.5.0 and Pango >= 1.5.0 * libgimpwidgets/gimpoffsetarea.c: s/gdk_gc_unref/g_object_unref/ * app/config/gimpconfig-deserialize.c * app/widgets/gimpdeviceinfo.c: s/g_value_set_foo_take_ownership/g_value_take_foo/ * app/text/gimptext-vectors.c * app/text/gimptext-bitmap.c: s/pango_ft2_font_get_face/pango_fc_font_lock,unlock_face/
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/actions/images-commands.c: added missing #includes.
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontainermenu.[ch] * app/widgets/gimpcontainermenuimpl.[ch] * app/widgets/gimpmenuitem.[ch]: removed. Obsoleted by GimpContainerViewInterface implemented by GimpContainerComboBox.
-
Sven Neumann authored
-
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.
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainercombobox.c: correctly get the default GimpContainerViewInterface implementation and chain up to it for clear_items(). Update the preview renderers on "update", enable deselecting everything. * app/widgets/gimpimagedock.[ch] * app/gui/file-new-dialog.c * app/gui/palette-import-dialog.c * app/gui/preferences-dialog.c * app/gui/stroke-dialog.c: use GimpContainerComboBox instead of GimpContainerMenuImpl. * app/gui/palette-import-dialog.c: cleanup.
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * POTFILES.in: updated.
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * docs/gimptool.1.in: fixed spelling.
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainertreeview.c: minor cleanup.
-
Michael Schumacher authored
* libgimp/gimp.def * libgimpbase/gimpbase.def: updated
-
Michael Schumacher authored
added: _gp_params_destroy
-
Michael Schumacher authored
added: _gimp_drawable_thumbnail _gimp_image_thumbnail
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * app/gui/user-install-dialog.c: removed the "Aborting Installation" page. We added it as a nice little gimmick but obviously people don't understand it's purpose. Fixes bug #142281.
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontainercombobox.[ch]: added new widget, almost finished. * app/widgets/gimpcontainerview.[ch]: added convenience functions to get and set the GimpContainerView properties. * app/widgets/gimpcontainerbox.c: use the convenience functions. * app/gui/file-new-dialog.c: use the new GimpContainerComboBox. * etc/templaterc: use "pixels" as the unit for pixel sized templates.
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/widgets/gimpchanneltreeview.c * app/widgets/gimpcontainerbox.[ch] * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainergridview.[ch] * app/widgets/gimpcontainerpopup.c * app/widgets/gimpcontainertreeview.[ch] * app/widgets/gimpdatafactoryview.c * app/widgets/gimpdocumentview.c * app/widgets/gimpfontview.c * app/widgets/gimpimageview.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimppatternfactoryview.c * app/widgets/gimptemplateview.c * app/widgets/gimpvectorstreeview.c: code review / cleanup.
-
- 10 May, 2004 18 commits
-
-
Michael Natterer authored
2004-05-11 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-types.h * app/widgets/gimpcontainerview.[ch]: made GimpContainerView an interface. Added accessors for all members in the private struct and made it really private. * app/widgets/gimpcontainerbox.[ch]: derive it from GimpEditor and implement GimpContainerViewInterface and its properties. * app/widgets/gimpchanneltreeview.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpcontainertreeview-dnd.c * app/widgets/gimpdrawabletreeview.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpvectorstreeview.c: implement GimpContainerViewInterface and use the new accessor functions. * app/widgets/gimpcontainerpopup.c * app/widgets/gimpdocumentview.c: changed accordingly. * app/widgets/gimptemplateview.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpundoeditor.c * app/actions/palettes-commands.c: #include "gimpcontainerview.h"
-
Sven Neumann authored
2004-05-11 Sven Neumann <sven@gimp.org> * libgimp/gimp.def * libgimp/gimpui.def * libgimpbase/gimpbase.def * libgimpwidgets/gimpwidgets.def: updated.
-
Samel Jn Gunnarsson authored
2004-05-10 Samel Jn Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation by ki G. Karlsson <aki@akademia.is>
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpframe.c (gimp_frame_style_set): removed a redundant call to gtk_widget_queue_resize().
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/xcf/xcf-save.c (xcf_save_prop): fixed size of colormap property. Patch by Daniel Kobras, fixes bug #142149.
-
Henrik Brix Andersen authored
2004-05-10 Henrik Brix Andersen <brix@gimp.org> * plug-ins/common/screenshot.c (shoot_dialog): fixed the spacing of the dialog, thanks to Sven for pointing out my mistake.
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/widgets/gimptexteditor.c (gimp_text_editor_set_direction): don't call gtk_widget_set_direction() on a non-existant widget. Fixes bug #141792.
-
Pablo Saratxaga authored
-
Pablo Saratxaga authored
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/gui/tips-dialog.c: added missing newline in error message.
-
Michael Natterer authored
2004-05-10 Michael Natterer <mitch@gimp.org> More GimpContainerView chopping: * app/widgets/gimpcontainerview.[ch]: added GimpContainerViewPrivate struct (which is currently puclic :-) and removed all members from the GimpContainerView struct. Added accessors for "context", "container" and "preview_size / preview_border_width". Added macro to get the private struct (*not* via G_TYPE_INSTANCE_GET_PRIVATE because that's unavailable for interfaces). * app/widgets/gimpbrushfactoryview.c * app/widgets/gimpbufferview.c * app/widgets/gimpchanneltreeview.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerpopup.c * app/widgets/gimpcontainertreeview-dnd.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpdatafactoryview.c * app/widgets/gimpdocumentview.c * app/widgets/gimpfontview.c * app/widgets/gimpimageview.c * app/widgets/gimpitemtreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpsessioninfo.c * app/widgets/gimptemplateview.c * app/widgets/gimptoolview.c * app/actions/brushes-actions.c * app/actions/buffers-actions.c * app/actions/dockable-actions.c * app/actions/dockable-commands.c * app/actions/documents-actions.c * app/actions/fonts-actions.c * app/actions/gradients-actions.c * app/actions/gradients-commands.c * app/actions/images-actions.c * app/actions/palettes-actions.c * app/actions/palettes-commands.c * app/actions/patterns-actions.c * app/actions/templates-actions.c * app/actions/tools-actions.c * app/actions/tools-commands.c: changed accordingly.
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * gimp-tips.xml.in: the menu's called "Layer", not "Layers" (bug #142279, spotted by Branko Collin).
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/tools/gimpmagnifyoptions.[ch] * app/tools/gimpmagnifytool.c: applied a patch from William Skaggs that changes a misleading option label. Fixes bug #137508.
-
Marco Ciampa authored
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/config/gimpdisplayconfig.c (DEFAULT_IMAGE_TITLE_FORMAT): removed the display scale from the default image title because it's now displayed in the statusbar. Show the image pixel size instead. * app/gui/preferences-dialog.c: include a preset for the title format string that shows the image size (bug #141720).
-
Michael Natterer authored
2004-05-10 Michael Natterer <mitch@gimp.org> Prepare for making an interface out of GimpContainerView: * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcontainerbox.[ch]: new GimpContainerView subclass which implements GimpDocked interface and contains the vbox-with-scrolled-window stuff common to GimpContainerGridView and GimpContainerTreeView. * app/widgets/gimpcontainerview.[ch]: removed that functionality here. * app/widgets/gimpcontainergridview.[ch] * app/widgets/gimpcontainertreeview.[ch]: derive them from GimpContainerBox. * app/gui/brush-select.c * app/gui/font-select.c * app/gui/gradient-select.c * app/gui/palette-select.c * app/gui/pattern-select.c * app/widgets/gimpcontainerpopup.c: changed accordingly.
-
Sven Neumann authored
2004-05-10 Sven Neumann <sven@gimp.org> * app/actions/view-actions.c: added a stock icon for "view-zoom-1-1". * app/widgets/gimpunitcombobox.[ch]: added functions to get and set the active unit. * app/widgets/gimpunitstore.c (gimp_unit_store_tree_model_get_value): need to special case GIMP_UNIT_PIXEL. * app/display/Makefile.am * app/display/display-types.h * app/display/gimpscalecombobox.[ch]: new widget to be used in the display's statusbar. * app/display/gimpdisplayshell-cursor.[ch]: always display the cursor position, not only if the cursor is inside the image. Added new function gimp_display_shell_clear_cursor() to clear the cursor label. * app/display/gimpdisplayshell-callbacks.c: changed accordingly. * app/display/gimpstatusbar.[ch] * app/display/gimpdisplayshell.c * app/display/gimpdisplayshell-handlers.c * app/display/gimpdisplayshell-scale.c: do not explicitely resize the statusbar cursor label, connect to GimpDisplayShell::scaled instead. Added a GimpScaleComboBox to the status bar.
-
Michael Natterer authored
2004-05-10 Michael Natterer <mitch@gimp.org> Started making the toolbox configurable. Addresses bug #105764. Not finished yet. * app/core/gimptoolinfo.[ch]: renamed "in_toolbox" to "visible" and made it a GObject property. * app/tools/gimp-tools.[ch]: added new function gimp_tools_get_default_order() which returns a GList of tool identifiers. * app/actions/tools-actions.c * app/actions/tools-commands.[ch]: added actions & callbacks for toggling the "visible" boolean and for resetting all tools. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimptoolview.[ch]: new widget which allows to toggle a tool's visibility and to reorder the tools. * app/widgets/gimptoolbox.[ch]: removed member "GtkWidget *trash" and pack all tool buttons into the same wrap box. Connect to "reoder" of the tool container and to "notify::visible" of all tool infos and update the toolbox accordingly. * app/gui/dialogs-...
-
- 09 May, 2004 3 commits
-
-
Michael Natterer authored
2004-05-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimpuimanager.c: re-added help for menu items. Still incomplete because there is no fallback help ID yet when pressing F1 over a menu item which has a submenu. Added evil workaround and version check for signal brokenness of GtkUIManager in GTK+ 2.4.1.
-
Hans Breuer authored
2004-05-09 Hans Breuer <hans@breuer.org> Merge from stable branch : * plug-ins/common/winclipboard.c : support gray images; fixes bug #141382 * plug-ins/common/winprint.c : dito; fixes bug #141145
-
Maurits Rijk authored
-
- 08 May, 2004 2 commits
-
-
Maurits Rijk authored
-
Henrik Brix Andersen authored
2004-05-08 Henrik Brix Andersen <brix@gimp.org> * plug-ins/common/screenshot.c (shoot_dialog): HIGify the screenshot plug-in. Fixes part of bug #141772.
-