Commit graph

28793 commits

Author SHA1 Message Date
Francisco Vila
022cc99fe4 Updated Spanish translation 2011-01-20 20:45:08 +01:00
Francisco Vila
2d62fc65a9 Updated Spanish translation 2011-01-20 20:43:44 +01:00
Michael Natterer
d155be622d libgimpwidgets: fix ruler motion event tracking on offscreen overlays
Add a list of "track widgets" to GimpRuler and connect to their
motion-notify-event. Correctly translate the motion event's x/y to the
ruler's coordinate system when updating the marker.
2011-01-20 20:26:35 +01:00
Michael Natterer
e27b5f6da2 app: remove unused variable in gimp_channel_tree_view_constructed() 2011-01-20 20:26:35 +01:00
Michael Natterer
4186d0114f app: add comment to improve readability 2011-01-20 20:26:34 +01:00
Michael Natterer
550669962b 622863 - Input Devices list is not resizeable
Derive from GtkPaned instead of GtkBox, and change the handle size to
12px via gtkrc so spacing rules are followed.
2011-01-20 20:26:34 +01:00
Kevin Cozens
8a8e8c6fad Fixed OP_INTEGERP op-code to match version in Tinyscheme 1.40
I don't know how the original block of code got the way it was since it has
been a single line of code in TinyScheme since the second revision. This also
prevents the compile from breaking if the USE_MATH #define was ever set to 0.
2011-01-19 15:30:47 -05:00
Michael Natterer
eb04265ce3 app: gimp_brush_core_clamp_brush_scale() -> gimp_brush_clamp_scale() 2011-01-17 23:20:49 +01:00
Bartosz Kosiorek
403edb853f Updated Polish translation 2011-01-17 16:36:13 +01:00
Bartosz Kosiorek
d4c6a1a3b7 Updated Polish translation 2011-01-17 16:35:52 +01:00
Bartosz Kosiorek
368ba5459c Updated Polish translation 2011-01-17 16:35:12 +01:00
Bartosz Kosiorek
10cb47144a Updated Polish translation 2011-01-17 16:34:29 +01:00
Bartosz Kosiorek
9f71f7aff3 Updated Polish translation 2011-01-17 16:32:27 +01:00
Kevin Cozens
5c471ecea3 Fixed an out of place line in the comment block at the start of the file. 2011-01-16 23:09:24 -05:00
Kevin Cozens
f571ebf247 Fix for SourceForge bug #2826594 (allow reverse to work on empty list).
From SVN version 64 of official version of TinyScheme.

