summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-03-17i18n: Add property paths to editor translation templateRémi Verschelde
(cherry picked from commit 972c6687ffc3626b76557fc8a40927565db8eb2e)
2022-03-17i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 98b8f4043a3e4c0c6d9a1a94bd0de99fbe6ee0b1)
2022-03-17Merge pull request #58967 from fire-forge/gradient2d_editorRémi Verschelde
2022-03-17Merge pull request #59163 from timothyqiu/filter-propertyRémi Verschelde
2022-03-18Improve inspector filteringHaoyu Qiu
2022-03-18Remap property path based on path substringsHaoyu Qiu
Also added captialization caching.
2022-03-17Add GradientTexture2D editor pluginFireForge
2022-03-16Merge pull request #59183 from YeldhamDev/assetlib_less_bordersRémi Verschelde
Remove extra borders from the AssetLib plugin
2022-03-17fix axis handle gizmo letters at wrong positions on varying editor scalePriyansh Rathi
2022-03-16Merge pull request #58973 from bruvzg/gde_exportRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-16Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSliderMarkus Sauermann
2022-03-15Remove extra borders from the AssetLib pluginMichael Alexsander
2022-03-15Update to only use select tool on button presstaigi100
It used to run the code twice, probably once on button press, once on button release.
2022-03-15More icon updates on theme changeHaoyu Qiu
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-15Merge pull request #59135 from ↵Rémi Verschelde
EricEzaM/improvement/editor-log-better-button-style
2022-03-15Improve editor log message filter button styles.Eric M
2022-03-15Merge pull request #59158 from ↵Rémi Verschelde
akien-mga/editor-properties-array-dict-clean-button_add_item
2022-03-15Merge pull request #59137 from timothyqiu/sprite-frames-editorRémi Verschelde
2022-03-15Properly clean `button_add_item` ref in Array/Dict property editorsRémi Verschelde
Fixes #59152.
2022-03-15Improves SpriteFrames editorHaoyu Qiu
2022-03-15Separate 2D grid visibility and grid snapHaoyu Qiu
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-03-14Merge pull request #59121 from fire-forge/capitalizationsRémi Verschelde
2022-03-14Generate simulated bold font from the custom font if no custom bold font set.bruvzg
2022-03-14Add missing property name capitalizationsFireForge
2022-03-13Merge pull request #57436 from AnilBK/change-scopesRémi Verschelde
Scope Changes for some variables.
2022-03-13Merge pull request #59119 from Calinou/3d-editor-improve-indicator-barsRémi Verschelde
2022-03-13Improve display of freelook/zoom speed indicator bars in the 3D editorHugo 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-13Cleanup embed subwindows getterskobewi
2022-03-13Merge pull request #58437 from timothyqiu/svg-viewboxRémi Verschelde
2022-03-13Add simulated bold variant to the editor CJK fonts.bruvzg
2022-03-13Merge pull request #59102 from rcorre/copy-project-configRémi Verschelde
2022-03-13Copy 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-13Improve scene tab close button optionskobewi
2022-03-12Fix out of bounds crash in particle collision gizmoRicardo Buring
2022-03-12Merge pull request #58338 from aaronfranke/boolsRémi Verschelde
Initialize bools in the headers in `editor/`
2022-03-12Merge 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-12Initialize bools in the headers in editorAaron Franke
2022-03-12Merge pull request #59050 from KoBeWi/tsal_eht_morf_sseccaRémi Verschelde
2022-03-12Merge pull request #59040 from ↵Rémi Verschelde
Sauermann/fix-cursorshape-animationnodestatemachineeditor
2022-03-12Merge pull request #59057 from timothyqiu/smart-guideRémi Verschelde
2022-03-12Add "Add Script" option to project autoload settingsYuri Roubinsky
2022-03-12Hide smart snapping line when guideline dragging endsHaoyu Qiu
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-11Use 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-11Merge pull request #59013 from bruvzg/fake_bold_italicsRémi Verschelde
2022-03-11Merge pull request #59026 from ↵Rémi Verschelde
Sauermann/fix-cursorshape-animationtrackedittypeaudio
2022-03-11Use 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.