aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-131-17/+24
* Theme saving no longer hard codedPaulb232018-06-131-33/+10
* Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde2018-06-131-25/+1
|\
| * Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde2018-06-111-25/+1
* | Added Solarized Dark and Light themesChaosus2018-06-131-1/+1
|/
* Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias2018-05-161-1/+4
* Merge pull request #18442 from StraToN/add-button-sort-methods-overviewRémi Verschelde2018-05-161-0/+1
|\
| * Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia2018-05-111-0/+1
* | TextEdit word wrapIan2018-05-141-0/+1
* | Editor: make custom bold font config workingMartin Capitanio2018-05-131-1/+1
|/
* fixed bodl font error messagetoger52018-05-111-1/+1
* Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde2018-05-101-0/+8
|\
| * Added GDScript NodePath highlightingPaulb232018-04-201-0/+2
| * Added GDScript function definition highlightingPaulb232018-04-201-0/+6
* | Fix the 3D grid color setting hintsHugo Locurcio2018-05-081-2/+2
* | Merge pull request #18113 from toger5/bold_fontJuan Linietsky2018-05-071-0/+2
|\ \
| * | added bold font to editor (support for coustom bold font)toger52018-04-191-0/+2
| |/
* | Merge pull request #18525 from Calinou/improve-3d-gridJuan Linietsky2018-05-071-2/+11
|\ \
| * | Improve the 3D editor gridHugo Locurcio2018-04-301-2/+11
| |/
* | Make bones have more contrast with outlineJuan Linietsky2018-05-041-1/+3
* | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-281-2/+2
|/
* Merge pull request #17706 from Calinou/overhaul-hidpi-settingsRémi Verschelde2018-03-231-2/+4
|\
| * Overhaul the display scaling editor settingsHugo Locurcio2018-03-231-2/+4
* | Merge pull request #17505 from ArkDShiggy/invert_y-axisRémi Verschelde2018-03-231-0/+1
|\ \ | |/ |/|
| * add option to invert y-axisJulien CATINEAU2018-03-201-0/+1
* | Merge pull request #17420 from marcelofg55/fscache_err_checksRémi Verschelde2018-03-141-5/+2
|\ \
| * | Added error checks for fscache savingMarcelo Fernandez2018-03-131-5/+2
* | | Add an hinting mode setting to DynamicFontsHugo Locurcio2018-02-281-0/+4
| |/ |/|
* | Merge pull request #15399 from poke1024/load-one-translationRémi Verschelde2018-02-141-27/+29
|\ \
| * | Load needed translation on demandBernhard Liebl2018-01-061-27/+29
* | | Changes for the "Recent Scripts" menu.Michael Alexsander Silva Dias2018-02-021-2/+0
* | | maximum recent files increment fixRazah2018-01-251-1/+1
* | | Properly save the new save safe setting, avoid crash.Juan Linietsky2018-01-121-0/+1
* | | Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* | | Fix bindings of EditorSettings.set_initial_valueRémi Verschelde2018-01-091-3/+3
* | | Merge pull request #15458 from volzhs/fix-editor-settings-1Rémi Verschelde2018-01-081-2/+6
|\ \ \
| * | | Fix editor setting value is back to defaultvolzhs2018-01-081-2/+6
* | | | Merge pull request #15457 from volzhs/custom-font-source-codeRémi Verschelde2018-01-081-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Set source code font with ttf, otfvolzhs2018-01-081-8/+8
| |/ /
* / / Fix editor settings weird behaviorvolzhs2018-01-061-10/+21
|/ /
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
* | Merge pull request #15033 from poke1024/shortcuts-macRémi Verschelde2018-01-041-0/+36
|\ \
| * | On macOS, change some default editor shortcutsBernhard Liebl2017-12-261-0/+36
* | | Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde2018-01-031-1/+1
|\ \ \
| * | | Use .ttf or .otf file for editor custom fontvolzhs2017-12-271-1/+1
| |/ /
* | | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* | | Merge pull request #15152 from poke1024/editor-settings-changeNoshyaar2018-01-011-6/+19
|\ \ \
| * | | Only send editor "settings_changed" if actually changed.Bernhard Liebl2017-12-291-6/+19
| |/ /
* / / Respect text editor highlighting color changesvolzhs2017-12-281-6/+6
|/ /
* | Merge pull request #14853 from MattUV/context-menuNoshyaar2017-12-251-0/+1
|\ \