Commit Graph

19992 Commits

Author SHA1 Message Date
209986bde0 Highlight points on hover in the Polygon2D editor 2025-11-14 23:37:58 +03:00
889fc8105a Add "Distraction Free Mode" button to EditorBottomPanel when bottom panel is expanded 2025-11-14 23:25:55 +03:00
d1a90109b4 Merge pull request #108010 from DexterFstone/add-scene-tile-rotation
Add support for rotating scene tiles in TileMapLayer
2025-11-14 14:23:13 -06:00
d602742221 Merge pull request #102889 from ryevdokimov/add-editorsettings-shortcuts
Add ability to add new EditorSettings shortcuts
2025-11-14 14:23:11 -06:00
1932a5c07f Merge pull request #108391 from KoBeWi/archeoexpressology
Add expression history to evaluator
2025-11-14 14:23:10 -06:00
90413dacb4 Merge pull request #97758 from TsFreddie/debugger-stepout
Add step out to script debugger
2025-11-14 14:23:01 -06:00
5389f835c2 Merge pull request #108379 from timothyqiu/inspector-unused
Remove unused member variables in `EditorInspector`
2025-11-14 14:22:59 -06:00
22fcb577c0 Merge pull request #106071 from Lazy-Rabbit-2001/pcd_improvement
Optimize the `callback` argument of `popup_create_dialog()`
2025-11-14 14:22:55 -06:00
dc590a50d3 Merge pull request #112201 from timothyqiu/update-main-scene
Fix FileSystem item color not updated after changing main scene
2025-11-14 14:22:50 -06:00
c287d61402 Merge pull request #107969 from chocola-mint/tile-map-layer-editor-optimize-undo
Reduce TileMapLayerEditor's undo/redo memory usage
2025-11-14 14:22:48 -06:00
356fd8fc62 Merge pull request #108479 from timothyqiu/static-clipboard
Make editor property clipboard static
2025-11-14 14:22:46 -06:00
6c63a1fd8b Merge pull request #107959 from rapust/add-keyframe-shortcuts
Add "Go to Next/Previous Keyframe" to Animation Edit menu
2025-11-14 14:22:44 -06:00
26fd075621 Merge pull request #108079 from arkology/scenes-list
Add opened scenes list button
2025-11-14 14:22:42 -06:00
e18b1de88d Merge pull request #107942 from Mickeon/scene-tree-filter-placeholder
Simplify Node Filter's placeholder in Scene dock
2025-11-14 14:22:38 -06:00
af30016c75 Merge pull request #108705 from wjt/dont-poll-system-theme
Do not poll for system theme changes
2025-11-14 14:22:37 -06:00
814138ec69 Merge pull request #107795 from timothyqiu/renderer-selection-i18n
Improve auto-translation of the rendering method selector
2025-11-14 14:22:35 -06:00
e474bc5ce3 Merge pull request #108554 from ryevdokimov/inspector-don't-require-restart
Do not require editor restart when changing editor inspector settings
2025-11-14 14:22:33 -06:00
23338d2d98 Merge pull request #108168 from Nikitf777/move-nodes-with-different-parents
Allow moving nodes when they have different parents in SceneTreeDock
2025-11-14 14:22:29 -06:00
527cb4123e Merge pull request #107264 from DevPoodle/local_space_2d
Add "Use Local Space" option to the 2D editor
2025-11-14 14:22:28 -06:00
54c2eaee4d Don't expose underscored signals 2025-11-14 18:52:42 +01:00
91e8072be6 Fix 2D viewport scrollbar contrast in modern theme 2025-11-14 21:35:19 +04:00
e15a54ddea Prevent translating custom data layers 2025-11-14 18:23:08 +01:00
31610b058b Fix texture atlas import deadlock 2025-11-14 08:16:32 -05:00
9b0b9ef450 Commit transforms on editor mode switch 2025-11-14 07:11:12 -06:00
kit
e2cbfb53f1 Deprecate TextEdit background_color 2025-11-13 22:48:04 -05:00
bd2ca13c6f Merge pull request #112733 from KoBeWi/press_right_to_context
Add a right click menu to the project manager
2025-11-13 20:52:27 -06:00
ba44671777 Merge pull request #112148 from carterwilson1337/master
Track groups in Animation tab hover highlight
2025-11-13 20:52:24 -06:00
45b427f2e6 Merge pull request #112627 from lodetrick/fix-bottom-panel-theming
Fix incorrect bottom panel theming
2025-11-13 20:52:23 -06:00
0bede04f6f Merge pull request #112691 from KoBeWi/remove_paddles_it's_not_ping_pong
Remove padding columns from plugin settings
2025-11-13 20:52:22 -06:00
a04dd90f43 Merge pull request #109331 from ryevdokimov/deprecate-get-scene
Deprecate `get_scene()` in `EditorScript` class
2025-11-13 20:52:21 -06:00
0066308830 Merge pull request #109587 from tle-oops/tle/file-explorer
Make FileSystemDock navigate to currently selected scene tab
2025-11-13 20:52:19 -06:00
b32b435520 Merge pull request #112687 from Meorge/bugfix/margincontainer-not-inside-tree
Stop drawing of MarginContainer margins if not in tree
2025-11-13 20:52:16 -06:00
93a3ea5ff8 Merge pull request #112590 from syntaxerror247/export-dialog
Default preset container to minimum size in Export dialog
2025-11-13 20:52:15 -06:00
e33d929efc Merge pull request #112621 from Giganzo/filesystem-prev-next
Change prev/next button theme variation to FlatButton for FileSystem and Inspector dock
2025-11-13 20:52:14 -06:00
0aeab540b7 Merge pull request #101129 from Rindbee/improve-project-manager-ui-navigation
Improve Project Manager UI navigation
2025-11-13 20:52:12 -06:00
3387636918 Merge pull request #112710 from vaner-org/fix-blendspace2d-triangle-error
Fix error in `BlendSpace2D` when selecting blend position tool
2025-11-13 20:52:09 -06:00
a48353b1c6 Stop drawing of MarginContainer margins if not in tree
Use `is_visible_in_tree()` as per KoBeWi's suggestion
2025-11-13 16:35:13 -08:00
64c943694e Fix FileSystem item color not updated after changing main scene 2025-11-14 08:14:17 +08:00
f51f97aaec Add a right click menu to the project manager 2025-11-14 00:57:00 +01:00
65beea65d8 Merge pull request #108987 from timothyqiu/plugins-list-cleanup
Clean up `EditorPluginList`
2025-11-13 17:43:01 -06:00
b52e3f7e6b Merge pull request #107440 from lodetrick/tabcontainer-popup
Allow `tab_rmb_clicked` to always work
2025-11-13 17:42:59 -06:00
d03fc3be95 Merge pull request #109101 from keyzeuh/doc-link-renderer-selection-dialog
Add a documentation link to the renderer selection dialog
2025-11-13 17:42:56 -06:00
8950c6527b Merge pull request #101165 from timoschwarzer/feature/2d-particle-emission-textures-refactor
Improve 2D Particle Emission Mask dialog
2025-11-13 17:42:55 -06:00
e658d2ae83 Merge pull request #109384 from Giganzo/property_selector_search_box
Add icon & clear button to Select Method dialog search bar
2025-11-13 17:42:52 -06:00
d59cf3e6c2 Merge pull request #92390 from KoBeWi/add_section_end_section_separate_section._-._section
Refactor SceneTreeDock context menu separators
2025-11-13 17:42:50 -06:00
55bedbfaf5 Merge pull request #108741 from AriaTheCurseling/Allow-concurrent-unbind-and-binding-of-signal-arguments-in-editor
Allow concurrent unbinding and binding of signal arguments in editor
2025-11-13 17:42:49 -06:00
29148d71e7 Improve editor settings override display 2025-11-14 00:38:11 +01:00
226d726b05 Add Ctrl + A and Ctrl + Shift + A to (de)select all projects in project manager
These keyboard shortcuts are commonly used in applications to (de)select
all entries in a list.
2025-11-13 22:22:07 +01:00
5d721538b7 Merge pull request #112575 from Cykyrios/string-placeholder-highlight
Add string placeholder syntax highlighting
2025-11-13 12:33:40 -06:00
26596a8d24 Remove unnecessary theme settings when constructing FindInFilesContainer 2025-11-13 23:36:35 +08:00