Commit Graph

30717 Commits

Author SHA1 Message Date
f80892bf50 file-compressor: Use compression libraries instead of programs
This commit will temporarily cause the build to break, because
file-compressor doesn't link -lz and -lbz2 after this commit. I'll fix
it soon, but if any of you want to kill me for breaking the build, feel
free to revert it. The commit will stay and can be used later.

This change was made so that file-compressor isn't crappy on Windows. It
also removes win32-specific code.
2012-01-11 19:29:32 +05:30
4ac7bcc624 app: Add 'create_containers' to gimp_dialog_factory_dialog_new_internal()
Because to fix bug 664885 we will want to pass context = NULL while
still not having any containers created for us.
2012-01-10 21:13:08 +01:00
40d98b79cb app: A '|' in identifiers is not a special case 2012-01-10 20:51:08 +01:00
6335190ff7 app/tests: The single-window-mode setting is in the sessionrc now
We don't need to have a special gimprc because of it.
2012-01-10 19:47:52 +01:00
64d2dc122a app: Add and use gimp_dialog_factory_find_widget() 2012-01-10 19:47:52 +01:00
7137a4d56d [l10n]Updated Turkish translation 2012-01-10 15:48:19 +02:00
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
899c35e4df plug-ins: fix coding style in the last commit 2012-01-09 20:49:45 +01:00
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
3e5c0c6a74 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:45 +01:00
f7c4567054 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:34 +01:00
264858aa4b [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:27 +01:00
2d7d6e64b6 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:02 +01:00
cca3ecc33d [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:50 +01:00
76be894dc8 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:30 +01:00
f782e5010e [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:47:00 +01:00
e43d76077c Updated italian translation. 2012-01-09 00:07:54 +01:00
d0878ca6e7 Updated Slovenian translation 2012-01-08 21:53:38 +01:00
508978450d Updated Slovenian translation 2012-01-08 21:51:30 +01:00
bb797762d1 [l10n]Updated Turkish translation 2012-01-08 19:55:45 +02:00
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
3804f518ac [l10n]Updated Turkish translation 2012-01-08 18:02:50 +02:00
d2d5a3db62 build: Check for atk >= 2.2.0 (bug #667127) 2012-01-08 20:16:45 +05:30
04ac72d46f Updated Czech translation 2012-01-08 14:48:42 +01:00
4b0a256819 Updated Czech translation 2012-01-08 13:50:31 +01:00
791b449df2 Updated Belarusian translation. 2012-01-08 15:22:56 +03:00
63c0db45ae app: For generated brushes scale is applied to radius, so divide by 2 2012-01-08 13:45:09 +02:00
e89b9ff72a Updated Lithuanian translation 2012-01-08 00:25:43 +02:00
9668bbb3c9 Updated Polish translation 2012-01-07 23:07:07 +01:00
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
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
f96707dae4 Updated Lithuanian translation 2012-01-07 01:39:47 +02:00
b0dc61cd26 Updated Czech translation 2012-01-06 22:17:10 +01:00
58abe5a244 Updated Czech translation 2012-01-06 19:55:48 +01:00
5f7b4a3bac Updated Czech translation 2012-01-06 19:38:21 +01:00
93c2d30f65 Updated Czech translation 2012-01-06 19:36:36 +01:00
404c471c2f Updated italian translation. 2012-01-05 17:02:37 +01:00
c2d26d7e03 app: Keep canvas in place when image tabs show/hide 2012-01-04 22:09:07 +02:00
013de7a4f7 Added Telugu Translation 2012-01-04 00:26:16 +05:30
6feb956daa Added Telugu Translation 2012-01-04 00:25:45 +05:30
ff25a34b2f Tool preset icons from Przemyslaw "n-pigeon" Golab 2012-01-03 19:53:02 +02:00
bd245dd0dd Updated Belarusian translation. 2012-01-02 16:59:26 +03:00
6c84bc0638 Updated Lithuanian translation for tags 2012-01-01 23:36:36 +02:00
c951a799f9 Updated Lithuanian translation for tips 2012-01-01 23:35:55 +02:00
47e0ddeefa [l10n]Updated Turkish translation 2011-12-31 20:29:09 +02:00
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
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
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
36549229ea Updated Slovenian translation 2011-12-30 16:02:27 +01:00
b9b4459dc0 [l10n] Updated German translation 2011-12-29 22:44:48 +01:00