summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Validate renderer selection in project manager and change default renderer ed...clayjohn2023-04-211-3/+3
* Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-2/+9
* [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-11/+13
* Merge pull request #73651 from hakro/editor-freelook-physical-shortcutsRémi Verschelde2023-03-031-8/+8
|\
| * Use physical shortcuts for freelook navigation in the editorHakim2023-02-211-8/+8
* | Merge pull request #72460 from Calinou/project-manager-disable-incompatible-r...Rémi Verschelde2023-02-221-0/+9
|\ \
| * | Disable incompatible rendering methods in the project managerHugo Locurcio2023-02-221-0/+9
* | | Enable granular control of touchscreen related settingsFredia Huya-Kouadio2023-02-221-1/+8
| |/ |/|
* | Fix shortcut reset.bruvzg2023-02-211-3/+9
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-4/+3
* | Merge pull request #71792 from EricEzaM/66428-changing-the-play-shortcut-gets...Yuri Sizov2023-02-171-2/+2
|\ \
| * | Fix shortcuts which have feature override defined reverting to default when u...Eric M2023-01-211-2/+2
* | | Fix editor language dropdown incomplete in some localesHaoyu Qiu2023-02-151-3/+0
* | | Increase default font sizes for EditorHelpYuri Sizov2023-02-111-3/+3
* | | Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu2023-02-071-0/+1
| |/ |/|
* | Add a theme usability setting which updates the touch area of UI elements (e....Fredia Huya-Kouadio2023-01-281-0/+1
* | Add file hint to external program pathskobewi2023-01-261-4/+4
* | Add "Open in External Program" optionkobewi2023-01-211-0/+6
|/
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-3/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Added gl_compatibility as an option to the project creation screenclayjohn2022-12-131-0/+1
* Merge pull request #67871 from Calinou/editor-theme-add-oled-presetRémi Verschelde2022-11-281-1/+2
|\
| * Add Black (OLED) editor theme presetHugo Locurcio2022-10-261-1/+2
* | Disable code font ligatures by default in the editorHugo Locurcio2022-11-121-1/+1
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-2/+2
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
| |/
* / Remove override_selected_font_color propertykobewi2022-10-261-1/+1
|/
* Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde2022-10-111-0/+3
|\
| * Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde2022-10-051-0/+3
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+9
|/
* Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde2022-09-081-2/+3
|\
| * Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-2/+3
* | [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-1/+1
|/
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-1/+1
* Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-16/+16
* Fix editor shortcuts overrides overwriting user configured shortcuts.bruvzg2022-08-271-2/+5
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-0/+1
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-1/+1
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-1/+1
* | Replace Array return types with TypedArraykobewi2022-08-221-2/+2
|/
* Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov2022-08-191-10/+9
|\
| * Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-10/+9
* | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-181-0/+1
|/
* Rename visual shader editor setting category for proper capitalizationHugo Locurcio2022-08-031-1/+1
* Fix EditorSettings crashes due to nullptr dereferenceSean Kim2022-07-311-4/+8
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-9/+3
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-42/+13