Emmanouil Papadeas
48d30db10e
New translations translations.pot (Vietnamese)
2024-12-05 04:12:20 +02:00
Emmanouil Papadeas
0265fc1af1
New translations translations.pot (Chinese Traditional)
2024-12-05 04:12:19 +02:00
Emmanouil Papadeas
d98f6cbec4
New translations translations.pot (Ukrainian)
2024-12-05 04:12:18 +02:00
Emmanouil Papadeas
b02c66d853
New translations translations.pot (Turkish)
2024-12-05 04:12:16 +02:00
Emmanouil Papadeas
c3951af990
New translations translations.pot (Swedish)
2024-12-05 04:12:15 +02:00
Emmanouil Papadeas
14cbab9164
New translations translations.pot (Serbian (Cyrillic))
2024-12-05 04:12:14 +02:00
Emmanouil Papadeas
ca062ec3b8
New translations translations.pot (Albanian)
2024-12-05 04:12:12 +02:00
Emmanouil Papadeas
e7fe137eb1
New translations translations.pot (Slovenian)
2024-12-05 04:12:11 +02:00
Emmanouil Papadeas
fa50d7afe2
New translations translations.pot (Slovak)
2024-12-05 04:12:10 +02:00
Emmanouil Papadeas
f03358b443
New translations translations.pot (Russian)
2024-12-05 04:12:08 +02:00
Emmanouil Papadeas
d94a797fa9
New translations translations.pot (Portuguese)
2024-12-05 04:12:07 +02:00
Emmanouil Papadeas
7f85d33da5
New translations translations.pot (Dutch)
2024-12-05 04:12:05 +02:00
Emmanouil Papadeas
8d6a0fcf99
New translations translations.pot (Macedonian)
2024-12-05 04:12:04 +02:00
Emmanouil Papadeas
30967c3b0d
New translations translations.pot (Lithuanian)
2024-12-05 04:12:03 +02:00
Emmanouil Papadeas
1e80bceb41
New translations translations.pot (Korean)
2024-12-05 04:12:01 +02:00
Emmanouil Papadeas
8c855b64ed
New translations translations.pot (Japanese)
2024-12-05 04:12:00 +02:00
Emmanouil Papadeas
3507aeecb5
New translations translations.pot (Hungarian)
2024-12-05 04:11:59 +02:00
Emmanouil Papadeas
66078899aa
New translations translations.pot (Hebrew)
2024-12-05 04:11:57 +02:00
Emmanouil Papadeas
1b9453d255
New translations translations.pot (Irish)
2024-12-05 04:11:56 +02:00
Emmanouil Papadeas
019afc0528
New translations translations.pot (Finnish)
2024-12-05 04:11:55 +02:00
Emmanouil Papadeas
fd88f4dae8
New translations translations.pot (German)
2024-12-05 04:11:54 +02:00
Emmanouil Papadeas
c671904099
New translations translations.pot (Danish)
2024-12-05 04:11:52 +02:00
Emmanouil Papadeas
44d80fffbe
New translations translations.pot (Czech)
2024-12-05 04:11:51 +02:00
Emmanouil Papadeas
ada3ea11c9
New translations translations.pot (Catalan)
2024-12-05 04:11:50 +02:00
Emmanouil Papadeas
336255e23c
New translations translations.pot (Bulgarian)
2024-12-05 04:11:49 +02:00
Emmanouil Papadeas
9d6f77e600
New translations translations.pot (Belarusian)
2024-12-05 04:11:47 +02:00
Emmanouil Papadeas
4f838b8cfa
New translations translations.pot (Arabic)
2024-12-05 04:11:46 +02:00
Emmanouil Papadeas
dc1709eeca
New translations translations.pot (Afrikaans)
2024-12-05 04:11:45 +02:00
Emmanouil Papadeas
4e271311e9
New translations translations.pot (French)
2024-12-05 04:11:43 +02:00
Emmanouil Papadeas
589c80c07d
New translations translations.pot (Chinese Simplified)
2024-12-05 04:11:42 +02:00
Emmanouil Papadeas
0755c72698
New translations translations.pot (Polish)
2024-12-05 04:11:41 +02:00
Emmanouil Papadeas
72aeafbe02
New translations translations.pot (Italian)
2024-12-05 04:11:40 +02:00
Emmanouil Papadeas
3b5d3a49e1
New translations translations.pot (Greek)
2024-12-05 04:11:39 +02:00
Emmanouil Papadeas
0e49cdfcf6
New translations translations.pot (Spanish)
2024-12-05 04:11:35 +02:00
Emmanouil Papadeas
64cc58b2e8
New translations translations.pot (Romanian)
2024-12-05 04:11:33 +02:00
Emmanouil Papadeas
f91bb18fb2
Implement tilemap layers ( #1146 )
2024-12-05 03:57:44 +02:00
Emmanouil Papadeas
b48bb4a094
Fix moving selections with arrow keys moving two pixels instead of one
2024-12-04 01:19:45 +02:00
Variable
ff5713ae91
When picking color, ensure that the correct index is selected in palette ( #1144 )
...
* When picking color, ensure that the correct index is selected
* if drawing over same color in index mode, check and update index as well
* revert an optimization (croping indices image before display)
* typo
2024-12-02 19:44:52 +02:00
Spencer Beckwith
55f83a3367
Extract export path from output CLI option ( #1145 )
2024-12-01 16:47:16 +02:00
Emmanouil Papadeas
c72a1f4b90
Enable always on top for the child dialogs of the export dialog
2024-11-30 22:23:09 +02:00
Emmanouil Papadeas
d9a56146fc
New translations translations.pot (Greek)
2024-11-29 21:14:19 +02:00
Emmanouil Papadeas
be8b7728e4
[skip ci] Fix typo in ImageExtended docstrings
2024-11-29 20:19:19 +02:00
Variable
31981a1def
Added a way to see index of color (plus bugfixes) ( #1143 )
...
* add a way to see indices
* fix some things
* Fixed more than one swatch selected if there is the same color available in an earlier swatch
* fixed wrong index drawn when moved to an smpty swatch
* make active_button public
* fixed wrong color getting stored in array (similar fix to #1108.)
* If the color selected in the palette is the same then it should take prioity.
* formatting
* hide 0 index
2024-11-29 19:10:02 +02:00
Variable
7f4c7a6bf1
Grid patch ( #1142 )
...
* fix second grid not *shown* removed when first grid has default values.
* Make next added grid twice the previous size, and with a different color
* Formatting
2024-11-28 22:02:13 +02:00
HuanWuCode
41ea287df4
Update Import.gd ( #1121 )
2024-11-27 17:01:00 +02:00
Emmanouil Papadeas
a3e372c5d8
[skip ci] Update CHANGELOG.md
2024-11-26 14:01:45 +02:00
Variable
6224d06428
Allow multiple Grids ( #1122 )
...
* Allow upto 10 grids
* Fixed more stuff
* fixed a bug
* formatting
* removed some left over stuff
* linting
* formatting and a bugfix
2024-11-25 15:57:13 +02:00
Vovkiv
6459151549
[skip ci] [linux] Enhancements for desktop file. ( #1140 )
...
Co-authored-by: volkov <volkovissocool@gmail.com>
2024-11-24 14:38:55 +02:00
Variable
fe6efb0f1d
fixed recorder label not updating when project is changed ( #1139 )
2024-11-24 14:37:02 +02:00
Emmanouil Papadeas
62f58ec46b
New translations translations.pot (Chinese Simplified)
2024-11-24 11:24:58 +02:00