Commit Graph

50615 Commits

Author SHA1 Message Date
Sabri Ünal e425678bcf Update Turkish translation 2023-08-31 18:50:46 +00:00
Sabri Ünal e22ddb7806 Update Turkish translation 2023-08-31 18:48:39 +00:00
Sabri Ünal 5657feded8 Update Turkish translation 2023-08-31 18:44:03 +00:00
Jehan 459836ee09 Issue #9710: layers borders not properly refreshed.
This was a regression appeared with commit 1b3af8a89b. We still don't want to
flush the whole image, but if the selected layers change, we want to flush the
display shell.
2023-08-31 20:33:31 +02:00
Jehan 79fe90646f NEWS: update. 2023-08-30 17:25:01 +02:00
Alx Sa caff8dbb7b core: Fix crash when filling with Middle Gray color
Filling with Middle Gray requires getting the image format
for conversion from CIE Lab. This works when filling a layer,
but new images are not yet available in the context.
This adds the image to the context before gimp_drawable_fill ()
is called so it has access to the image format.
2023-08-28 22:42:31 +00:00
Martin 27f18ff872 Update Slovenian translation 2023-08-28 21:55:08 +00:00
Martin 9157211fa4 Update Slovenian translation 2023-08-28 21:53:03 +00:00
Yuri Chornoivan 4d1d8803c4 Update Ukrainian translation 2023-08-28 17:23:30 +00:00
Ekaterine Papava a04c3cd614 Update Georgian translation 2023-08-28 04:36:54 +00:00
Tim Sabsch bdf55cd9d4 Update German translation 2023-08-27 20:19:38 +00:00
Alx Sa 38495c7b2d Issue #9901: Add Adobe Swatch Exchange palette import 2023-08-27 16:51:02 +00:00
Piotr Drąg 081b8e65a4 Update Polish translation 2023-08-27 16:23:24 +02:00
Ekaterine Papava 21061bfa31 Update Georgian translation 2023-08-27 14:07:27 +00:00
Martin 63282d00b7 Update Slovenian translation 2023-08-27 05:41:45 +00:00
Martin 793ba32b5b Update Slovenian translation 2023-08-27 05:24:51 +00:00
bootchk ddbb34f357 Fix #9660 ScriptFu flaws for atoms of type character, UTF-8 encoded
For characters outside ASCII:

1. repr is wrong in REPL

2. sharp constant #\<codepoint> fails to evaluate

3. sharp constant hex #\x<hexdigits> accepts invalid UTF-8 codepoints

4. a call to error with such a character eats the output string

