summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-03-15Remove extra borders from the AssetLib pluginMichael Alexsander
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.
2022-03-11Add options to embolden and transform font outlines to simulate bold and ↵bruvzg
italic typefaces.
2022-03-11Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde
2022-03-11Merge pull request #59016 from Sauermann/fix-cursorshape-animationtimelineeditRémi Verschelde
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-11Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEditMarkus Sauermann
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.
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
`DirAccess *` needs to be deleted manually, and this is often forgotten especially when doing early returns with `ERR_FAIL_COND`. `DirAccessRef` is deleted automatically when it goes out of scope. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2022-03-11Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde
Remove more occurrences of "stex"
2022-03-10Remove more occurrences of "stex"TechnoPorg
2022-03-11Remove unused code in `AnimationPlayerEditor::_update_animation_list_icons()`Haoyu Qiu
2022-03-10Merge pull request #58706 from timothyqiu/property-i18nRémi Verschelde
2022-03-10Merge pull request #58984 from rcorre/export-createRémi Verschelde
2022-03-10Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacingRémi Verschelde
2022-03-10Merge pull request #58972 from reduz/expose-more-gdextensionRémi Verschelde
2022-03-10Create parent directories on export.Ryan Roden-Corrent
Fixes #42231. This works for both the UI and the --export CLI flag.
2022-03-10Editor Style: make popup menu vseparation even, and force it to be even.Eric M
2022-03-10Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_editRémi Verschelde
2022-03-10Merge pull request #58735 from ↵Fabio Alessandrelli
Calinou/editor-visual-profiler-tweak-frame-time-label Tweak editor visual profiler frame time label for consistency
2022-03-10Discern between virtual and abstract class bindingsreduz
* Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract". * Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions. * Converted a large amount of classes from "abstract" to "virtual" where it makes sense. Most classes that make sense have been converted. Missing: * Physics servers * VideoStream * Script* classes. which will go in a separate PR due to the complexity involved.
2022-03-10Merge pull request #58969 from timothyqiu/ani-editor-themeRémi Verschelde
Fix some Animation panel icons not updating after theme change
2022-03-10Fix some Animation panel icons not updating after theme changeHaoyu Qiu
2022-03-10Fix TextureRegion editor grid color for light themesHaoyu Qiu
2022-03-09Merge pull request #58907 from novaplusplus/gutter_spam_fixRémi Verschelde