summaryrefslogtreecommitdiff
path: root/editor/editor_settings.cpp
AgeCommit message (Expand)Author
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-08-12Cleanup and rename caret operationsPaulb23
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-08Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde
2021-08-08add pseudolocalization to GodotAngad Kambli
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-13Implement the ability to disable classesreduz
2021-07-02Add numpad emulation in 3D viewportHaoyu Qiu
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-20Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde
2021-06-17Merge pull request #47813 from Calinou/editor-decrease-unfocused-fps-limitRémi Verschelde
2021-06-16EditorSettings: Factor code to compute auto display scaleRémi Verschelde
2021-06-15Merge pull request #48597 from Calinou/editor-scale-auto-portraitRémi Verschelde
2021-06-14Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-05New and improved IK system for Skeleton2DTwistedTwigleg
2021-06-03Replace get_settings_dir with get_config_dir when fetching configuration pathsYuri Sizov
2021-06-01Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde
2021-06-01Move and expose Code Hint in CodeEditPaulb23
2021-05-31Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde
2021-05-31Rename the bundled text editor themes for consistency with themesHugo Locurcio
2021-05-31Merge pull request #49178 from YeldhamDev/remove_dim_optionRémi Verschelde
2021-05-31Implement shader cachingreduz
2021-05-28Remove `dim_editor_on_dialog_popup` from editor settingsMichael Alexsander
2021-05-25Add TileMap grid editor settings.Gilles Roudière
2021-05-19Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-09Handle portrait mode monitors in the automatic editor scale detectionHugo Locurcio
2021-05-09Merge pull request #48534 from Calinou/editor-theme-allow-negative-contrastRémi Verschelde
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Tweak the setting hint for the custom editor theme settingHugo Locurcio
2021-05-07Allow negative contrast values in the editor theme settingsHugo Locurcio
2021-05-07Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-04-27Improve the editor themeHugo Locurcio
2021-04-12Decrease the editor FPS limit when unfocused from 20 to 10Hugo Locurcio
2021-03-23Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguousRémi Verschelde
2021-03-21Tweak the 3D editor grid default to not go below subdivisions of 1 meterHugo Locurcio
2021-03-20Display scene file extensions in the editor only if there's ambiguityHugo Locurcio
2021-02-19Merge pull request #44864 from Calinou/editor-array-dictionary-increase-page-...Rémi Verschelde
2021-02-18Added ability to override built-in actions for the editorEric M