Commit Graph

27351 Commits

Author SHA1 Message Date
Martin Srebotnjak d5303ffcd5 Updated Slovenian translation 2010-04-03 07:50:47 +02:00
Maxim V. Dziumanenko 35968682c3 Updated Ukrainian translation 2010-04-03 02:50:29 +03:00
Maxim V. Dziumanenko fa4440d722 Updated Ukrainian translation 2010-04-02 17:58:00 +03:00
Michael Natterer e856ca9552 app: handle kerning tags in the same way as baseline, size and font 2010-04-02 15:19:27 +02:00
Aurimas Juška 381088b4b8 app: Bug 614604 - Crash when selecting a gradient from tool dialog
Actually disable multiple selection in all views by default. (It is
enabled explicitly where needed).
2010-04-02 00:29:43 +03:00
Michael Natterer 93645e9083 app: cosmetic cleanup 2010-04-01 22:29:08 +02:00
Michael Natterer 04b01c3a25 plug-ins: actually return FALSE if mount_enclosing_volume() fails 2010-04-01 21:15:19 +02:00
Michael Natterer 74d44ee2df plug-ins: need to initialize "mapped" booleans to FALSE 2010-04-01 21:06:09 +02:00
Michael Natterer 4da60dd1b3 app: add context->dynamics_name to the context's memsize 2010-04-01 20:46:31 +02:00
Miloš Popović a21b832bab Updated Serbian translations 2010-04-01 16:41:09 +02:00
Michael Natterer 2e1e5393fe app: make sure the baseline spinbutton always shows the right value 2010-03-31 19:13:46 +02:00
Inaki Larranaga Murgoitio ba9b0c12c7 Updated Basque language 2010-03-29 17:56:35 +02:00
Alexandre Prokoudine 587f3ab362 Fixed translation error 2010-03-29 00:07:36 +04:00
Michael Natterer b4e86aa6ec app: make sure the "size" spinbutton shows the size used for inserting text 2010-03-28 21:52:10 +02:00
Michael Natterer 91cce1c81b app: add size control for text spans, does not work as expected yet 2010-03-28 21:38:31 +02:00
Michael Natterer e22e881a9c app: more optional debug output (in #ifdef VERBOSE) 2010-03-28 20:46:23 +02:00
Sven Neumann b55591ca04 Bug 614153 - Importing PDF files with long titles
Ellipsize the title label.
2010-03-28 12:34:38 +02:00
vasudeven a9eeea8d0e Added Tamil translation 2010-03-21 17:46:07 +05:30
vasudeven d2150511e5 Added Tamil translation 2010-03-21 17:42:45 +05:30
vasudeven 82ceb74390 Added Tamil translation 2010-03-21 17:22:00 +05:30
Michael Natterer 900a99ecb3 app: add binding signals for changing the text size (still unused) 2010-03-20 23:18:14 +01:00
Michael Natterer 28891670e8 app: implement deleting of devices (unplugged devices' settings only) 2010-03-20 22:56:56 +01:00
Michael Natterer d66b6134a0 app: micro cleanups 2010-03-20 22:25:58 +01:00
Alexandre Prokoudine 6a79d9c3e7 Updated Russian translation against Martin's changes 2010-03-21 00:14:37 +03:00
Martin Nordholts 122feb0dd5 app: Capitalize Windows-menu items
All menu items are capitalized, 'Single-window mode' and 'Hide docks'
shall also be capitalized.
2010-03-20 18:06:29 +01:00
Alexia Death 8fb92ae67a app: Make direction behave a bit more sanely and predictably 2010-03-20 12:26:51 +02:00
Alexia Death 69e28668a1 app: Tune redraw limit to sane bounds 2010-03-19 23:25:22 +02:00
Michael Natterer 08193e8b56 Limit the draw tool's redraw framerate to about 29 FPS using a timeout 2010-03-19 21:08:41 +01:00
Alexia Death 054bd341bd app: fix incomplete revert 2010-03-19 21:21:01 +02:00
Alexia Death 1e8ec625df Revert "app: Fix the code that disables outline to be a bit neater"
This reverts commit 58d82dcadc.
2010-03-19 21:21:01 +02:00
Alexia Death 656eb53aad Revert "app: Do not show brush outline when painting"
This reverts commit 031dc8e68a.
2010-03-19 21:21:01 +02:00
Michael Natterer 021a49ce73 Add tile_manager_duplicate() which does quick tile-by-tile COW copy
and use it instead of duplicating the same code twice less efficiently.
2010-03-19 19:18:18 +01:00
Michael Natterer de583d4c28 Make gimp_buffer_new() ref the passed tiles
and clean up gimp-edit.c a bit as a result.
2010-03-19 19:18:18 +01:00
NISHIBORI Kiyotaka d00a2c2e58 Updated Japanese translation (libgimp) 2010-03-20 00:12:19 +09:00
Michael Natterer f9e68fe0ee Fix undo when going back from a modified text layer to an editable one
My earlier change to using gimp_drawable_push_undo() here was a very
bad idea. Go back to using gimp_image_undo_push_drawable_mod(), but
make use of its new tile-copying feature so the problem that made me
do the earlier change is fixed too. See comments in the changed code.
2010-03-18 10:32:52 +01:00
Michael Natterer 8688037a58 Optionally make a copy of the drawable's tiles in GimpDrawableModUndo
instead of simply reffing drawable->tiles. Add boolean property "copy-tiles"
and a boolean parameter to gimp_image_undo_push_drawable_mod() to control
the new feature. However, pass FALSE in gimp_drawable_real_set_tiles() (which
currently is the undo's only user)
2010-03-18 10:25:18 +01:00
Alexandre Prokoudine 2f22dc8c24 More updates to Russian transaltion 2010-03-18 06:09:45 +03:00
Øyvind Kolås 63824d7153 app: use a blacklist instead of whitelist for gegl op categories
The set of core GEGL ops that GIMP does not want to see falls into a
well defined set of categories. Blacklisting allows freedom in choosing
new and better categorisation for GEGL ops.
2010-03-17 23:48:18 +00:00
Russell Kyaw 2fe6b205f2 Updated Burmese translation for GIMP 2010-03-18 01:17:30 +02:00
Øyvind Kolås e30cdddeb0 app: include gegl-plugin.h in gimpdrawable.c
GimpDrawable uses gegl_operation_invalidate () which is part of the
plug-in/operation API, not the core GEGL API.
2010-03-17 22:26:40 +00:00
Alexia Death 477b2e1a0f app: fix outline offseting at rotation 2010-03-17 20:12:12 +02:00
Alexia Death 3607a73744 app: Make sure outline and brush transform use the same kind of matrix 2010-03-17 19:49:21 +02:00
Ulf-D. Ehlert 54d0f5ef9a po: Minor fixes to German translations 2010-03-17 18:15:24 +01:00
Alexandre Prokoudine fd4f86934d Slightly updated Russian translation 2010-03-17 20:05:45 +03:00
Christian.Kirbach d282bc3b42 Updated German translation 2010-03-17 10:27:41 +01:00
Alexia Death 58d82dcadc app: Fix the code that disables outline to be a bit neater 2010-03-17 00:36:19 +02:00
Alexia Death 031dc8e68a app: Do not show brush outline when painting
It takes resourses and jsut gets in the way of seeing the real brush
2010-03-16 23:48:56 +02:00
Alexia Death bd2f852ac1 app: make off-canvas changes have effect on brush outline 2010-03-16 21:53:34 +02:00
Alexia Death 178af8a8f1 app: Add dummy pressure prop for airbrush presets backwards compadibility 2010-03-16 21:53:34 +02:00
Inaki Larranaga Murgoitio 0b9f9e86b1 Updated Basque language 2010-03-16 17:54:59 +01:00