- 13 Jun, 2004 11 commits
-
-
Simon Budig authored
2004-06-13 Simon Budig <simon@gimp.org> * app/tools/gimpiscissorstool.c: Minor tweaks to two macros. Shouldn't change anything.
-
Simon Budig authored
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursors/tool-zoom.png: * cursors/cursor-zoom.png: minor fsckup
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursors/gimp-tool-cursors.xcf * cursors/tool-burn.png: the burn tool doesn't really have an inverted handle
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursors/gimp-tool-cursors.xcf * cursors/tool-burn.png: the burn tool doesn't really have an inverted handle
-
Sven Neumann authored
2004-06-13 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.[ch] (shapeburst_region): added progress callback. * app/core/gimpdrawable-blend.c: show a progress while calculating the Shapeburst. Not perfect but better than not showing any progress at all.
-
Michael Natterer authored
2004-06-13 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-enums.[ch]: added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, PIXBUF-PREMULTIPLY } to work around broken X servers. * app/config/gimpguiconfig.[ch] * app/config/gimprc-blurbs.h: added GimpGuiConfig::cursor-format. * app/gui/preferences-dialog.c: added a GUI for the new option. * app/widgets/gimpcursor.[ch]: added cursor_format parameter to gimp_cursor_new() and _set(). * app/display/gimpdisplayshell-cursor.c * app/tools/gimpcurvestool.c * app/widgets/gimpdialogfactory.c: pass an appropriate cursor_mode.
-
Philip Lafleur authored
2004-06-12 Philip Lafleur <plafleur@cvs.gnome.org> * app/core/gimpdrawable-blend.c: added missing semicolon.
-
Philip Lafleur authored
2004-06-12 Philip Lafleur <plafleur@cvs.gnome.org> * app/display/gimpdisplayshell-callbacks.c: Fixed incorrect logic that caused perfect-but-slow pointer tracking to be used in tools that don't request exact mode. * app/display/Makefile.am: * app/display/gimpdisplayshell-appearance.[ch]: * app/display/gimpdisplayshell-callbacks.c: * app/display/gimpdisplayshell.[ch]: * app/display/gimpdisplayshell-preview.[ch]: added * app/tools/gimpperspectivetool.c: * app/tools/gimprotatetool.c: * app/tools/gimpscaletool.c: * app/tools/gimpsheartool.c: * app/tools/gimptransformoptions.[ch]: * app/tools/gimptransformtool.[ch]: Implemented live transformation previews, available through tool options. Fixes bug #108172.
-
Sven Neumann authored
2004-06-13 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-blend.c (gradient_render_pixel): inline the repeat functions. * app/core/gimpgradient.c: inline the curve functions.
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursors/gimp-tool-cursors.xcf * cursors/tool-zoom.png: make more transparent
-
- 12 Jun, 2004 17 commits
-
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursors/gimp-tool-cursors.xcf * cursors/tool-blur.png * cursors/tool-bucket-fill.png * cursors/tool-dodge.png * cursors/tool-eraser.png * cursors/tool-hand.png: fix a few problems hidden by low opacity
-
Jakub Steiner authored
2004-06-13 Jakub Steiner <jimmac@ximian.com> * cursor/*png: updated the cursors
-
Michael Natterer authored
2004-06-13 Michael Natterer <mitch@gimp.org> * cursors/gimp-tool-cursors.xcf: added nice new antialiased cursor layers made by Jimmac.
-
Sven Neumann authored
2004-06-13 Sven Neumann <sven@gimp.org> * app/core/gimppalette.c (gimp_palette_load): don't use the rather inefficient gimp_palette_add_entry() when loading a palette.
-
Michael Natterer authored
2004-06-13 Michael Natterer <mitch@gimp.org> * app/core/gimpdata.[ch]: added "gint freeze_count" and gimp_data_freeze()/thaw() functions. Emit "dirty" only if freeze_count either is 0 or drops to 0. * app/core/gimpbrushgenerated.[ch] * app/core/gimpgradient.[ch]: removed freeze/thaw stuff that was duplicated in these two subclasses and use the new GimpData API instead. * app/widgets/gimpbrusheditor.c * app/widgets/gimpgradienteditor.c: changed accordingly.
-
Sven Neumann authored
2004-06-12 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolorbar.c (gimp_color_bar_expose): don't copy the first row onto itself.
-
Simon Budig authored
2004-06-12 Simon Budig <simon@gimp.org> * app/tools/gimptransformtool.c: Make Enter/Return apply the transformation, Backspace/Delete resets the transformation. * app/tools/gimpcroptool.c: Simplify the key_press callback.
-
Simon Budig authored
2004-06-12 Simon Budig <simon@gimp.org> * app/tools/gimpcroptool.c: Make the Enter/Return key do the crop action. * app/tools/gimpeditselectiontool.c * app/tools/gimpvectortool.c: Make the _key_press functions safe for non-arrow keys.
-
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 5 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
-