summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
2021-03-23Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguousRémi Verschelde
2021-03-21Tweak the 3D editor grid default to not go below subdivisions of 1 meterHugo Locurcio
2021-03-20Display scene file extensions in the editor only if there's ambiguityHugo Locurcio
2021-02-19Merge pull request #44864 from Calinou/editor-array-dictionary-increase-page-...Rémi Verschelde
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-18Reorganize Project Settingsreduz
2021-02-14Merge pull request #45910 from Ansraer/default-scale-highres-monitorRémi Verschelde
2021-02-12Increase the page size for array/dictionary editors to 20Hugo Locurcio
2021-02-12Add ability to change Icon Saturationreduz
2021-02-12Improved Inspector Sub-Resource Editingreduz
2021-02-12Adjust auto scale on high res displaysAnsraer
2021-02-10Removed _change_notifyreduz
2021-02-02Move project-specific editor data into res://.godot/editorAaron Franke
2021-01-25Fix minimap capturing events and improve its themeYuri Sizov
2021-01-18Merge pull request #45270 from Calinou/editor-tweak-font-hinting-hintRémi Verschelde
2021-01-18Tweak the "Auto" editor setting hints to be more indicativeHugo Locurcio
2021-01-18Merge pull request #32321 from Calinou/editor-disable-quit-confirmationRémi Verschelde
2021-01-18Tweak the Contextual Ligatures editor setting hint for consistencyHugo Locurcio
2021-01-06Remove the editor quit confirmationHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Add an editor setting for the 3D selection box colorHugo Locurcio
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-20Add animation reset track featurePedro J. Estébanez
2020-12-19Increase the default Camera Zfar to 4000Hugo Locurcio
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-12-10PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-21Use a power-of-two value for Primary Grid Steps in the 3D editorHugo Locurcio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-10Remove breakpoints from editor settingsPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-09-03Merge pull request #41022 from qarmin/fixes_leak_with_creating_settingsRémi Verschelde
2020-08-17Revert "[Windows] Attach to parent console instead of creating new one."bruvzg
2020-08-15Add an editor setting to invert 3D pan/orbit on the X axisHugo Locurcio
2020-08-11[Windows] Attach to parent console instead of creating new one.bruvzg
2020-08-04Fixes leak with creating editor settingsRafał Mikrut
2020-07-23Add multiple programming language support to class referenceHaSa1002
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-05-22Dynamic infinite 3D gridAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29Add option for editor freelook camera sensitivity1abinitio1
2020-04-18Add editor freelook navigation scheme settingsHugo Locurcio
2020-04-04Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde
2020-04-03Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky