summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguousRémi Verschelde2021-03-231-1/+0
|\
| * Display scene file extensions in the editor only if there's ambiguityHugo Locurcio2021-03-201-1/+0
* | Tweak the 3D editor grid default to not go below subdivisions of 1 meterHugo Locurcio2021-03-211-2/+2
|/
* Merge pull request #44864 from Calinou/editor-array-dictionary-increase-page-...Rémi Verschelde2021-02-191-0/+4
|\
| * Increase the page size for array/dictionary editors to 20Hugo Locurcio2021-02-121-0/+4
* | Added ability to override built-in actions for the editorEric M2021-02-181-6/+141
* | Reorganize Project Settingsreduz2021-02-181-1/+1
* | Merge pull request #45910 from Ansraer/default-scale-highres-monitorRémi Verschelde2021-02-141-0/+4
|\ \
| * | Adjust auto scale on high res displaysAnsraer2021-02-121-0/+4
* | | Add ability to change Icon Saturationreduz2021-02-121-0/+2
| |/ |/|
* | Improved Inspector Sub-Resource Editingreduz2021-02-121-0/+2
|/
* Removed _change_notifyreduz2021-02-101-1/+1
* Move project-specific editor data into res://.godot/editorAaron Franke2021-02-021-22/+10
* Fix minimap capturing events and improve its themeYuri Sizov2021-01-251-0/+4
* Merge pull request #45270 from Calinou/editor-tweak-font-hinting-hintRémi Verschelde2021-01-181-2/+25
|\
| * Tweak the "Auto" editor setting hints to be more indicativeHugo Locurcio2021-01-181-2/+25
* | Merge pull request #32321 from Calinou/editor-disable-quit-confirmationRémi Verschelde2021-01-181-1/+0
|\ \
| * | Remove the editor quit confirmationHugo Locurcio2021-01-061-1/+0
| |/
* / Tweak the Contextual Ligatures editor setting hint for consistencyHugo Locurcio2021-01-181-1/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add an editor setting for the 3D selection box colorHugo Locurcio2020-12-291-0/+4
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Add animation reset track featurePedro J. Estébanez2020-12-201-0/+2
* Increase the default Camera Zfar to 4000Hugo Locurcio2020-12-191-1/+7
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+1
* PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool codeRémi Verschelde2020-12-101-9/+0
* Cleanup unused engine codeTomasz Chabora2020-12-091-5/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-6/+6
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-5/+25
* Use a power-of-two value for Primary Grid Steps in the 3D editorHugo Locurcio2020-11-211-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove breakpoints from editor settingsPaulb232020-09-101-1/+0
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-2/+2
* Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-15/+15
* Merge pull request #41022 from qarmin/fixes_leak_with_creating_settingsRémi Verschelde2020-09-031-0/+1
|\
| * Fixes leak with creating editor settingsRafał Mikrut2020-08-041-0/+1
* | Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-171-0/+1
* | Add an editor setting to invert 3D pan/orbit on the X axisHugo Locurcio2020-08-151-0/+1
* | [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-111-1/+0
|/
* Add multiple programming language support to class referenceHaSa10022020-07-231-0/+2
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-1/+0
* Dynamic infinite 3D gridAaron Franke2020-05-221-8/+29
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-23/+46
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-73/+0
* Add option for editor freelook camera sensitivity1abinitio12020-04-291-0/+2
* Add editor freelook navigation scheme settingsHugo Locurcio2020-04-181-0/+2
* Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde2020-04-041-0/+2
|\
| * Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński2020-04-031-0/+2
* | Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
|/
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1