summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
2023-02-22Merge pull request #72460 from Calinou/project-manager-disable-incompatible-r...Rémi Verschelde
2023-02-22Disable incompatible rendering methods in the project managerHugo Locurcio
2023-02-22Enable granular control of touchscreen related settingsFredia Huya-Kouadio
2023-02-21Fix shortcut reset.bruvzg
2023-02-20[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg
2023-02-17Merge pull request #71792 from EricEzaM/66428-changing-the-play-shortcut-gets...Yuri Sizov
2023-02-15Fix editor language dropdown incomplete in some localesHaoyu Qiu
2023-02-11Increase default font sizes for EditorHelpYuri Sizov
2023-02-07Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu
2023-01-28Add a theme usability setting which updates the touch area of UI elements (e....Fredia Huya-Kouadio
2023-01-26Add file hint to external program pathskobewi
2023-01-21Add "Open in External Program" optionkobewi
2023-01-21Fix shortcuts which have feature override defined reverting to default when u...Eric M
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-13Added gl_compatibility as an option to the project creation screenclayjohn
2022-11-28Merge pull request #67871 from Calinou/editor-theme-add-oled-presetRémi Verschelde
2022-11-12Disable code font ligatures by default in the editorHugo Locurcio
2022-11-03Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-26Add Black (OLED) editor theme presetHugo Locurcio
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-11Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Add editor setting for AcceptDialog OK/Cancel buttons positioningRémi Verschelde
2022-09-08Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-27Fix editor shortcuts overrides overwriting user configured shortcuts.bruvzg
2022-08-26[macOS] Extend editor contents to the window titlebar for better space usage.bruvzg
2022-08-26Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde
2022-08-23Add font LCD sub-pixel anti-aliasing support.bruvzg
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-19Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov
2022-08-18Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-08-03Rename visual shader editor setting category for proper capitalizationHugo Locurcio
2022-07-31Fix EditorSettings crashes due to nullptr dereferenceSean Kim
2022-07-29Swap arguments of ResourceSaver.save()kobewi
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-25When selecting Nodes in the Scene Tree, if the current EditorPlugin is "Scrip...Alfred R. Baudisch
2022-07-22Rename directory for export templates from templates to export_templatesAaron Franke
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-03Add the ability to drag the code completion scrollbar using the mouse clickMinusKube