summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
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
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-25Allow to remove 2D editor limitsTomasz Chabora
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-20Add option to toggle console window on WindowsLuka Dornhecker
2019-06-14Fix help source font setting and related cleanupRémi Verschelde
2019-06-13Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde
2019-06-13Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand
2019-06-12Merge pull request #29517 from KoBeWi/pan_shopRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-05Allow to change 2D pan hotkeyTomasz Chabora
2019-05-31Merge pull request #27334 from qarmin/add_50_percent_editor_scaleRémi Verschelde
2019-05-30Decrease the editor FPS cap when the window is unfocusedHugo Locurcio