Also, changed the repr of ASCII control characters (was #\x7)
to their unicode repr (now a box glyph with hex)
2023-08-26 18:46:56 +00:00
Yuri Chornoivan 1fddc3b1c4 Update Ukrainian translation 2023-08-26 18:43:35 +00:00
Yuri Chornoivan 2be4b6bf3d Update Ukrainian translation 2023-08-26 18:24:35 +00:00
Boyuan Yang e28f6fa617 Update Chinese (China) translation 2023-08-26 18:17:49 +00:00
Sabri Ünal f869a79812 data: add gimpsaveprocedure.c to the POTFILES.in
A leftover from my previous commit: b7ab467cde
2023-08-26 16:26:30 +03:00
Ekaterine Papava 8897574758 Update Georgian translation 2023-08-26 03:47:03 +00:00
Ekaterine Papava d2ea72e371 Update Georgian translation 2023-08-26 03:41:35 +00:00
Danial Behzadi e83f150fa3 Update Persian translation 2023-08-25 23:02:32 +00:00
MohammadSaleh Kamyab 50ccf34f8c Update Persian translation 2023-08-25 22:49:46 +00:00
bootchk 2f360ddb34 ScriptFu: #9755 Add test framework and tests for TS and PDB
Test framework and tests in Scheme, and portable.

Work in progress.  Expect commits for more tests.

Testing framework is stable, more or less.

Add more tests

Add tests layer and layerMask.

test Item methods

More tests, selection

Test memory, vector in TS.

More tests char functions

sharp expr tests
2023-08-25 21:39:29 +00:00
Alx Sa dc50bf0601 menus: Rearrange Help menu
Moves "About Gimp" to end of menu to match common UX.
User Manual is also moved right after the Context Help option as
they are related items.
2023-08-25 21:13:03 +00:00
Sabri Ünal 05b808b095 plug-ins: Mark RAW export dialog related strings translatable
These strings are related to RAW export dialog which
some strings seem not marked as translatable.
2023-08-25 19:41:42 +00:00
Sabri Ünal 5725a3593e plug-ins: Mark PDF/PostScript export dialogs related strings translatable
These strings are related to PDF/PostScript export dialogs which
some strings seem not marked as translatable.
2023-08-25 19:41:42 +00:00
Sabri Ünal d4146aba5c plug-ins: Mark TIFF export dialog related strings translatable
These strings are related to TIFF export dialog which
some strings seem not marked as translatable.
2023-08-25 19:41:42 +00:00
Sabri Ünal b7ab467cde plug-ins: Mark JPEG export dialog related strings translatable
These strings are related to JPEG export dialog which
some strings seem not marked as translatable.
2023-08-25 19:41:42 +00:00
Yuri Chornoivan 69abfdbdcc Update Ukrainian translation 2023-08-25 11:52:13 +00:00
Alx Sa 0778b95847 plug-ins: Add support to load PSP ICC Profile data 2023-08-25 02:29:51 +00:00
Timo Jyrinki 05f54698f2 Update Finnish translation 2023-08-24 07:48:18 +00:00
Sabri Ünal b2979e0534 Update Turkish translation 2023-08-22 20:20:27 +00:00
Sabri Ünal c0ec541799 Update Turkish translation 2023-08-22 16:35:37 +00:00
Yuri Chornoivan 30c5e40461 Update Ukrainian translation 2023-08-21 19:59:29 +00:00
Jacob Boerema c9d73e4da7 devel-docs: fix failure to build gir docs
Generating the devel docs fails on Windows because it can't find
Babl-0.1.gir, which is only available for me in GIMP's prefix.

Adding that path with -add-include-path fixes the issue for me.
2023-08-21 16:14:53 +00:00
Idriss Fekir 92f133558a gimptextlayout.c: Fix behaviour of RTL text 2023-08-21 13:21:19 +00:00
Martin cd0524b383 Update Slovenian translation 2023-08-21 11:39:53 +00:00
Alx Sa 7a971ede15 scripts: Add Table of Contents to User Manual submenu
Resolves #1040.
Adds a [Table of Contents] link that directs users to
ID "gimp-main", the table of contents page.
2023-08-21 02:10:45 +00:00
bootchk 161644fdbc Delete obsolete scripts from 2.99
Moved to gimp-data-extras repo

    erase-rows fix #9885
    grid-system fix #8464
    select-to-brush fix #9878
    select-to-image
    select-to-pattern

Just deleted:

    script-fu-copy-visible fix #9868
2023-08-20 20:44:04 +00:00
bootchk 109f43750c Fix #9874 SF plugin script-fu-set-cmap.scm
New API for GByte to gimp-image-set-colormap
2023-08-20 20:44:04 +00:00
bootchk 7f3595285d Fix #9873 fix SF plugin ripply-anim.scm
Fix new multilayer API in call to to plug-in-tile
2023-08-20 20:44:04 +00:00
bootchk d934d6d497 Fix #9866 burn-in-anim.scm SF plugin
Fix API change to gimp-image-set-file.
2023-08-20 20:44:04 +00:00
bootchk 8c3d3a5247 Enhance #9532 elide "Script-Fu" from SF plugin dialog title 2023-08-20 20:44:04 +00:00
Daniel Novomeský 8f0e2fd5aa flatpak: remove libjxl
We will use libjxl provided via org.gnome.Sdk//master instead.
2023-08-18 19:39:29 +00:00
Alx Sa f67ba0d829 libgimpcolor: Remove warnings about uninitialized variables
While `length` is always assigned a value by gimp_color_profile_get_icc_profile (),
some compilers don't recognize this and warn about it being uninitialized.
This assigns six instance of `length` to 0 when declared to remove the warnings.
2023-08-18 10:54:06 +00:00
Alx Sa 0cfdd0a5df plug-ins: Fix crash in Map Palette
Per https://gitlab.gnome.org/GNOME/gimp/-/issues/9875#note_1817995,
the returned value of gimp_context_get_palette () shouldn't be freed in the
calling function.
2023-08-17 11:23:10 +00:00
Timo Jyrinki 491fc3120f Update Finnish translation 2023-08-17 07:58:21 +00:00