- 11 Nov, 2004 4 commits
-
-
Michael Natterer authored
2004-11-11 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/lava.scm: replaced undo-disable/enable by undo-group-start/end.
-
Michael Natterer authored
2004-11-11 Michael Natterer <mitch@gimp.org> * app/tools/gimpimagemaptool.c (gimp_image_map_tool_response): call gimp_image_flush() after committing the image_map so the menus are up-to-date. Fixes bug #157914.
-
Philip Lafleur authored
2004-11-11 Philip Lafleur <plafleur@cvs.gnome.org> * app/display/gimpdisplayshell-preview.c: Use the transform tool coordinates when creating subdivisions, not the texture coordinates. Fixes breakage with layers that are not the image size.
-
Jay Cox authored
2004-11-11 Jay Cox <jaycox@gimp.org> * app/base/brush-scale.c: Keep computed brush values from overflowing with large reduction factors. Fixes bug #76228.
-
- 10 Nov, 2004 19 commits
-
-
Sven Neumann authored
2004-11-11 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpintstore.c * app/vectors/gimpvectors-import.c: please the overly pedantic IRIX MIPSpro compiler and don't initialize structs with non-constant values.
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * app/file/file-open.c (file_open_layer): add the image to the list of recently used documents. Fixes bug #157879.
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c: moved the tool options closer to the tools and made the dialog a bit smaller.
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * plug-ins/common/mail.c: added a menu icon (compiled-in).
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-handlers.c (gimp_display_shell_resolution_changed_handler): if dot_for_dot is off, resolution change has the same effect as size change, so call gimp_display_shell_size_changed_handler(). Fixes display garbage.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * plug-ins/winicon/icodialog.[ch] * plug-ins/winicon/icoload.[ch] * plug-ins/winicon/icosave.[ch] * plug-ins/winicon/main.[ch]: call progress functions unconditionally; removed global "interactive" variable; use standard strings for open/save progress messages; gui, indentation & coding style cleanup; untabified.
-
Michael Schumacher authored
2004-11-10 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/winsnap/winsnap.c: applied a patch from Sven Neumann with some minor modifications. Fixes bug #157612 Removed some unused variables.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * libgimpbase/gimputils.c (gimp_escape_uline): "Since: GIMP 2.2".
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: set the padding-mode to custom color if a custom color is choosen. Fixes bug #157844.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * plug-ins/dbbrowser/plugin-browser.c (browser_dialog_new): fixed capitalization of notebook tab label.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * libgimpbase/libgimpbase-sections.txt * libgimpbase/tmpl/gimputils.sgml: updated.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * libgimpbase/gimputils.[ch]: renamed gimp_flags_get_value() to gimp_flags_get_first_value(). Reordered functions so enum and flags functions are grouped together. Added missing docs. * libgimpbase/gimpbase.def: changed accordingly.
-
jaycox authored
* plug-ins/common/psd.c: Skip resources with unknown signatures instead of quiting. Fixes bug #142468, and bug #152728 * app/core/gimpdrawable.c: in functions gimp_drawable_mask_bounds, and gimp_drawable_mask_intersect: reinitialize the return values after calling gimp_channel_bounds because gimp_channel_bounds overwrites the values even when it returns false. This fixes the bug where the gimp crashes when running color tools on layers smaller than the image, and processes only part of the image when the layer is larger than the image size.
-
Dmitry Mastrukov authored
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * HACKING: some updates.
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * de.po: updated.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * plug-ins/ifscompose/ifscompose.c: use a UI manager created toolbar instead of two rows of buttons. Added a "dummy-menubar" so the popup menu shows shortcuts again. Removed "Preview" and "Auto" buttons since the preview doesn't block the GUI and can always be updated.
-
Michael Natterer authored
2004-11-10 Michael Natterer <mitch@gimp.org> * app/display/gimpstatusbar.[ch]: added new function gimp_statusbar_push_length(), which works exactly like push_coords() but takes only one value plus a GimpOrientationType for specifying the value's axis. * app/tools/gimptool.[ch]: added the corresponding gimp_tool_push_status_length(). * app/tools/gimpmovetool.c: use gimp_tool_push_status_length() so the guide position is shown in the selected display unit. Cleaned up the status message code a bit.
-
Sven Neumann authored
2004-11-10 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: use an idle handler to jump to the anchor.
-
- 09 Nov, 2004 10 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Manish Singh authored
2004-11-09 Manish Singh <yosh@gimp.org> * plug-ins/common/bmpread.c: if the file has space in the colormap for more than 256 entries, ignore them instead of failing. Fixes bug #157775.
-
Manish Singh authored
2004-11-09 Manish Singh <yosh@gimp.org> * plug-ins/common/bmpread.c: Fix cut'n'paste err so grayscale images load again. Fixes bug #157764.
-
Marco Ciampa authored
-
Miloslav Trmac authored
2004-11-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Miloslav Trmac authored
2004-11-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Miloslav Trmač.
-
Michael Natterer authored
2004-11-09 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_canvas_tool_events): pass (gint)-truncated coordinates instead of RINT()-rounded ones to gimp_display_shell_update_cursor(). Restores correct coordinates display for zoomed-in display and fixes bug #153534. * app/tools/gimpmovetool.c: added statusbar messages including the (rounded) guide coordinate. Keeps bug #141719 closed.
-
Michael Natterer authored
2004-11-09 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_new): don't connect to "event" and don't connect any canvas event to gimp_display_shell_events(). Connect all tool events separately (doesn't include "configure-event" and thus fixes bug #141543). * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_canvas_tool_events): call gimp_display_shell_events() manually before doing tool event processing. * app/display/gimpdisplayshell.c * app/display/gimpdisplayshell-callbacks.[ch]: connect to "size_allocate" of the canvas, not to "configure_event" (suggested by Owen in bug #141543). * app/display/gimpdisplayshell-callbacks.[ch]: removed gimp_display_shell_popup_menu(). (gimp_display_shell_origin_button_press): emit "popup-menu" on the shell manually instead of calling above function. * app/display/gimpdisplayshell.c: added the whole menu popup code here.
-
Sven Neumann authored
2004-11-09 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpoffsetarea.c (gimp_offset_area_resize): queue a resize. Fixes remaining issues with bug #157495.
-
Sven Neumann authored
2004-11-09 Sven Neumann <sven@gimp.org> * plug-ins/common/url.c: removed debug output.
-
- 08 Nov, 2004 7 commits
-
-
Nikos Charonitakis authored
-
Sven Neumann authored
-
Sven Neumann authored
2004-11-08 Sven Neumann <sven@gimp.org> * app/dialogs/user-install-dialog.c (user_install_migrate_files): don't copy menurc, the format changed anyway.
-
Sven Neumann authored
2004-11-08 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_ok): actually retrieve the value from the GtkEntry for SF-VALUE.
-
Michael Natterer authored
2004-11-08 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimplayer.sgml: added gimp_layer_from_mask() * libgimp/tmpl/gimpdrawabletransform.sgml * libgimp/tmpl/gimpregioniterator.sgml: gtk-doc insisted on changing these.
-
Michael Natterer authored
2004-11-08 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/layer.pdb: applied modified patch from Geert Jordaens which adds the missing gimp_layer_from_mask() API. Addresses bug #138662. * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimplayer_pdb.[ch]. regenerated. * libgimp/gimp.def: changed accordingly.
-
Michael Natterer authored
2004-11-08 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/selection-round.scm: removed garbage from beginning of file. Removed DOS line breaks.
-