- 25 Sep, 2005 10 commits
-
-
Michael Natterer authored
2005-09-25 Michael Natterer <mitch@gimp.org> * app/actions/file-actions.c (file_actions): made Shift+Ctrl+W the shortcut for "Close all".
-
Michael Natterer authored
2005-09-25 Michael Natterer <mitch@gimp.org> * plug-ins/common/psd.c: massively indented and de-uglyfied, (not many lines unmodified). Still not the incarnation of beautiful code, but more readable for an eye used to Gimp code. No logic changes, just formatting.
-
Michael Natterer authored
2005-09-25 Michael Natterer <mitch@gimp.org> * plug-ins/common/compose.c (run): set "is_ID" to TRUE, not FALSE when decoding the "compose-data" parasite. Fixes Recompose. Return error, not success if recomposing fails. Misc cleanups.
-
Sven Neumann authored
2005-09-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpzoommodel.[ch]: added gimp_zoom_model_zoom() and changed gimp_zoom_model_get_fraction() to take a model instead of the zoom factor. * app/display/gimpdisplayshell.[ch]: use a GimpZoomModel for the display scale factor. * app/actions/image-commands.c * app/actions/view-actions.c * app/actions/view-commands.c * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-scale.c * app/display/gimpdisplayshell-title.c * app/display/gimpnavigationeditor.c * app/display/gimpstatusbar.c * app/tools/gimpeditselectiontool.c * app/tools/gimpmagnifytool.c: changed accordingly.
-
Karine Delvare authored
2005-09-25 Karine Delvare <kdelvare@nerim.net> * app/tools/gimpcroptool.c: fixed assignment of local variable "rectangle_exists".
-
Sven Neumann authored
2005-09-25 Sven Neumann <sven@gimp.org> * app/tools/gimpnewrectselecttool.c: fixed assignment of local variable "rectangle_exists".
-
Michael Natterer authored
2005-09-25 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_canvas_tool_events): reordered checks for the modifiers pressed on <Tab> so NumLock and friends don't interfere. Fixes bug #317118.
-
Sven Neumann authored
2005-09-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgetsenums.h: added more values to the GimpZoomType enum. * libgimpwidgets/gimpzoommodel.c (gimp_zoom_model_zoom_step): handle the new enum values. * app/actions/view-commands.c (view_zoom_cmd_callback) use the new values. * app/display/gimpdisplayshell.c (gimp_display_shell_new): cosmetics.
-
Sven Neumann authored
-
Michael Natterer authored
2005-09-25 Michael Natterer <mitch@gimp.org> * app/dialogs/quit-dialog.c (quit_close_all_dialog_new): another patch from Sylvain Foret that fixes the dialog title for the close all dialog. Fixes bug #317137. Also pass the right help IDs to gimp_message_dialog_new().
-
- 24 Sep, 2005 8 commits
-
-
David Odin authored
* libgimpwidgets/gimpwidgetsenums.h: remove the GIMP_ZOOM_LABEL value from GimpZoomWidgetType. * libgimpwidgets/gimpwidgetsenums.c: regenerated. * libgimp/gimpzoompreview.c: provides two read only properties, "fraction" and "percentage" to be used with prop widgets. * libgimpwidgets/gimpzoommodel.c: use a gimp_prop_label to show the zoom fraction.
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * app/actions/file-actions.c: set "Close all" insensitive when there are no displays.
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * app/actions/view-actions.c * app/actions/view-commands.[ch]: de-uglify callback names for "new" and "close".
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> Applied (slightly modified) patch from Sylvain Foret which adds "Close All" menu entries and dialog. Fixes bug #163532. * app/actions/file-actions.c * app/actions/file-commands.[ch]: added "file-close-all" action and callback. * app/dialogs/dialogs-constructors.[ch] * app/dialogs/dialogs.c * app/dialogs/quit-dialog.[ch]: added close all dialog which is a modified quit dialog. * app/widgets/gimphelp-ids.h: added help ID. * menus/image-menu.xml.in * menus/toolbox-menu.xml.in: add close all next to quit.
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale_dialog): set "activates-default" on all spinbuttons.
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * plug-ins/common/compose.c: fixed some brokenness caused by my last "cleanup". Should work as before now. * plug-ins/common/decompose.c: cleaned up GUI and code.
-
David Odin authored
* app/widgets/widgets-enums.h: Moved the GimpZoomType enum from here... * libgimpwidgets/gimpwidgetsenums.h: ...to here. * app/widgets/widgets-enums.c * libgimpwidgets/gimpwidgetsenums.c: regenerated. * app/display/gimpdisplayshell-scale.[ch]: removed gimp_display_shell_scale_zoom_step and gimp_display_shell_scale_get_fraction from here... * libgimpwidgets/gimpzoommodel.[ch]: ... to here so we can use these utility functions in plug-ins and in the core. Also removed the step-size property since the zoom-model now use gimp_zoom_model_zoom_step. * app/actions/view-commands.c * app/display/gimpdisplayshell-title.c * app/display/gimpdisplayshell.c * app/tools/gimpmagnifytool.c: modified accordingly. * libgimp/gimpzoompreview.c: don't pass any argument to the gimp_zoom_model_new function. * libgimpwidgets/gimpwidgets.def: added gimp_zoom_model_zoom_step (gimp_zoom_model_get_fraction was already there) * devel-docs/app/app-sections.txt: removed gimp_display_shell_scale_zoom_step and gimp_display_shell_scale_get_fraction.
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * app/paint/gimppaintcore.h * app/tools/gimpimagemaptool.c * tools/test-clipboard.c: indentation fixes.
-
- 23 Sep, 2005 3 commits
-
-
Michael Natterer authored
2005-09-24 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactiongroup.c (gimp_action_group_set_action_hide_empty): renamed from set_action_important(). Set the "hide-if-empty" property so showing an insensitive "Empty" item instead of hiding the submenu works again (did this ever work?). * app/actions/tool-options-actions.c (tool_options_actions_setup): changed accordingly. Keeps the tool options submenus from disappearing.
-
Michael Natterer authored
2005-09-23 Michael Natterer <mitch@gimp.org> * menus/image-menu.xml.in: reordered submenus and placeholders so stuff not grouped that randomly any longer. * plug-ins/script-fu/scripts/hsv-graph.scm: move it to the "Info" placeholder so it is next to histogram and ccanalyze.
-
Sven Neumann authored
2005-09-23 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-save.c: added a tooltip that explains how to obtain the file size.
-
- 22 Sep, 2005 6 commits
-
-
Sven Neumann authored
2005-09-22 Sven Neumann <sven@gimp.org> * INSTALL * configure.in: added a check for libgnomeprintui. * plug-ins/common/gnomeprint.c: added a simple Print plug-in that uses libgnomeprint and libgnomeprintui. Needs more work. * plug-ins/common/plugin-defs.pl: added the new plug-in. * plug-ins/common/Makefile.am: regenerated.
-
David Odin authored
* libgimpwidgets/gimpzoommodel.c: renamed the properties "value", "minimum" and "maximum". * libgimp/gimpzoompreview.c: modified accordingly.
-
Sven Neumann authored
2005-09-22 Sven Neumann <sven@gimp.org> * plug-ins/print/print.c: canonicalize procedure name and parameters.
-
Michael Natterer authored
2005-09-22 Michael Natterer <mitch@gimp.org> * plug-ins/common/compose.c: reorganized and cleaned up GUI and code.
-
Sven Neumann authored
2005-09-22 Sven Neumann <sven@gimp.org> * plug-ins/common/psd.c * plug-ins/common/psd_save.c: don't hardcode unit conversion factors.
-
Jay Cox authored
2005-09-21 Jay Cox <jaycox@gimp.org> * plug-ins/common/psd.c: Load the resolution properly when it is specified in px/cm. * plug-ins/common/psd_save.c: Save the resolution of the image in the file. Fixes bug #310426
-
- 21 Sep, 2005 4 commits
-
-
Sven Neumann authored
2005-09-21 Sven Neumann <sven@gimp.org> * HACKING: minor update.
-
Sven Neumann authored
2005-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/spheredesigner.c: update the preview from an idle handler. Removed obsolete "Update Preview" button.
-
Sven Neumann authored
2005-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/spheredesigner.c: more compact dialog layout, renamed "Textures" to "Layers" and make sure that one is always selected.
-
Michael Natterer authored
2005-09-21 Michael Natterer <mitch@gimp.org> Separated the global buffer logic from the clipboard implementation: * app/widgets/gimpclipboard.[ch]: removed all knowledge about gimp->global_buffer. Removed the Gimp::buffer-changed callback. Made gimp_clipboard_set_buffer() public and remember the set buffer in the GimpClipboard struct. Fixed the has_buffer() and has_svg() functions. * app/gui/gui.c: connect to Gimp::buffer-changed here and call gimp_clipboard_set_buffer() from the callback.
-
- 20 Sep, 2005 9 commits
-
-
Sven Neumann authored
2005-09-21 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c: use ngettext for plural forms.
-
Sven Neumann authored
2005-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/cubism.c: initialize variables. * plug-ins/common/depthmerge.c: declare all functions as static.
-
David Odin authored
* libgimp/gimpzoompreview.[ch]: make use of private data instead of struct members. Added a gimp_zoom_preview_get_drawable so we can still get the drawable from a preview in plug-ins. Also changed gimp_zoom_preview_get_data to gimp_zoom_preview_get_source, to make it more obvious what it returns. * libgimp/gimpui.def * plug-ins/common/AlienMap2.c * plug-ins/common/apply_lens.c * plug-ins/common/blinds.c * plug-ins/common/channel_mixer.c * plug-ins/common/colorify.c * plug-ins/common/flarefx.c * plug-ins/common/illusion.c * plug-ins/common/jigsaw.c * plug-ins/common/mapcolor.c * plug-ins/common/max_rgb.c * plug-ins/common/nova.c * plug-ins/common/polar.c * plug-ins/common/retinex.c * plug-ins/common/waves.c * plug-ins/common/whirlpinch.c: changed accordingly.
-
David Odin authored
* libgimpwidgets/gimpzoommodel.[ch]: use private data instead of struct members. Added min-factor and max-factor properties so we can set the zoom range. These can be set by a new utility function: gimp_zoom_model_set_range. * libgimpwidgets/gimpwidgets.def: added gimp_zoom_model_set_range. * libgimp/gimpzoompreview.c: use gimp_zoom_model_set_range so we can only zoom in.
-
Sven Neumann authored
2005-09-20 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.c (erode_region, dilate_region): fixed bug in buffer initialization, spotted by Tobias Lenz.
-
Sven Neumann authored
2005-09-20 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c: corrected version check (bug #314400).
-
Sven Neumann authored
2005-09-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.c: invalidate the buffer when the widget's sensitivity changes. Draw a stipple pattern on the insensitive color scale.
-
Sven Neumann authored
2005-09-20 Sven Neumann <sven@gimp.org> * plug-ins/common/raw.c (query): fixed capitalization.
-
Michael Natterer authored
2005-09-20 Michael Natterer <mitch@gimp.org> * plug-ins/common/compose.c: applied patch from Sylvain Foret which allows to use fixed greyscale values instead of drawables for color components. Fixes bug #309112.
-