1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
Commit graph

438 commits

Author SHA1 Message Date
Manolis Papadeas b7d5ca63a8
Update README.md 2020-01-08 02:48:51 +02:00
OverloadedOrama 63254258d0 Added a ScrollContainer for the palette buttons in EditPalettePopup 2020-01-08 02:16:48 +02:00
OverloadedOrama 5a43bf33ee Added a VSplitContainer for Palettes and Layers 2020-01-08 01:41:46 +02:00
OverloadedOrama c6e18fe902 Made "comments" be on top of "colors" in the JSON palette files 2020-01-08 01:09:35 +02:00
OverloadedOrama d52e1937f5 Made Palette .json files more readable 2020-01-08 01:02:38 +02:00
OverloadedOrama 99a45275ff Closes #112 2020-01-08 00:52:25 +02:00
OverloadedOrama 7ee6e4715d Update el.po 2020-01-07 22:11:16 +02:00
OverloadedOrama db29c1af67 Fixed crash that occured when trying to delete contents of a selection that were outside the canvas' borders 2020-01-07 17:20:25 +02:00
OverloadedOrama ff3b5e321b Have the Dark theme button pressed by default if the user hasn't saved any preferences 2020-01-07 02:37:47 +02:00
Manolis Papadeas d72c79b349
Merge pull request #108 from YeldhamDev/update_pt_br
Update Brazilian Portuguese translation
2020-01-06 19:31:07 +02:00
Michael Alexsander 37c2050022 Update Brazilian Portuguese translation 2020-01-06 14:28:58 -03:00
OverloadedOrama eb8ce5c2e9 v0.6 - Palettes, random brushes, multiple themes, image menu and many more! 2020-01-06 14:55:05 +02:00
Manolis Papadeas bdfcb44633
Merge pull request #107 from Calinou/use-2d-framebuffer-allocation
Use the `2D` framebuffer allocation
2020-01-06 01:39:09 +02:00
Hugo Locurcio 085b42a036
Use the 2D framebuffer allocation
This results in slightly increased performance and decreased
CPU/GPU usage.

This also prevents the "Directional shadow buffer status invalid" error
message from appearing in the console output when using a very old
graphics card.
2020-01-06 00:35:42 +01:00
OverloadedOrama 42c202d395 Make sure string "Layer" is translated on startup 2020-01-06 00:17:59 +02:00
OverloadedOrama b0e9870d54 Update "Don't show again" button's pressed status based on what the user has selected 2020-01-06 00:15:16 +02:00
OverloadedOrama 46e4ea15ad Fixed issue with line_2d in Canvas.gd where it wasn't being freed when releasing shift 2020-01-05 22:40:07 +02:00
OverloadedOrama a04e179611 Changed "become a patron" button on the splash screen 2020-01-05 20:13:55 +02:00
OverloadedOrama 1b57c4ee22 Made 2 more strings in the About window translatable 2020-01-05 20:03:46 +02:00
OverloadedOrama 3626d4281b Update Changelog.md 2020-01-05 19:17:17 +02:00
OverloadedOrama 9370ace104 Update Changelog.md 2020-01-05 19:12:20 +02:00
OverloadedOrama d7134dc616 Made strings "Patrons" and "Changes" translatable
Not sure if you'd want to translate them, but now you can if you want to.
2020-01-05 16:09:50 +02:00
OverloadedOrama b1d84042b1 Big splash screen update & new translatable strings 2020-01-05 16:03:04 +02:00
OverloadedOrama f57ea4d64f Made "TimelineSeconds" update when FPS value changes
Also made it a bit smaller
2020-01-04 04:16:50 +02:00
OverloadedOrama 9838a94f83 Fixed outlines inside image to work when the nearby pixels are the canvas borders 2020-01-04 01:38:53 +02:00
OverloadedOrama eb28fd3d14 Added "Place inside image" option for outline generation
And this concludes outlines for v0.6
2020-01-04 01:22:23 +02:00
OverloadedOrama bd9c2c6dd0 Fixed layer opacity not working when merging layers 2020-01-03 02:44:37 +02:00
OverloadedOrama cf8229a4ae Fixed Noto font not being used for Chinese characters, when the user's System Language is not "zh_TW" 2020-01-02 16:46:31 +02:00
Manolis Papadeas 1e58fb6911
Merge pull request #105 from JunYouIntrovert/patch-3
Update zh_TW.po
2020-01-02 16:24:14 +02:00
Manolis Papadeas ac8d258f06
Removed "#, fuzzy" comments 2020-01-02 16:24:02 +02:00
JunYouIntrovert 314aecdb39
Update zh_TW.po 2020-01-02 22:18:12 +08:00
Manolis Papadeas cc49a63e96
Merge pull request #104 from Schweini07/master
A few corrections and removed the ``#, fuzzy`` comments in the German translation
2020-01-02 14:29:00 +02:00
Schweini07 7f9d2777bf
Update German Translation 2020-01-02 13:21:41 +01:00
Schweini07 978c11431e
Merge pull request #2 from Orama-Interactive/master
Update from Origin
2020-01-02 13:20:45 +01:00
OverloadedOrama 78609a86fb Put default value for "show on startup" in config_cache file
Also put the checkbutton's string on the translation files
2020-01-01 20:04:13 +02:00
Manolis Papadeas 9e9dbcb920
Merge pull request #103 from Schweini07/master
Make the Splash Screen popup optional and German localization UPDATE
2020-01-01 19:54:15 +02:00
Schweini07 413794bb43
German localization UPDATE 2020-01-01 16:45:03 +01:00
Schweini07 4356263aec
Update SplashDialog.gd 2020-01-01 16:33:32 +01:00
Schweini07 13fa0bbc54
Destroyed the bug 2020-01-01 16:26:58 +01:00
Schweini07 6025271e29
Make the Splash Screen popup optional 2020-01-01 16:00:28 +01:00
Schweini07 e61fea32bc
Merge pull request #1 from Orama-Interactive/master
Updated fix for #53 to only work on 3.1.x
2020-01-01 15:58:52 +01:00
OverloadedOrama d917eb06de Updated fix for #53 to only work on 3.1.x
As of 3.2.x, the fix has been implemented to Godot itself. See https://github.com/godotengine/godot/pull/34654
2020-01-01 15:00:46 +02:00
Manolis Papadeas f7ba68b5fc
Merge pull request #102 from YeldhamDev/pt_br_update
Update Brazilian Portuguese translation
2020-01-01 11:03:49 +02:00
Michael Alexsander 784ecac474 Update Brazilian Portuguese translation 2020-01-01 00:30:07 -03:00
OverloadedOrama 079600501f Added more Palette strings to be translated
English and Greek strings are already translated.
2020-01-01 03:28:53 +02:00
OverloadedOrama 29baf3dcc0 Made About & Preferences update translations every time you open them
Also fixed "Grey" string, it was supposed to be "Gray"
2020-01-01 01:27:34 +02:00
Manolis Papadeas c873e50d50
Merge pull request #101 from huskeee/master
Update el.po
2020-01-01 01:04:35 +02:00
huskee 031472002f Update el.po
Fixed up most (if not all) of the Greek translations
2019-12-31 23:02:05 +02:00
OverloadedOrama 830ae623d2 Added new strings to be translated
Greek translation is still in progress
2019-12-31 20:10:10 +02:00
OverloadedOrama 2be469ec22 Using metadata for TreeItems in Preferences & About
To avoid issues with the TreeItem strings being translated. Starting to get more translation-friendly again, will commit changes to Translations.pot, en.po and el.po soon.
2019-12-31 19:04:54 +02:00