- 27 Nov, 2005 2 commits
-
-
Michael Natterer authored
2005-11-27 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdeviceinfo.c (gimp_device_info_get_property): use gtk_accelerator_name() instead of serializing the accelerator manually.
-
Michael Natterer authored
2005-11-27 Michael Natterer <mitch@gimp.org> Apparently, there was a reason for implementing the window actions separately for views and docks, fixed the bugs resulting from the merge: * app/actions/dock-actions.c (dock_actions_update): only update the dock actions if the update function is called in the context of a dock (not in the context of an image window). Fixes docks jumping to other screens on any action on an image window on that screen. * app/actions/view-actions.c (view_actions_setup): add the window actions only to action groups that live in an image window or global popup ui manager (not to action groups that belong to a dock or dockable). Prevents bugs similar to the one above.
-
- 26 Nov, 2005 4 commits
-
-
Michael Natterer authored
2005-11-26 Michael Natterer <mitch@gimp.org> * app/menus/window-menu.c (window_menu_display_opened,closed): don't crash if gdk_display_get_name() returns NULL.
-
Michael Natterer authored
2005-11-26 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_unrealize): new function which destroys the GCs kept by the shell and unrealizes the navigation popup.
-
Marcel Telka authored
2005-11-26 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Funda Wang authored
-
- 24 Nov, 2005 4 commits
-
-
Sven Neumann authored
2005-11-24 Sven Neumann <sven@gimp.org> * plug-ins/common/oilify.c: applied a patch by Daniel Richard G. that greatly improves the output of the Oilify filter (bug #322258). Also changed the default to use the Intensity algorithm as suggested in bug #322296.
-
Sven Neumann authored
2005-11-24 Sven Neumann <sven@gimp.org> * app/gui/gui-vtable.c (gui_message): reverted previous change.
-
Sven Neumann authored
2005-11-24 Sven Neumann <sven@gimp.org> * app/gui/gui-vtable.c (gui_message): only show the error console but don't move the keyboard focus to it. Fixes bug #322210.
-
Michael Natterer authored
2005-11-24 Michael Natterer <mitch@gimp.org> * app/actions/dock-actions.c * app/actions/view-actions.c * app/actions/window-actions.c * app/actions/window-commands.[ch] * menus/dockable-menu.xml.in * menus/image-menu.xml.in: added "Open Display" dialog for debugging purposes.
-
- 23 Nov, 2005 3 commits
-
-
Michael Natterer authored
2005-11-23 Michael Natterer <mitch@gimp.org> * libgimpmodule/gimpmodule.c: print error messages unconditionally and let "verbose" print module access debugging stuff. Misc cleanup.
-
Michael Natterer authored
2005-11-23 Michael Natterer <mitch@gimp.org> * app/tools/gimptoolcontrol.[ch]: cleaned up and reordered instance struct and functions. Renamed functions so getters and setters actually have "get" and "set" in their names. * app/display/gimpdisplayshell-autoscroll.c * app/display/gimpdisplayshell-callbacks.c * app/tools/gimpaligntool.c * app/tools/gimpconvolvetool.c * app/tools/gimpdodgeburntool.c * app/tools/gimperasertool.c * app/tools/gimpfliptool.c * app/tools/gimpforegroundselecttool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimpvectortool.c * app/tools/tool_manager.c: changed accordingly.
-
Sven Neumann authored
2005-11-23 Sven Neumann <sven@gimp.org> * plug-ins/sel2path/sel2path.[ch]: set a translatable name for the created path.
-
- 22 Nov, 2005 6 commits
-
-
Sven Neumann authored
2005-11-22 Sven Neumann <sven@gimp.org> * app/vectors/gimpvectors.c (gimp_vectors_stroke): return successfully when stroking an empty path. Fixes bug #322067.
-
Hendrik Brandt authored
2005-11-22 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Sven Neumann authored
2005-11-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.c: request motion hints in the navigation popup and redraw the window immidiately to give better feedback.
-
Sven Neumann authored
2005-11-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.c: moved the controls closer to the preview.
-
Sven Neumann authored
in_drag to TRUE to suppress an update on an invalid intermediate state
-
Sven Neumann authored
2005-11-22 Sven Neumann <sven@gimp.org> * libgimp/gimpzoompreview.c: zoom on Ctrl-Scroll events. * libgimpwidgets/gimpscrolledpreview.c (gimp_scrolled_preview_area_event): correctly clamp adjustment value on scroll events. Ignore scroll events when Ctrl is pressed.
-
- 21 Nov, 2005 6 commits
-
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.c (gimp_scrolled_preview_area_event): scroll using the mouse wheel.
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: added "Animators" placeholder. * plug-ins/script-fu/script-fu.c (script_fu_extension_init): removed registration of "Animators" submenu.
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselectoptions.[ch] * app/tools/gimpforegroundselecttool.c: renamed "discontiguous" to "continuous", both in the UI and as a variable.
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * app/actions/context-actions.c (context_brush_radius_actions): added default keyboard shortcuts for changing the brush radius as suggested in bug #322028.
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpzoommodel.c (gimp_zoom_button_new): connect to the model's "zoomed" signal and set the button sensitivity.
-
Sven Neumann authored
2005-11-21 Sven Neumann <sven@gimp.org> * plug-ins/MapObject/mapobject_main.[ch] * plug-ins/MapObject/mapobject_preview.c * plug-ins/MapObject/mapobject_ui.c: must not keep pointers in the struct that is being used to preserve data between invocations of the plug-in. Fixes bug #321932.
-
- 19 Nov, 2005 2 commits
-
-
Michael Natterer authored
2005-11-19 Michael Natterer <mitch@gimp.org> * app/tools/gimppaintoptions-gui.c * app/tools/gimpselectionoptions.c: code cleanup.
-
Michael Natterer authored
2005-11-19 Michael Natterer <mitch@gimp.org> * app/tools/gimpaligntool.c * app/tools/gimpcolortool.c * app/tools/gimpfliptool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmovetool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c: started to get rid of all stock GDK cursors in preparation of fixing bug #158407.
-
- 18 Nov, 2005 4 commits
-
-
Michael Natterer authored
2005-11-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.c (view_events): * app/widgets/gimpnavigationview.c (gimp_navigation_view_scroll): changed wheel scrolling to be HIG-compliant (control zooms). Also handle GDK_SCROLL_LEFT/RIGHT correctly and made shift switch the scroll axis. The widgets behave as the image window now.
-
Jakub Steiner authored
2005-11-18 Jakub Steiner <jimmac@ximian.com> * data/palettes/Tango.gpl: Made the greens more vibrant.
-
Hendrik Brandt authored
2005-11-18 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Hendrik Brandt authored
2005-11-18 Hendrik Brandt <heb@gnome-de.org> * de.po: Bugfix.
-
- 17 Nov, 2005 4 commits
-
-
Michael Natterer authored
2005-11-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.c: implement GtkWidget::unrealize() and destroy the control pixmap. fixes crash when moving the dialog to another display. * menus/dockable-menu.xml.in: added a separator before the "Move to Screen" submenu.
-
Michael Natterer authored
2005-11-17 Michael Natterer <mitch@gimp.org> * app/actions/window-actions.[ch]: connect to GdkDisplayManager and automatically add/remove move-to-screen actions when displays are opened/closed. * app/menus/window-menu.c: added similar code here to add/remove menu items for the above actions. * app/actions/Makefile.am * app/actions/window-commands.[ch]: new files containing window close and move-to-screen callbacks. There is no need to implement these twice for GimpDock and GimpDisplay. * app/actions/dock-commands.[ch] * app/actions/view-commands.[ch]: remove the callbacks here. * app/actions/dock-actions.c * app/actions/view-actions.c: changed accordingly.
-
Alexander Shopov authored
2005-11-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
Manish Singh authored
2005-11-16 Manish Singh <yosh@gimp.org> * plug-ins/common/curve_bend.c (p_gimp_rotate): use gimp_drawable_transform_rotate_default instead of deprecated gimp-rotate PDB call. Fixes bug #321692.
-
- 16 Nov, 2005 4 commits
-
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * libgimpbase/gimpenv.c (gimp_toplevel_directory) * app/widgets/gimpcolormapeditor.c (gimp_colormap_editor_draw_cell): plugged memory leaks.
-
Michael Natterer authored
2005-11-16 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c (gimp_layer_convert): gimp_layer_transform_color() wants the destination image passed, not the source image.
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * libgimpbase/gimpreloc.c: minor cleanups.
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * de.po: fixed wrong translation.
-
- 15 Nov, 2005 1 commit
-
-
Michael Natterer authored
2005-11-15 Michael Natterer <mitch@gimp.org> Allow to construct a group of radio actions in multiple chunks. (not used yet). * app/widgets/gimpactiongroup.[ch] (gimp_action_group_add_radio_actions): added "GSList *radio_group" parameter and return value. * app/actions/dockable-actions.c * app/actions/gradient-editor-actions.c * app/actions/quick-mask-actions.c * app/actions/text-editor-actions.c * app/actions/view-actions.c * app/actions/window-actions.c: pass NULL as radio_group.
-