Commit Graph

44875 Commits

Author SHA1 Message Date
25841a209c Update Swedish translation 2022-03-15 19:43:30 +00:00
67953cf49e Update Chinese (China) translation 2022-03-15 18:51:10 +00:00
905ce5c7db Update Swedish translation 2022-03-15 15:47:17 +00:00
d6b1243f39 Add Galician translation 2022-03-12 21:01:12 +00:00
f9b9da63d4 Update Hungarian translation 2022-03-10 00:30:05 +00:00
a7e933e837 Update Hungarian translation 2022-03-10 00:07:45 +00:00
713c7bf6b1 Update Russian translation 2022-03-09 21:05:02 +00:00
af8c44b015 NEWS: update. 2022-03-09 19:13:30 +01:00
ad38193b08 Issue #2509: Adding support for 'locl' in Text Tool
(cherry picked from commit b48286009e)
2022-03-09 18:55:35 +01:00
082af52522 Update Croatian translation 2022-03-03 21:08:49 +00:00
59e46f4d5b Update Russian translation 2022-02-25 18:40:36 +00:00
d8ac0eb878 configure, app: depend on GEGL-0.4.36 2022-02-21 23:39:35 +01:00
e4c1d8cd09 Update Russian translation 2022-02-21 20:39:24 +00:00
52533860cb Update Catalan translation 2022-02-19 20:45:17 +01:00
3036fd9d2d Update Catalan translation 2022-02-19 20:43:02 +01:00
1160f6fc8f Update Swedish translation 2022-02-18 20:45:51 +00:00
8bfcaaa504 Update Swedish translation 2022-02-16 01:10:20 +00:00
566ae757ed themes: issue #7303 Add on-hover indicator around...
eye and link toggles in Layer/Channel/Path Dialog tree-views.

Resolves: #7303
2022-02-13 20:14:34 +06:00
1ce7888630 (Backport) Issue #491: Script-fu support for all BMP save features 2022-02-12 11:45:16 +00:00
78f6812518 Update Swedish translation 2022-02-10 21:24:47 +00:00
d6355d667c Add parameter run_mode_param to register function
Fixed thumbnail loading procedure of OpenRaster plugin.
2022-02-10 20:05:25 +00:00
5b131de5b2 Update German translation 2022-02-09 18:37:53 +00:00
375da9f389 Update Chinese (China) translation 2022-02-09 18:34:26 +00:00
44a594bde7 Fix 7801
Fix provided by @dnovomesky
2022-02-07 17:31:23 +00:00
566af91d53 Update Chinese (China) translation 2022-02-03 03:47:45 +00:00
8229194abf Issue #4107: Removing titlebar/borders from Windows Splash Screen (Backport) 2022-02-01 16:22:49 +00:00
61282527fa Update Chinese (China) translation 2022-01-31 23:30:15 +00:00
2c2a901301 Issue #6683: Set turbulence max-value to 7 per GEGL specs 2022-01-30 21:02:56 +00:00
168a6db665 libgimp: fix previous commit, now hopefully correctly sorted 2022-01-30 15:13:55 -05:00
45791001b3 libgimp: add missing gimp_plug_in_error_quark to gimp.def 2022-01-30 14:29:13 -05:00
ea19156490 Updated Danish translation of gimp-windows-installer 2022-01-30 12:35:07 +01:00
0ccd9fc147 Updated Danish translation of gimp-python 2022-01-30 12:35:05 +01:00
4cfb0c1f11 Updated Danish translation of gimp-plug-ins 2022-01-30 12:35:02 +01:00
7b9c4b518c Updated Danish translation of gimp-libgimp 2022-01-30 12:35:00 +01:00
755b7df744 Updated Danish translation 2022-01-30 12:34:57 +01:00
0035486e37 Update Spanish translation 2022-01-27 10:18:11 +00:00
5ed65d2c4e Update Spanish translation 2022-01-27 10:07:23 +00:00
5833c456e2 Update Slovenian translation 2022-01-24 19:59:48 +00:00
ca7e1a2c37 Update Polish translation 2022-01-23 12:33:46 +01:00
0e4908e199 Update Swedish translation 2022-01-21 20:25:12 +00:00
814a0a82d8 Update Portuguese translation 2022-01-19 16:18:38 +00:00
cba95c1e24 NEWS: update. 2022-01-19 15:57:48 +01:00
b2b2a741d2 build: no need to chmod the test file which is already executable.
Also when working on out-of-tree builds, it would not find the file
anyway and we get this output:

> chmod: cannot access 'test-installer-langs.sh': No such file or directory

Though this was not breaking the tests, it has clearly been useless
until we see this one today.

(cherry picked from commit 201cbe7e3e)
2022-01-19 15:42:20 +01:00
d3950ab0c9 plug-ins: fix backported DICOM patch.
Commit b44e7daf4c was closing a non-existing `dicom` variable. It was
named `DICOM` in the gimp-2-10 branch.
2022-01-19 14:55:57 +01:00
ab582b0e56 libgimp: new gimp_plug_in_error_quark() / GIMP_PLUG_IN_ERROR.
We heavily rely on GError in libgimp to retrieve plug-in error messages.
In a lot of our code, we just use domain=0 for g_set_error*() functions
and alike, but this is actually forbidden and results in GLib warnings.

Some plug-ins instead create their own domain, other use G_FILE_ERROR
nearly everywhere, even in some cases where the choice is really
questionable. Since anyway this is mostly useful for passing the error
message through, it is much nicer to provide a generic domain
GIMP_PLUG_IN_ERROR, which can be used by all plug-ins when they don't
want to bother with the error domain.

Note: basically a copy-paste from commit 3f9c736592 which could not be
cherry-picked as surrounding code is completely different.
2022-01-19 14:52:06 +01:00
d0690f3c40 Issue #4009: enables option to capture cursor in screenshot (Windows)
(cherry picked from commit 94c7f80282)
2022-01-19 14:18:27 +01:00
ab0ddf1e0a Update Ukrainian translation 2022-01-19 11:11:52 +00:00
a8ccd5801f plug-ins: incorrect label in file-raw export dialog
In issue #7528 the wrong export dialog label "RGB Save Type" caused
confusion.
Let's change it to "Palette Type", the same as it is in our master branch.
2022-01-18 18:18:17 -05:00
ac1cd9147c Update Ukrainian translation 2022-01-18 22:53:44 +00:00
b44e7daf4c plug-ins: fix #7524 DICOM File is broken
This is the same issue as with IM000001.dcm mentioned in issue #313.

There are two problems: incorrect endian conversion for 16 bits per pixel,
and not handling photometric interpretation "MONOCHROME1", which means
minimum value is white instead of black.

The endian conversion was fixed as suggested in issue #313.
For "MONOCHROME1" we added a variable bw_inverted and we invert the pixel
value if that variable is true.

(cherry picked from commit e51ca66ee5)
2022-01-18 16:32:15 -05:00