- 12 Jun, 2004 9 commits
-
-
Sven Neumann authored
2004-06-12 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite.[ch]: just some cleanup.
-
Michael Natterer authored
2004-06-12 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c (gimp_display_shell_events): ported some forgotten #if 0'ed GtkItemFactory stuff to GtkUIManager.
-
Simon Budig authored
2004-06-12 Simon Budig <simon@gimp.org> * app/tools/gimptool.[ch]: renamed the "arrow_key" member to "key_press", since it is now no longer about just the arrow keys. * app/tools/gimpcroptool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpeditselectiontool.h * app/tools/gimpmovetool.c * app/tools/gimppainttool.c * app/tools/gimpselectiontool.c * app/tools/gimptexttool.c * app/tools/gimpvectortool.c * app/tools/tool_manager.c: Changed accordingly.
-
Michael Natterer authored
2004-06-12 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_init): add the file DND destination before all others so the DND code will implicitly use its destination properties. Works around Konqueror offering only file MOVE, not COPY and fixes bug #144168.
-
Sven Neumann authored
2004-06-12 Sven Neumann <sven@gimp.org> * plug-ins/common/sample_colorize.c: reindented, some minor cleanup.
-
Simon Budig authored
-
Simon Budig authored
2004-06-12 Simon Budig <simon@gimp.org> * app/tools/tool_manager.[ch]: renamed tool_manager_arrow_key_active to tool_manager_key_press_active. * app/display/gimpdisplayshell-callbacks.c: Also dispatch GDK_Return/KP_Enter/BackSpace/Delete to the tools "arrow_key" member of GimpTool probably should be renamed. * app/tools/gimpvectortool.c: Use Enter/Return to convert the current path to a selection, use Backspace/Delete to delete the currently active anchors in a path. Implemented on Jimmacs request - thanks for being a great host :)
-
Sven Neumann authored
2004-06-12 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrameditor.c (gimp_histogram_editor_init): set the initially selected channel on the histogram combobox. Fixes bug #144225.
-
Philip Lafleur authored
2004-06-12 Philip Lafleur <plafleur@cvs.gnome.org> * app/paint/gimppaintoptions.[ch]: renamed all "pressure-pressure" variables to "pressure-hardness". * app/paint/gimpairbrush.c: * app/tools/gimppaintoptions-gui.c: changed accordingly.
-
- 10 Jun, 2004 7 commits
-
-
Gustavo Noronha Silva authored
-
Michael Natterer authored
2004-06-10 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorarea.c: replaced destroy() by finalize(), converted tabs to spaces, cleanup.
-
Michael Natterer authored
2004-06-10 Michael Natterer <mitch@gimp.org> * app/widgets/gimpthumbbox.c (gimp_thumb_box_new): line-wrap the filename label if it's too long instead of cutting it off.
-
Michael Natterer authored
2004-06-10 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-enums.h (enum GimpCursorModifier): s/GIMP_LAST_CURSOR_MODIFIER_ENTRY/GIMP_CURSOR_MODIFIER_LAST/. * app/widgets/gimpcursor.c: changed accordingly. Renamed struct GimpBitmapCursor to GimpCursor. More cleanup.
-
Michael Natterer authored
2004-06-10 Michael Natterer <mitch@gimp.org> * app/actions/image-actions.c * app/actions/image-commands.[ch] * app/actions/layers-actions.c * app/actions/layers-commands.[ch]: made the "image-convert-rgb/grayscale/indexed" and the "layers-mask-apply/delete" actions GimpEnumActions and merged their callbacks.
-
Philip Lafleur authored
2004-06-10 Philip Lafleur <plafleur@cvs.gnome.org> * app/gui/preferences-dialog.c: restored the 'Show Paint Tool Cursor' option that was removed during clean-up.
-
Philip Lafleur authored
2004-06-10 Philip Lafleur <plafleur@cvs.gnome.org> * app/paint/gimpbrushcore.c (gimp_brush_core_pressurize_mask): avoided some redundant calculations.
-
- 09 Jun, 2004 8 commits
-
-
Sven Neumann authored
2004-06-10 Sven Neumann <sven@gimp.org> * app/gui/user-install-dialog.c: removed the monitor calibration from the user installation process. It's not a vital setting and can be done from the Preferences dialog later. * app/gui/resolution-calibrate-dialog.[ch]: simplified the resolution calibration dialog by removing the hacks that were needed for drawing it in the user-installation style. * app/gui/preferences-dialog.c: changed accordingly. Also removed the separator from the Display page.
-
Sven Neumann authored
-
Sven Neumann authored
2004-06-10 Sven Neumann <sven@gimp.org> * app/widgets/gimptemplateeditor.[ch]: added an API to expand/collapse the "Advanced Options" frame. * app/gui/preferences-dialog.c * app/widgets/gimphelp-ids.h: applied a patch done by William Skaggs that cleans up and reorganizes the Preferences dialog (bug #144060).
-
Simon Budig authored
2004-06-09 Simon Budig <simon@gimp.org> * app/core/gimpcoords.[ch]: renamed gimp_coords_length2 to gimp_coords_length_squared. * app/vectors/gimpbezierstroke.c: Changed accordingly
-
Sven Neumann authored
-
Sven Neumann authored
2004-06-09 Sven Neumann <sven@gimp.org> * app/tools/gimppenciltool.c (gimp_pencil_tool_init): no need request GIMP_MOTION_MODE_EXACT here since the parent class does that already. * app/tools/gimpinktool.c (gimp_ink_tool_init): ditto. Enable the color picker feature for the ink tool.
-
Pablo G. del Campo authored
2004-06-08 Pablo G. del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Vila <francisco.vila@hispalinux.es>.
-
Sven Neumann authored
2004-06-09 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: added "Selection Editor" to the Selection menu. Still hoping for the great menu reorganization though...
-
- 08 Jun, 2004 4 commits
-
-
Sven Neumann authored
2004-06-09 Sven Neumann <sven@gimp.org> * app/actions/select-actions.c (select_actions_update): "Save to Channel" makes sense without a selection also, so don't set it insensitive.
-
Marco Ciampa authored
-
Sven Neumann authored
2004-06-08 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): added ca.po (Catalan).
-
Jordi Mallach authored
-
- 07 Jun, 2004 7 commits
-
-
Sven Neumann authored
2004-06-07 Sven Neumann <sven@gimp.org> * plug-ins/common/glob.c: the glob() function is not available on Win32 and also isn't necessarily UTF-8 safe. Started to add an alternative implementation. Right now there's just some code taken from GTK+ (an UTF-8 save fnmatch() implementation) and the plug-in does nothing useful. I will add some stripped-down glob code based on the code in glibc later.
-
Michael Natterer authored
2004-06-07 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c (gimp_layer_set_tiles): don't set layer->mask's offsets. It is wrong because GimpDrawable::set_tiles() is a lowlevel function which is used by stuff like scale and resize which keep the mask in sync explicitely and don't expect it to be moved in the middle of chaining up. Fixes bug #143860.
-
Michael Natterer authored
2004-06-07 Michael Natterer <mitch@gimp.org> * app/actions/view-actions.c * app/actions/view-commands.[ch]: added separate callback for "view-zoom-other" and connect GtkAction::activate manually so "Other..." can be selected even if it's the active item in the zoom radio group. Fixes bug #143850.
-
Sven Neumann authored
2004-06-07 Sven Neumann <sven@gimp.org> * de.po: minimal updates.
-
Sven Neumann authored
2004-06-07 Sven Neumann <sven@gimp.org> * plug-ins/common/tileit.c (tileit_dialog): fixed a typo.
-
Sven Neumann authored
2004-06-07 Sven Neumann <sven@gimp.org> * de.po: some updates to the german translation.
-
Sven Neumann authored
2004-06-07 Sven Neumann <sven@gimp.org> * app/menus/plug-in-menus.c (plug_in_menus_setup): sort the menus by the translated menu path stripped from underscores.
-
- 06 Jun, 2004 2 commits
-
-
Sven Neumann authored
2004-06-06 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss.c (gauss): fixed a stupid cut'n'paste bug I introduced yesterday.
-
Sven Neumann authored
2004-06-06 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss.c (query): register the menu entry the new way and install a mnemonic for Gaussian Blur.
-
- 05 Jun, 2004 3 commits
-
-
Sven Neumann authored
2004-06-05 Sven Neumann <sven@gimp.org> * plug-ins/common/curve_bend.c: applied a patch from Henrik Brix Andersen that tells the user that Curve Bend cannot operate on layers with masks instead of silently applying the mask (bug #134748).
-
Sven Neumann authored
2004-06-05 Sven Neumann <sven@gimp.org> * plug-ins/common/plugin-defs.pl * plug-ins/common/Makefile.am * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c: removed the two gaussian blur plug-ins... * plug-ins/common/gauss.c: and added a merged version done by William Skaggs. Fixes bug #134088.
-
Sven Neumann authored
2004-06-05 Sven Neumann <sven@gimp.org> * plug-ins/sgi/sgi.c: applied a patch from Philip Lafleur that makes the plug-in handle images with more than 4 channels. At the moment the extra information is discarded (bug #143673).
-