Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-17 | i18n: Add property paths to editor translation template | Rémi Verschelde | |
(cherry picked from commit 972c6687ffc3626b76557fc8a40927565db8eb2e) | |||
2022-03-17 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 98b8f4043a3e4c0c6d9a1a94bd0de99fbe6ee0b1) | |||
2022-03-17 | Merge pull request #58967 from fire-forge/gradient2d_editor | Rémi Verschelde | |
2022-03-17 | Merge pull request #59163 from timothyqiu/filter-property | Rémi Verschelde | |
2022-03-18 | Improve inspector filtering | Haoyu Qiu | |
2022-03-18 | Remap property path based on path substrings | Haoyu Qiu | |
Also added captialization caching. | |||
2022-03-17 | Add GradientTexture2D editor plugin | FireForge | |
2022-03-16 | Merge pull request #59183 from YeldhamDev/assetlib_less_borders | Rémi Verschelde | |
Remove extra borders from the AssetLib plugin | |||
2022-03-17 | fix axis handle gizmo letters at wrong positions on varying editor scale | Priyansh Rathi | |
2022-03-16 | Merge pull request #58973 from bruvzg/gde_export | Rémi Verschelde | |
2022-03-16 | Implement GDExtension export plugin. | bruvzg | |
2022-03-16 | Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider | Markus Sauermann | |
2022-03-15 | Remove extra borders from the AssetLib plugin | Michael Alexsander | |
2022-03-15 | Update to only use select tool on button press | taigi100 | |
It used to run the code twice, probably once on button press, once on button release. | |||
2022-03-15 | More icon updates on theme change | Haoyu Qiu | |
2022-03-15 | Merge pull request #45263 from KoBeWi/😕 | Rémi Verschelde | |
2022-03-15 | Merge pull request #59135 from ↵ | Rémi Verschelde | |
EricEzaM/improvement/editor-log-better-button-style | |||
2022-03-15 | Improve editor log message filter button styles. | Eric M | |
2022-03-15 | Merge pull request #59158 from ↵ | Rémi Verschelde | |
akien-mga/editor-properties-array-dict-clean-button_add_item | |||
2022-03-15 | Merge pull request #59137 from timothyqiu/sprite-frames-editor | Rémi Verschelde | |
2022-03-15 | Properly clean `button_add_item` ref in Array/Dict property editors | Rémi Verschelde | |
Fixes #59152. | |||
2022-03-15 | Improves SpriteFrames editor | Haoyu Qiu | |
2022-03-15 | Separate 2D grid visibility and grid snap | Haoyu Qiu | |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky | |
2022-03-14 | Merge pull request #59121 from fire-forge/capitalizations | Rémi Verschelde | |
2022-03-14 | Generate simulated bold font from the custom font if no custom bold font set. | bruvzg | |
2022-03-14 | Add missing property name capitalizations | FireForge | |
2022-03-13 | Merge pull request #57436 from AnilBK/change-scopes | Rémi Verschelde | |
Scope Changes for some variables. | |||
2022-03-13 | Merge pull request #59119 from Calinou/3d-editor-improve-indicator-bars | Rémi Verschelde | |
2022-03-13 | Improve display of freelook/zoom speed indicator bars in the 3D editor | Hugo Locurcio | |
- Use a different color for freelook and zoom speed bars. - Use an outline for the text to make it readable on any background. | |||
2022-03-13 | Cleanup embed subwindows getters | kobewi | |
2022-03-13 | Merge pull request #58437 from timothyqiu/svg-viewbox | Rémi Verschelde | |
2022-03-13 | Add simulated bold variant to the editor CJK fonts. | bruvzg | |
2022-03-13 | Merge pull request #59102 from rcorre/copy-project-config | Rémi Verschelde | |
2022-03-13 | Copy full project setting path from dialog. | Ryan Roden-Corrent | |
The EditorProperty UI elements for project settings are created from SectionedInspector, which has a prefix added to each property path. Each EditorProperty needs to be made aware of this path so copy_property_path copies the full path, and not just the suffix. Fixes #59020. | |||
2022-03-13 | Improve scene tab close button options | kobewi | |
2022-03-12 | Fix out of bounds crash in particle collision gizmo | Ricardo Buring | |
2022-03-12 | Merge pull request #58338 from aaronfranke/bools | Rémi Verschelde | |
Initialize bools in the headers in `editor/` | |||
2022-03-12 | Merge pull request #54399 from ↵ | Rémi Verschelde | |
Calinou/filedialog-current-properties-hint-no-editor Don't store and show current file/directory/path FileDialog properties | |||
2022-03-12 | Initialize bools in the headers in editor | Aaron Franke | |
2022-03-12 | Merge pull request #59050 from KoBeWi/tsal_eht_morf_ssecca | Rémi Verschelde | |
2022-03-12 | Merge pull request #59040 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-animationnodestatemachineeditor | |||
2022-03-12 | Merge pull request #59057 from timothyqiu/smart-guide | Rémi Verschelde | |
2022-03-12 | Add "Add Script" option to project autoload settings | Yuri Roubinsky | |
2022-03-12 | Hide smart snapping line when guideline dragging ends | Haoyu Qiu | |
2022-03-12 | Allow negative indexes in ItemList and PopupMenu | kobewi | |
2022-03-11 | Use get_cursor_shape for identifying the cursor shape in ↵ | Markus Sauermann | |
AnimationNodeStateMachineEditor get_cursor_shape() is used in cases where a Control displays different cursors in different areas. There is no need to set the default cursor shape on every mouse move event. Fix minor issue with selection order. | |||
2022-03-11 | Merge pull request #59013 from bruvzg/fake_bold_italics | Rémi Verschelde | |
2022-03-11 | Merge pull request #59026 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-animationtrackedittypeaudio | |||
2022-03-11 | Use get_cursor_shape for identifying the cursor shape in ↵ | Markus Sauermann | |
AnimationTrackEditTypeAudio get_cursor_shape() is used in cases where a Control displays different cursors in different areas. There is no need to set the default cursor shape on every mouse move event. |