Also removed obsolete op code from opdefines.h table.
2011-01-16 16:26:57 -05:00
Kevin Cozens
73f9f652bc Added URL to document referenced in comment block at top of file. 2011-01-16 13:16:31 -05:00
Michael Natterer
202124c438 app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
Michael Natterer
0a1a2915d0 plug-ins: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
Øyvind Kolås
cad3778eea gegl-tool: remove render ops from blacklist
This allows fractal-explorer, checkerboard and the newly added grid op to
render.
2011-01-13 23:02:50 +00:00
Michael Natterer
503a9cebce app: implement GObject::constructed() instead of ::constructor() 2011-01-13 10:06:07 +01:00
Michael Natterer
c1b3575648 app: implement GObject::constructed() instead of ::constructor() 2011-01-12 23:06:03 +01:00
Michael Natterer
5e4eee4653 app: implement GObject::constructed() instead of ::constructor() 2011-01-12 22:53:58 +01:00
Michael Natterer
8d2d16ac25 libgimp*: implement GObject::constructed() instead of ::constructor() 2011-01-12 22:03:33 +01:00
Michael Natterer
229007106e app: don't pass the GtkStyle to gimp_curve_view_draw_grid()
Instead, set the cairo color in expose() before calling
draw_grid(). Also move a few lines of code around to make
the GTK3 port simpler.
2011-01-11 15:38:23 +01:00
Alexia Death
803df9b58a app: Make smooth paint core internal 2011-01-09 22:59:01 +02:00
Michael Natterer
292ac61056 Bug 638042 - Undo/Redo name for toggling "Disable Layer Mask" is incorrect
Apply modified patch from Andrew Church which says "Enable" or
"Disable" and not always "Apply" in the undo description.
2011-01-09 21:44:37 +01:00
Pedro Barreira
0f4bb64625 Updated Portuguese translation 2011-01-09 19:52:29 +00:00
Pedro Barreira
4073505aed Updated Portuguese translation 2011-01-09 18:35:03 +00:00
Michael Natterer
70574877d3 app: use GimpSpinScale for the new smoothing options
This drops the log scale, but the new widget will get a better
solution for this anyway. Also did some cleanup.
2011-01-09 00:21:10 +01:00
Michael Natterer
c29aefccc2 app: fix coding style in the new smoothing code 2011-01-08 22:18:56 +01:00
Michael Natterer
efd6c90572 plug-ins: remove calls to gtk_range_set_update_policy() where useless
either because we were setting the default value, or because there is
already a delay in the callback code like calling gimp_preview_update().
2011-01-08 21:58:22 +01:00
Michael Natterer
413dc0331d libgimpwidgets: don't call gtk_dialog_set_has_separator()
It's deprecated in GTK+ 2.22. Instead use g_object_set() and add a
comment as reminder to remove that too later.
2011-01-08 21:58:21 +01:00
Alexia Death
339deed1da app: Clean up smooth so it would be acceptable for master 2011-01-08 22:19:27 +02:00
Alexia Death
082aa272a4 app: G-Pen algorithm for GIMP trunk. Now smoothing function works for Ink and Brush tools.
Rebased/fixed to go on top of current master. Next commit will add cleanup.
Had to change author tag because gnome is not accepting random stuff
in email fields. Original author is tarai, from gimp painter project
in sourceforge.
2011-01-08 22:17:26 +02:00
Michael Natterer
73b5e1d8a6 libgimpwidgets: remove commented-out code 2011-01-07 19:38:34 +01:00
Michael Natterer
4aa36044f7 app: no need to set GTK_UPDATE_DELAYED on the levels scale
because we idle preview anyway in GimpImageMap.
2011-01-07 19:33:45 +01:00
Michael Natterer
6d6ec38085 app: no need to set a GtkRange's update-policy to CONTINUOUS
because it's the default.
2011-01-07 17:18:48 +01:00
Michael Natterer
0f0da4c712 app: various gradient editor changes and fixes
- return TRUE from event handlers if we handled the event
- remove the "instant update" toggle and feature
- move the color area left of the labels now that the toggle is gone
2011-01-07 15:09:17 +01:00
Michael Natterer
60ebedb319 libgimpwidgets: no need to set a GtkRange's update-policy to CONTINUOUS
because it's the default.
2011-01-07 15:06:56 +01:00
Alan Monfort
c294c5f12c Updated breton translation 2011-01-06 18:16:31 +01:00
Joe Hansen
527f282cf2 Updated Danish translation 2011-01-02 10:34:32 +01:00
Tryneeds-Chinese
386695fdf4 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-01-01 19:47:51 +08:00
Alexandre Prokoudine
fcf644e26f Updated Russian translation 2010-12-31 23:50:28 +03:00
神州散人
430a6db6fb Update Chinese (China) translation. 2010-12-30 16:19:26 +00:00
mike2718
68be37aefa Update Chinese (China) translation. 2010-12-30 16:16:04 +00:00
Wouter Bolsterlee
97541579e8 Typo fix in Dutch translation 2010-12-30 02:53:04 +01:00
Petr Kovar
1d35d90698 Update Czech translation by Miroslav Sulc
Reviewed by Petr Kovar.
2010-12-27 21:57:27 +01:00
Marco Ciampa
b7399f827d Updated italian translation. 2010-12-20 22:46:51 +01:00
Michael Natterer
5caee48645 app: run all input axes through gimp_device_info_map_axis()
and let that function alone worry about whether there actually is a
curve for that axis.
2010-12-20 20:00:47 +01:00
Mattias Põldaru
bfbe938fa3 [l10n] Updated Estonian translation 2010-12-20 15:32:05 +02:00