- 04 Mar, 2008 6 commits
-
-
Sven Neumann authored
2008-03-04 Sven Neumann <sven@gimp.org> * app/actions/edit-commands.c (edit_copy_visible_cmd_callback) (edit_cut_cmd_callback): added statusbar messages informing the user that pixels have been transferred to the clipboard. svn path=/trunk/; revision=25035
-
Sven Neumann authored
2008-03-04 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-transform.c (gimp_drawable_transform_cut): clear the selection after cutting it as gimp_selection_extract() doesn't do this for us any longer. See bug #510534. svn path=/trunk/; revision=25034
-
Hendrik Brandt authored
2008-03-04 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=25030
-
Hendrik Brandt authored
2008-03-04 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=25029
-
Hendrik Brandt authored
2008-03-04 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=25028
-
Hendrik Brandt authored
2008-03-04 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation. svn path=/trunk/; revision=25027
-
- 03 Mar, 2008 4 commits
-
-
Vincent van Adrighem authored
2008-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Filip Vervloesem. svn path=/trunk/; revision=25010
-
Vincent van Adrighem authored
2008-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Filip Vervloesem. svn path=/trunk/; revision=25009
-
Vincent van Adrighem authored
2008-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Filip Vervloesem. svn path=/trunk/; revision=25008
-
Vincent van Adrighem authored
2008-03-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Filip Vervloesem. svn path=/trunk/; revision=25007
-
- 02 Mar, 2008 1 commit
-
-
Sven Neumann authored
2008-03-02 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-coords.c (gimp_display_shell_eval_event): applied slightly modified patch from Alexia Death as attached to bug #508639. svn path=/trunk/; revision=25006
-
- 01 Mar, 2008 1 commit
-
-
Martin Nordholts authored
2008-03-01 Martin Nordholts <martinn@svn.gnome.org> * app/tools/gimppolygonselecttool.c (gimp_polygon_select_tool_draw): Only draw the grabbed point, not all points. Drawing all points adds unnecessary clutter to the user interface. (gimp_polygon_select_tool_select_closest_point): Handle drawing of grabbed points. svn path=/trunk/; revision=25004
-
- 29 Feb, 2008 5 commits
-
-
Danilo Šegan authored
svn path=/trunk/; revision=25003
-
Danilo Šegan authored
svn path=/trunk/; revision=25002
-
Michael Natterer authored
2008-02-29 Michael Natterer <mitch@gimp.org> * app/gui/ige-mac-menu.[ch]: synced copies from upstream. svn path=/trunk/; revision=24998
-
Timo Jyrinki authored
svn path=/trunk/; revision=24997
-
Timo Jyrinki authored
svn path=/trunk/; revision=24996
-
- 28 Feb, 2008 3 commits
-
-
Michael Natterer authored
2008-02-28 Michael Natterer <mitch@gimp.org> * app/core/gimpcurve.[ch]: get rid of fixed-size arrays and allocate the points and curve arrays dynamically. Added "n-points" and "n-samples" CONSTRUCT_ONLY properties. Renamed member "curve" to "samples". Lots of code changes to work with dynamic limits rather than 17 and 256. * app/core/gimpdrawable-curves.c * app/gegl/gimpcurvesconfig.c * app/tools/gimpcurvestool.c * app/widgets/gimpcurveview.c: changed accordingly. svn path=/trunk/; revision=24995
-
Michael Natterer authored
2008-02-28 Michael Natterer <mitch@gimp.org> * cursors/Makefile.am * cursors/gimp-tool-cursors.xcf * cursors/tool-polygon-select.png * cursors/xbm/tool-polygon-select.xbm * cursors/xbm/tool-polygon-select-mask.xbm * app/widgets/widgets-enums.h * app/widgets/gimpcursor.c: new cursor for polygon select. * app/tools/gimppolygonselecttool.c: use it. svn path=/trunk/; revision=24994
-
Alexandre Prokoudine authored
2008-02-28 Alexandre Prokoudine <alexandre.prokoudine@gmail.com> * ru.po: Updated Russian translation. svn path=/trunk/; revision=24993
-
- 27 Feb, 2008 3 commits
-
-
Sven Neumann authored
2008-02-27 Sven Neumann <sven@gimp.org> * INSTALL * configure.in: depend on GEGL 0.0.16 or newer. svn path=/trunk/; revision=24992
-
Sven Neumann authored
2008-02-27 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-transform.c (gimp_drawable_transform_affine): pass the direction parameter down to gimp_drawable_transform_tiles_affine() instead of hardcoding it to GIMP_TRANSFORM_FORWARD. Fixes bug #518910. svn path=/trunk/; revision=24990
-
Sven Neumann authored
2008-02-27 Sven Neumann <sven@gimp.org> * app/gui/gui-vtable.c (gui_display_create): added a sanity check which might help to catch the problem reported in bug #518905. svn path=/trunk/; revision=24989
-
- 26 Feb, 2008 17 commits
-
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * app/Makefile.am (gimp_2_5_LDFLAGS): don't assume that global AM_LDFLAGS and per-target LD_FLAGS would sum up and explicitly add AM_LDFLAGS to gimp_2_5_LDFLAGS. svn path=/trunk/; revision=24987
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * plug-ins/print/print.h (struct PrintData): removed unused field. * plug-ins/print/print-page-layout.c: set a minimum size of 1/100 of the paper size. svn path=/trunk/; revision=24986
-
Michael Natterer authored
2008-02-26 Michael Natterer <mitch@gimp.org> * app/tools/gimppolygonselecttool.c: draw handles at the corners and use the MOVE cursor modifier when we are moving them. Fix draw tool pause/resume in button_press() plus some minor cleanup. svn path=/trunk/; revision=24985
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * plug-ins/print/print-page-layout.[ch] * plug-ins/print/print.c: pressing F1 on the "Image Settings" tab calls the GIMP help browser. svn path=/trunk/; revision=24984
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpchainbutton.c: use a private inner class directly derived from GtkWidget for drawing the lines. This saves us two input windows. svn path=/trunk/; revision=24983
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * plug-ins/print/print-preview.c: take the reading direction into account and do the right thing for RTL languages. svn path=/trunk/; revision=24982
-
Kevin Cozens authored
2008-02-26 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scripts/frosty-logo.scm: Commited slightly modified patch from LightningIsMyName. Fixes bug #472316. The appearance of the sparkle layer could be better. svn path=/trunk/; revision=24980
-
Michael Natterer authored
2008-02-26 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-transform.[ch] (gimp_display_shell_transform_points) * app/tools/gimpdrawtool.[ch] (gimp_draw_tool_draw_lines): take arrays of GimpVector2 instead of arrays of gdouble to represent the input points. * app/display/gimpdisplayshell-draw.c * app/tools/gimppolygonselecttool.c * app/tools/gimpfreeselecttool.c: don't cast the GimpVector2 arrays to double arrays when passing them to above functions. * app/tools/gimpiscissorstool.c: create a temporary GimpVector2 array instead of a temporary gdouble array. svn path=/trunk/; revision=24979
-
Michael Natterer authored
2008-02-26 Michael Natterer <mitch@gimp.org> * app/tools/gimppolygonselecttool.c: rename member num_points to n_points and various small cleanups all over the place. svn path=/trunk/; revision=24978
-
Sven Neumann authored
svn path=/trunk/; revision=24977
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * configure.in: use AM_PROG_CC_C_O to fix warning with automake 1.10. svn path=/trunk/; revision=24976
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * app/version.c (gimp_show_library_version): made the library version information easier to translate. svn path=/trunk/; revision=24975
-
Sven Neumann authored
svn path=/trunk/; revision=24974
-
Tor Lillqvist authored
2008-02-26 Tor Lillqvist <tml@novell.com> * app/version.c (gimp_show_library_versions): Show also GEGL versions (if available). svn path=/trunk/; revision=24973
-
Sven Neumann authored
svn path=/trunk/; revision=24972
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * plug-ins/print/print-preview.c: create a Cairo image surface from the data returned from gimp_drawable_get_thumbnail() instead of using an intermediate GdkPixbuf. This code should eventually end up in libgimpui. svn path=/trunk/; revision=24971
-
Sven Neumann authored
2008-02-26 Sven Neumann <sven@gimp.org> * docs/gimp.1.in: document the "--version --verbose" option. svn path=/trunk/; revision=24970
-