summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
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
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-27Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-15Add a soft line length guideline to the script editorHugo Locurcio
2020-02-12Rename the "Last Modified" project list sorting option to "Last Edited"Hugo Locurcio
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-02Enable the script editor line length guideline by defaultHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-10-25Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-trueRémi Verschelde
2019-10-14Add a "slow" modifier to freelookHugo Locurcio
2019-10-14set convert_indent_on_save to trueRobKohr
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-09-25Added some obvious errors explanationsqarmin
2019-09-01Reorganize & rename text editor settings categoriesCykyrios
2019-08-23Merge pull request #31589 from Chaosus/minimap_enabledRémi Verschelde
2019-08-23Make code minimap to be visible by defaultYuri Roubinski
2019-08-22Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)
2019-08-22Merge pull request #31302 from Paulb23/issue_4881_code_minimapRémi Verschelde
2019-08-21Add minimap to text_editPaulb23
2019-08-21Displays smart snapping guides when snappedGilles Roudière
2019-08-21Merge pull request #29871 from Faless/crypto/initial_prRémi Verschelde
2019-08-21Fix Network Editor Settings setup.Fabio Alessandrelli
2019-08-21Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli
2019-08-21Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-15Set the low processor mode sleep editor settings to require a restartHugo Locurcio
2019-08-14Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-07-29Merge pull request #30879 from Calinou/simplify-font-editor-settingsRémi Verschelde
2019-07-28Update "Sorting Order" dropdown in Editor Settingshomer666
2019-07-28Simplify editor settings related to font hinting and antialiasingHugo Locurcio
2019-07-26Simplify editor settings related to window dimmingHugo Locurcio
2019-07-23Move "Open Screenshot" from the "Editor" menu to the editor settingsMichael Alexsander Silva Dias
2019-07-18Enable the script editor's "Auto Brace Complete" by defaultHugo Locurcio
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde