Yufeng Ying
|
f7e4987d0e
|
Dictionary::get_key_list use LocalVector instead of List.
|
2025-04-09 02:46:24 +08:00 |
|
Thaddeus Crews
|
86ff668614
|
Merge pull request #105154 from AThousandShips/fix_pack_zip
[Editor] Use separate `EditorFileDialog` for "Pack Project as ZIP"
|
2025-04-08 12:32:51 -05:00 |
|
Thaddeus Crews
|
bb4a6b84db
|
Merge pull request #103731 from GustJc/embed_pause_hotkeys
Make embed floating window respect `Always On Top` configuration
|
2025-04-08 12:32:49 -05:00 |
|
Thaddeus Crews
|
e6a61b1ecc
|
Merge pull request #76829 from bruvzg/ac_kit_direct
Implement screen reader support using AccessKit library.
|
2025-04-08 12:32:47 -05:00 |
|
Thaddeus Crews
|
dc2364042f
|
Merge pull request #99099 from ydeltastar/align-to-orthogonal-view
Set correct position of node with `Align Transform with View` in orthographic view
|
2025-04-08 12:32:46 -05:00 |
|
Thaddeus Crews
|
6fe4d8d0f8
|
Merge pull request #104082 from YYF233333/dict_iter
Do not iterate `Dictionary` with `get_key_at_index`
|
2025-04-08 12:32:45 -05:00 |
|
Thaddeus Crews
|
95dc68c8c6
|
Merge pull request #105107 from bruvzg/min-max-flag
Add separate `minimize_disabled` and `maximize_disabled` window flags.
|
2025-04-08 12:32:44 -05:00 |
|
Thaddeus Crews
|
1a90b115e1
|
Merge pull request #105106 from bruvzg/title_align
Add custom sort to center tab bar in the editor and project manager.
|
2025-04-08 12:32:44 -05:00 |
|
Thaddeus Crews
|
b344204a38
|
Merge pull request #104339 from Grublady/inspector-bg-theme
Fix inspector theme not updating when theme changed
|
2025-04-08 12:32:43 -05:00 |
|
Thaddeus Crews
|
c53e3b1723
|
Merge pull request #105103 from runzh-crypto/validate_custom_directory_v2
Validate custom directory when running from editor
|
2025-04-08 12:32:42 -05:00 |
|
Pāvels Nadtočajevs
|
302fa831cc
|
Initial editor accessibility.
|
2025-04-08 20:25:48 +03:00 |
|
A Thousand Ships
|
787cad1799
|
[Editor] Use separate EditorFileDialog for "Pack Project as ZIP"
This prevents state corruption for saving resources.
|
2025-04-08 18:39:02 +02:00 |
|
Grublady
|
4441874c62
|
Update inspector theme when changed
|
2025-04-07 19:58:50 -04:00 |
|
Pāvels Nadtočajevs
|
539e54567b
|
Add custom sort to center tab bar in the editor and project manager.
|
2025-04-08 00:05:22 +03:00 |
|
Pāvels Nadtočajevs
|
f37fb49739
|
Add separate minimize_disabled and maximize_disabled window flags.
|
2025-04-07 18:58:11 +03:00 |
|
Yufeng Ying
|
bbc380b07e
|
Do not iterate Dictionary with get_key_at_index.
|
2025-04-07 21:54:13 +08:00 |
|
Thaddeus Crews
|
0fbb22c095
|
Merge pull request #104432 from YYF233333/dict_iter2
Do not iterate `Dictionary` with `Dictionary::keys()`
|
2025-04-07 08:43:33 -05:00 |
|
Thaddeus Crews
|
5526a224e6
|
Merge pull request #105069 from KoBeWi/tUIDltip
Add UID to file tooltip
|
2025-04-07 08:43:32 -05:00 |
|
Thaddeus Crews
|
4f8c90ae61
|
Merge pull request #104789 from jaydensipe/fix-textfile-class-error
Fix `Cannot get class` error when searching `TextFile`/`OtherFile` in FileSystem dock
|
2025-04-07 08:43:29 -05:00 |
|
Thaddeus Crews
|
51201cb549
|
Merge pull request #105041 from lodetrick/editor-spin-slider-consume-input
Fix EditorSpinSlider Scroll Edit when inside a ScrollContainer
|
2025-04-07 08:43:29 -05:00 |
|
Thaddeus Crews
|
d025e99a46
|
Merge pull request #105039 from lodetrick/blend-tree-grabber
Fix EditorSpinSlider Grabber Scaling
|
2025-04-07 08:43:28 -05:00 |
|
Thaddeus Crews
|
38a29f6139
|
Merge pull request #100287 from Chaosus/shader_ui_update
Re-organize UI in the shader editor
|
2025-04-07 08:43:25 -05:00 |
|
Thaddeus Crews
|
1b9f269700
|
Merge pull request #105015 from syntaxerror247/improve-touchActionsPanel
Android Editor: Add an editor setting to enable/disable `TouchActionsPanel`
|
2025-04-07 08:43:24 -05:00 |
|
Thaddeus Crews
|
775bdb135f
|
Merge pull request #104756 from Rindbee/use-the-correct-root-inspector
Use the correct root inspector when making elements moved in an array visible
|
2025-04-07 08:43:23 -05:00 |
|
Thaddeus Crews
|
ddae2698ce
|
Merge pull request #104993 from lodetrick/editor-ruler-text-align
Fix Editor 2D Ruler Text Top-Align
|
2025-04-07 08:43:21 -05:00 |
|
Logan Detrick
|
c361e60cfa
|
Fix Grabber Double Scaling when zoomed
|
2025-04-07 01:05:00 -07:00 |
|
Pāvels Nadtočajevs
|
903e850390
|
Fix EditorHelpBitTooltip in single window mode.
|
2025-04-07 10:38:10 +03:00 |
|
Jayden Sipe
|
1066e83262
|
Fix Cannot get class error when searching TextFile/OtherFile
|
2025-04-06 20:51:40 -04:00 |
|
runzh-crypto
|
e57eeb14bc
|
validate any form of running project
|
2025-04-07 00:29:19 +08:00 |
|
kobewi
|
7d186cb28e
|
Add UID to file tooltip
|
2025-04-05 22:05:49 +02:00 |
|
Anish Mishra
|
a5c03dcd08
|
Add an editor setting to enable/disable TouchActionsPanel
Adds an editor setting to enable/disable TouchActionsPanel.
Automatically hide the panel when hardware keyboard is connected.
|
2025-04-05 19:07:46 +05:30 |
|
Yufeng Ying
|
8ae16699c5
|
Do not use Dictionary::keys() for Dictionary iteration.
|
2025-04-05 18:42:13 +08:00 |
|
Chaosus
|
b983a05806
|
Re-organize UI in the shader editor
|
2025-04-05 13:12:59 +03:00 |
|
Logan Detrick
|
97651fd4ac
|
Consumes Scroll Events and fixes Mouse Warp
|
2025-04-04 18:07:47 -07:00 |
|
Yufeng Ying
|
4029051bb1
|
Change ClassDB::get_inheriters_from_class.
|
2025-04-04 23:47:19 +08:00 |
|
runzh-crypto
|
9977abd697
|
Validate custom directory when project is started
|
2025-04-04 21:21:42 +08:00 |
|
Logan Detrick
|
6ec32d0773
|
Top-Aligned the Ruler's text to avoid draw conflicts
|
2025-04-03 23:47:16 -07:00 |
|
Thaddeus Crews
|
15f7c094a2
|
Merge pull request #104974 from KoBeWi/errors_until_the_end_of_time
Cleanup QuickOpenDialog history and fix UID errors
|
2025-04-03 16:50:15 -05:00 |
|
Thaddeus Crews
|
8040ae7fb2
|
Merge pull request #104970 from syntaxerror247/nomedia-file
Android Editor: Auto create `nomedia` file to hide project files in media apps
|
2025-04-03 16:50:15 -05:00 |
|
yds
|
e787252396
|
Set correct position of node with Align Transform with View in orthogonal mode
|
2025-04-03 17:21:29 -03:00 |
|
Thaddeus Crews
|
b6c8155439
|
Merge pull request #104958 from bruvzg/ok_cancel_swap
Make `swap_cancel_ok` setting 3-state instead of boolean.
|
2025-04-03 09:27:55 -05:00 |
|
Thaddeus Crews
|
6075e6a976
|
Merge pull request #104957 from arkology/empty-bitmap-crash
Fix `BitMapEditor` crash when bitmap is empty
|
2025-04-03 09:27:54 -05:00 |
|
Thaddeus Crews
|
3a5f34bd19
|
Merge pull request #104938 from KoBeWi/root_of_all_bugs
Fix Edit option for sub-resources
|
2025-04-03 09:27:51 -05:00 |
|
Thaddeus Crews
|
e5c5cb4ce2
|
Merge pull request #104906 from Daylily-Zeleen/daylily-zeleen/allow_instantiate_unexposed_editor_plugin_from_gdextension
Allow instantiating unexposed `EditorPlugin` from GDExtension.
|
2025-04-03 09:27:50 -05:00 |
|
Thaddeus Crews
|
2ad75d4077
|
Merge pull request #104936 from rsubtil/fix-dap_print_🐛s
Fix invalid DAP responses when content has non-ASCII content
|
2025-04-03 09:27:50 -05:00 |
|
Thaddeus Crews
|
577133e6d2
|
Merge pull request #104963 from beicause/display-pctex-format
Display PortableCompressedTexture's format in inspector preview
|
2025-04-03 09:27:48 -05:00 |
|
kobewi
|
fb2e9c7ba7
|
Cleanup QuickOpenDialog history and fix UID errors
|
2025-04-03 16:21:22 +02:00 |
|
Anish Mishra
|
8e5e915013
|
Android Editor: Auto create nomedia file to hide project files in media apps
|
2025-04-03 18:23:38 +05:30 |
|
LuoZhihao
|
00f2e5be3a
|
Display PortableCompressedTexture's format in inspector preview
|
2025-04-03 18:34:29 +08:00 |
|
Ricardo Subtil
|
094ded8009
|
Fix invalid DAP responses when content had non-ASCII content
|
2025-04-03 11:24:47 +01:00 |
|