summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-6/+28
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde2020-02-271-3/+5
|\ \
| * | Add a soft line length guideline to the script editorHugo Locurcio2020-02-151-3/+5
| |/
* / Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-17/+17
|/
* Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio2020-02-121-1/+1
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-3/+3
* Enable the script editor line length guideline by defaultHugo Locurcio2020-01-021-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Make the script templates' blank lines conform with the official style guideMichael Alexsander2019-11-171-0/+1
* Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-trueRémi Verschelde2019-10-251-1/+1
|\
| * set convert_indent_on_save to trueRobKohr2019-10-141-1/+1
* | Add a "slow" modifier to freelookHugo Locurcio2019-10-141-2/+0
|/
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-4/+4
* Reorganize & rename text editor settings categoriesCykyrios2019-09-011-19/+21
* Merge pull request #31589 from Chaosus/minimap_enabledRémi Verschelde2019-08-231-1/+1
|\
| * Make code minimap to be visible by defaultYuri Roubinski2019-08-231-1/+1
* | Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-2/+11
|/
* Merge pull request #31302 from Paulb23/issue_4881_code_minimapRémi Verschelde2019-08-221-0/+3
|\
| * Add minimap to text_editPaulb232019-08-211-0/+3
* | Displays smart snapping guides when snappedGilles Roudière2019-08-211-0/+1
|/