summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #29871 from Faless/crypto/initial_prRémi Verschelde2019-08-211-11/+19
|\
| * Fix Network Editor Settings setup.Fabio Alessandrelli2019-08-211-12/+19
| * Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-1/+2
* | Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-1/+1
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-8/+3
* Set the low processor mode sleep editor settings to require a restartHugo Locurcio2019-08-151-2/+2
* Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio2019-08-141-2/+2
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-4/+13
* Merge pull request #30879 from Calinou/simplify-font-editor-settingsRémi Verschelde2019-07-291-8/+5
|\
| * Simplify editor settings related to font hinting and antialiasingHugo Locurcio2019-07-281-8/+5
* | Update "Sorting Order" dropdown in Editor Settingshomer6662019-07-281-1/+1
|/
* Simplify editor settings related to window dimmingHugo Locurcio2019-07-261-4/+0
* Move "Open Screenshot" from the "Editor" menu to the editor settingsMichael Alexsander Silva Dias2019-07-231-0/+1
* Enable the script editor's "Auto Brace Complete" by defaultHugo Locurcio2019-07-181-1/+3
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-26/+26
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-0/+2
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-0/+13
* | Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-6/+3
|\ \
| * | Some code changed with Clang-Tidyqarmin2019-06-261-6/+3
* | | Allow to remove 2D editor limitsTomasz Chabora2019-06-251-0/+1
* | | Add option to toggle console window on WindowsLuka Dornhecker2019-06-201-0/+1
|/ /
* | Fix help source font setting and related cleanupRémi Verschelde2019-06-141-9/+14
* | Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde2019-06-131-6/+17
|\ \ | |/ |/|
| * Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand2019-06-131-6/+17
* | Merge pull request #29517 from KoBeWi/pan_shopRémi Verschelde2019-06-121-1/+1
|\ \
| * | Allow to change 2D pan hotkeyTomasz Chabora2019-06-051-1/+1
* | | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/ /
* | Merge pull request #27334 from qarmin/add_50_percent_editor_scaleRémi Verschelde2019-05-311-1/+1
|\ \
| * | Add 50% scale in Godotqarmin2019-04-071-1/+1
* | | Decrease the editor FPS cap when the window is unfocusedHugo Locurcio2019-05-301-0/+4
* | | Merge pull request #28107 from Amssat221/issue28105Rémi Verschelde2019-05-281-0/+2
|\ \ \
| * | | Set range and change EDITOR_DEF to EDITOR_GETGuillermo2019-04-301-0/+2