Commit Graph

30712 Commits

Author SHA1 Message Date
Muhammet Kara 7137a4d56d [l10n]Updated Turkish translation 2012-01-10 15:48:19 +02:00
Alexia Death 72fb271e00 app: Bug 667241 - Unable to paint after switching away from paint tool using fade tapering
Make sure we up the pixel count when we bail in interpolate on 0-sized brush.
2012-01-09 23:31:33 +02:00
Michael Natterer 899c35e4df plug-ins: fix coding style in the last commit 2012-01-09 20:49:45 +01:00
Ulf-D. Ehlert fd66a38dd6 Bug 653907 - Help-browser fails to sort top-level items
Sort help-browser items by a new attribute "sort", if available (to be
provided by the "gimp-help.xml" file).
2012-01-09 20:04:28 +01:00
Carles Ferrando 3e5c0c6a74 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:45 +01:00
Carles Ferrando f7c4567054 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:34 +01:00
Carles Ferrando 264858aa4b [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:27 +01:00
Carles Ferrando 2d7d6e64b6 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:02 +01:00
Carles Ferrando cca3ecc33d [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:50 +01:00
Carles Ferrando 76be894dc8 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:30 +01:00
Carles Ferrando f782e5010e [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:00 +01:00
Marco Ciampa e43d76077c Updated italian translation. 2012-01-09 00:07:54 +01:00
Martin Srebotnjak d0878ca6e7 Updated Slovenian translation 2012-01-08 21:53:38 +01:00
Martin Srebotnjak 508978450d Updated Slovenian translation 2012-01-08 21:51:30 +01:00
Muhammet Kara bb797762d1 [l10n]Updated Turkish translation 2012-01-08 19:55:45 +02:00
Mukund Sivaraman 126acfc7de build: Drop atk required version to 2.0.1
Building apparently works with this version too.
2012-01-08 22:14:15 +05:30
Muhammet Kara 3804f518ac [l10n]Updated Turkish translation 2012-01-08 18:02:50 +02:00
Mukund Sivaraman d2d5a3db62 build: Check for atk >= 2.2.0 (bug #667127) 2012-01-08 20:16:45 +05:30
Marek Černocký 04ac72d46f Updated Czech translation 2012-01-08 14:48:42 +01:00
Marek Černocký 4b0a256819 Updated Czech translation 2012-01-08 13:50:31 +01:00
Ihar Hrachyshka 791b449df2 Updated Belarusian translation. 2012-01-08 15:22:56 +03:00
Alexia Death 63c0db45ae app: For generated brushes scale is applied to radius, so divide by 2 2012-01-08 13:45:09 +02:00
Aurimas Černius e89b9ff72a Updated Lithuanian translation 2012-01-08 00:25:43 +02:00
Piotr Drąg 9668bbb3c9 Updated Polish translation 2012-01-07 23:07:07 +01:00
Michael Natterer c34239c0bb Bug 667367 - Bad widget hint
Remove the tooltip of GimpTransformOptions:constrain from the param
spec and add it manually, so it is different for rotate and scale.
2012-01-07 22:18:22 +01:00
Michael Natterer 92e86baa2d Bug 667427 - Bad ink shape hint
Add translatable descriptions to enum GimpInkBlobType so they appear
as tooltips instead of "GIMP_INK_BLOB_TYPE_FOO".
2012-01-07 22:09:18 +01:00
Aurimas Černius f96707dae4 Updated Lithuanian translation 2012-01-07 01:39:47 +02:00
Marek Černocký b0dc61cd26 Updated Czech translation 2012-01-06 22:17:10 +01:00
Marek Černocký 58abe5a244 Updated Czech translation 2012-01-06 19:55:48 +01:00
Miroslav Šulc 5f7b4a3bac Updated Czech translation 2012-01-06 19:38:21 +01:00
Marek Černocký 93c2d30f65 Updated Czech translation 2012-01-06 19:36:36 +01:00
Marco Ciampa 404c471c2f Updated italian translation. 2012-01-05 17:02:37 +01:00
Alexia Death c2d26d7e03 app: Keep canvas in place when image tabs show/hide 2012-01-04 22:09:07 +02:00
Praveen Illa 013de7a4f7 Added Telugu Translation 2012-01-04 00:26:16 +05:30
Praveen Illa 6feb956daa Added Telugu Translation 2012-01-04 00:25:45 +05:30
Alexia Death ff25a34b2f Tool preset icons from Przemyslaw "n-pigeon" Golab 2012-01-03 19:53:02 +02:00
Hleb Valoshka bd245dd0dd Updated Belarusian translation. 2012-01-02 16:59:26 +03:00
Aurimas Černius 6c84bc0638 Updated Lithuanian translation for tags 2012-01-01 23:36:36 +02:00
Aurimas Černius c951a799f9 Updated Lithuanian translation for tips 2012-01-01 23:35:55 +02:00
Mustafa AYDIN 47e0ddeefa [l10n]Updated Turkish translation 2011-12-31 20:29:09 +02:00
Barak Itkin d2076552db Fix the bugs in the conversion from drawables to cairo surfaces.
Most of the code was taken from the print plugin, and it includes iterating
over pixel regions (instead of fetching them at once), correct support for RGBA
(which was buggy previously), etc.
This commit removes the usage of A8 cairo surfaces for GRAY layers, simply
because it seems not to work. This should be investigated and fixed in order
to optimize the file size (by saving gray images as gray).
Also should be checked is why we treat the cairo bpp as 4 when calculating the
pixel locations in RGB cairo buffers. The print plug-in does this and it works,
and when I tried 3 it didn't work. May be because of word alignment...
2011-12-31 03:34:23 +02:00
Barak Itkin f17b3e9cd7 Remove the Multi-Page PDF export from File->Create
It should be restored later when a more suitable place would be found and
when the user interface will be more friendly
2011-12-31 01:14:38 +02:00
Barak Itkin d78b38022d Remove the defaults procedured from the PDF export plug-in
This commit refactors the way the arguments are being processed into a much
cleaner code. It also makes the main save procedure the default save handler
instead of the removed defaults procedure - this means the order of its
arguments was changed accordingly.
2011-12-31 01:09:29 +02:00
Martin Srebotnjak 36549229ea Updated Slovenian translation 2011-12-30 16:02:27 +01:00
Mario Blättermann b9b4459dc0 [l10n] Updated German translation 2011-12-29 22:44:48 +01:00
Mario Blättermann c2049634a0 [l10n] Updated German translation 2011-12-29 22:39:10 +01:00
Mario Blättermann bc8c15a80a [l10n] Updated German translation 2011-12-29 22:30:55 +01:00
Mario Blättermann 60a9a6443a [l10n] Updated German translation 2011-12-29 22:30:04 +01:00
Kolbjørn Stuestøl d06707a31b Updated Norwegian Nynorsk translation 2011-12-29 19:33:04 +01:00
Piotr Drąg 5b1bc245af Updated Polish translation 2011-12-29 18:43:10 +01:00