1
0
Fork 0
Commit Graph

71537 Commits

Author SHA1 Message Date
Riteo cbd68eb403 Wayland: Fix engine stalls wihle waiting frames
There were two edge cases in the frame waiting logic (aka manual frame
throttling or emulated vsync) which would cause the editor to stall in
one way or another:

 1. Waiting right after starting the editor would cause a deadlock
between both threads until something happened in the Wayland event
queue, in turn unblocking the Wayland thread and kickstartin the whole
thing;

 2. Starting the editor (and probably other long-loading stuff) without
low consumption mode would suspend the window and never commit its
surfaces, thus never signaling the compositor that we want frame events.
2025-02-11 01:33:36 +01:00
Rémi Verschelde 261e7d32d3 Merge pull request #102649 from bruvzg/fb_loc
Use fallback locale from project settings instead of hardcoded "en" for TextServer.
2025-02-10 10:50:02 +01:00
Rémi Verschelde 271c9874a4 Merge pull request #102647 from bruvzg/el_space
[TextServer] Use all available space when string is too short for ellipsis.
2025-02-10 10:49:58 +01:00
Rémi Verschelde fa85645c1a Merge pull request #102618 from Hilderin/fix-slow-resize-embedded-game-v2
Fix lag when resizing Floating Game Window
2025-02-10 10:49:54 +01:00
Rémi Verschelde 9666695772 Merge pull request #102608 from dalexeev/editor-option-disable-doc-tooltips
Script Editor: Add option to disable documentation tooltips
2025-02-10 10:49:51 +01:00
Rémi Verschelde 82e66ac1f4 Merge pull request #102602 from adamscott/fix-fr+oss-layout-mk2
Fix `fr+oss` layout issues with KP period
2025-02-10 10:49:46 +01:00
Rémi Verschelde 9136878617 Merge pull request #102596 from KoBeWi/fixed_15_minutes_after_report
Fix empty Command Palette
2025-02-10 10:49:42 +01:00
Rémi Verschelde eb4538b8a2 Merge pull request #102590 from syntaxerror247/custom-snackbar
Android: Add Snackbar UI component
2025-02-10 10:49:38 +01:00
Rémi Verschelde db7f9a033a Merge pull request #102572 from Z0rb14n/icon
Fix script class icons not inheriting parent
2025-02-10 10:49:35 +01:00
Rémi Verschelde d24a805eda Merge pull request #102555 from KoBeWi/historical_fix
Fix History Dock default state
2025-02-10 10:49:31 +01:00
Rémi Verschelde ed2582e07a Merge pull request #102553 from amarsero/double-name-set
Fix double `set_name` in renaming node
2025-02-10 10:49:28 +01:00
Rémi Verschelde 94b7399176 Merge pull request #102513 from Hilderin/fix-accessing-uid-before-first-scan
Fix accessing UID before first scan
2025-02-10 10:49:24 +01:00
Rémi Verschelde e01ab79249 Merge pull request #102494 from dsnopek/java-class-wrapper-error-non-static-methods
JavaClassWrapper: Give additional error when trying to call non-static method directly on the class
2025-02-10 10:49:19 +01:00
Rémi Verschelde c4e15e212d Merge pull request #102433 from akien-mga/unexpose-AnimationNodeStartState-EndState
Don't expose AnimationNodeStartState and AnimationNodeEndState as internal, this triggers a ClassDB bug
2025-02-10 10:49:14 +01:00
Rémi Verschelde 4b5fc257d5 Merge pull request #102343 from bruvzg/col_pc_fwd
Forward color picker preview mouse button events to the window underneath.
2025-02-10 10:49:09 +01:00
Rémi Verschelde 6caa7c66d7 Merge pull request #101598 from MewPurPur/quick-open-pt1
Tweak Quick Open theming
2025-02-10 10:49:06 +01:00
Pāvels Nadtočajevs e9fd760357 Use fallback locale from project settings instead of hardcoded "en" for TextServer. 2025-02-10 08:55:50 +02:00
Pāvels Nadtočajevs 316b50ba8d [TextServer] Use all available space when string is too short for ellipsis. 2025-02-10 08:24:46 +02:00
Danil Alexeev ead16435bf
Script Editor: Add option to disable documentation tooltips 2025-02-09 11:02:10 +03:00
Hilderin b0ac51217a Fix Lag when resizing Floating Game Window 2025-02-08 21:32:28 -05:00
Hilderin 9457666bba Fix accessing UID before first scan 2025-02-08 20:04:32 -05:00
Adam Scott 1376828ef6
Fix `fr+oss` layout issues with KP period
Co-authored-by: Riteo Siuga <riteo@posteo.net>
2025-02-08 17:17:11 -05:00
Agustín Marsero 1101bdb351 Fix double set_name in renaming 2025-02-08 21:21:01 +01:00
kobewi 0c446e0620 Fix empty Command Palette 2025-02-08 21:20:02 +01:00
Anish Mishra b89957efce Android: Add Snackbar UI component 2025-02-08 22:09:46 +05:30
kobewi 07b300bcb5 Fix History Dock default state 2025-02-08 12:58:08 +01:00
Pāvels Nadtočajevs 09822ea1a9 Forward color picker preview mouse button events to the window underneath. 2025-02-08 10:16:03 +02:00
Z0rb14n b32a76299a
Fix Script Class Icons Not Checking Parent 2025-02-07 23:22:03 -08:00
Rémi Verschelde 36d90c73a8
Merge pull request #102554 from bruvzg/mvk_script_upd
Update MoltenVK install script to include version number in installer name.
2025-02-07 23:40:26 +01:00
Thaddeus Crews 568d6286e0
Merge pull request #102132 from Ivorforce/optimize-font-internal-cow
Optimize `Font` calculations by avoiding unnecessary copy-on-write.
2025-02-07 14:50:41 -06:00
Thaddeus Crews 2d1d51a14c
Merge pull request #102472 from bruvzg/ime_hl
[TextEdit] Update syntax highlighting when IME composition string is updated.
2025-02-07 14:50:39 -06:00
Thaddeus Crews 9b3b84f195
Merge pull request #102515 from bruvzg/str_arr_to_utf
Fix `PackedStringArray.to_byte_array()` to return UTF-8 encoded data instead of pointers.
2025-02-07 14:50:38 -06:00
Thaddeus Crews 914b38150c
Merge pull request #102519 from bruvzg/adv_imp_subpix
Add missing `Auto (Except Pixel Fonts)` option to advanced import dialog.
2025-02-07 14:50:37 -06:00
Thaddeus Crews b934413657
Merge pull request #102518 from Giganzo/rectN-slider
Hide EditorSpinSlider slider for Rect2i
2025-02-07 14:50:36 -06:00
Thaddeus Crews 29ded6b031
Merge pull request #102510 from timothyqiu/selection-erase
Fix heap-use-after-free when changing 2D editor selection
2025-02-07 14:50:35 -06:00
Thaddeus Crews fc8ec5a4ca
Merge pull request #102530 from wakeofluna/fix-msec-leading-zero
Change output format for milliseconds in timestamps to 3 zeroes
2025-02-07 14:50:34 -06:00
Thaddeus Crews 9554481830
Merge pull request #102535 from Hilderin/fix-plugin-scripts-load-twice-on-startup
Fix Plugin Scripts load twice on startup
2025-02-07 14:50:33 -06:00
Thaddeus Crews 23039f77fd
Merge pull request #102545 from bruvzg/fix_link_remove
[Unix] Fix deleting symlinks.
2025-02-07 14:50:32 -06:00
Thaddeus Crews 3965cfc8de
Merge pull request #102543 from Repiteo/ci/android-editor-split
CI: Separate Android editor artifacts
2025-02-07 14:50:30 -06:00
Pāvels Nadtočajevs c63955b3eb Update MoltenVK install script to include version number in installer name. 2025-02-07 21:15:37 +02:00
Pāvels Nadtočajevs d5865cb962 [Unix] Fix deleting symlinks. 2025-02-07 18:57:22 +02:00
Thaddeus Crews 46bc07540d
CI: Separate Android editor artifacts 2025-02-07 10:16:10 -06:00
Hilderin 7f89294f1d Fix Plugin Scripts load twice on startup 2025-02-07 10:57:00 -05:00
Esther Dalhuisen 109e2b3b5f
Change output format for milliseconds in timestamps to 3 zeroes
Fixes #102527
2025-02-07 13:54:15 +01:00
Pāvels Nadtočajevs 7da0767f35 [TextEdit] Update syntax highlighting when IME composition string is updated. 2025-02-07 11:54:56 +02:00
Rémi Verschelde 3f56b3b239 i18n: Sync translations with Weblate
Adds Czech (cs), Persian (fa), Tamil (ta), and Vietnamese (vi) editor translations.

First sync with 4.4 changes.
2025-02-07 10:45:56 +01:00
MewPurPur 779f5fb962 Tweak Quick Open theming 2025-02-07 11:41:32 +02:00
Pāvels Nadtočajevs b2e5a5b4c1 Add missing `Auto (Except Pixel Fonts)` option to advanced import dialog. 2025-02-07 11:16:46 +02:00
Pāvels Nadtočajevs 1bc86c2626 Fix `PackedStringArray.to_byte_array()` to return UTF-8 encoded data instead of pointers. 2025-02-07 10:19:32 +02:00
Giganzo 2a655acd5b Hide EditorSpinSlider slider for Rect2i 2025-02-07 03:37:57 +01:00