summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak the 3D editor inertia defaults for better responsivenessHugo Locurcio2021-09-201-9/+7
* Add and use macros for defining editor settings with hint informationAaron Franke2021-09-151-180/+99
* Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio2021-08-231-2/+2
* Reorganise text editor settingsPaulb232021-08-161-94/+99
* Expose and cleanup TextEdit line wrap APIPaulb232021-08-121-1/+3
* Cleanup and rename caret operationsPaulb232021-08-121-1/+2
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde2021-08-081-1/+6
|\
| * add pseudolocalization to GodotAngad Kambli2021-08-081-1/+6
* | Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-9/+9
* | Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-2/+2
* | Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-4/+4
|\ \
| * | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* | | Fix various typos with codespellluz paz2021-07-251-1/+1
|/ /
* / Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-17/+12
|/
* Optimize StringName usagereduz2021-07-181-2/+2
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Add numpad emulation in 3D viewportHaoyu Qiu2021-07-021-0/+1
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-5/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde2021-06-201-1/+1
|\
| * Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal2021-05-191-1/+1
* | Merge pull request #47813 from Calinou/editor-decrease-unfocused-fps-limitRémi Verschelde2021-06-171-2/+6
|\ \
| * | Decrease the editor FPS limit when unfocused from 20 to 10Hugo Locurcio2021-04-121-2/+6
* | | EditorSettings: Factor code to compute auto display scaleRémi Verschelde2021-06-161-24/+24
* | | Merge pull request #48597 from Calinou/editor-scale-auto-portraitRémi Verschelde2021-06-151-3/+5
|\ \ \
| * | | Handle portrait mode monitors in the automatic editor scale detectionHugo Locurcio2021-05-091-3/+5
* | | | Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde2021-06-141-94/+31
* | | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* | | | New and improved IK system for Skeleton2DTwistedTwigleg2021-06-051-5/+5
* | | | Replace get_settings_dir with get_config_dir when fetching configuration pathsYuri Sizov2021-06-031-4/+4
* | | | Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde2021-06-011-1/+0
|\ \ \ \
| * | | | Move and expose Code Hint in CodeEditPaulb232021-06-011-1/+0
* | | | | Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde2021-05-311-11/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename the bundled text editor themes for consistency with themesHugo Locurcio2021-05-311-11/+10
* | | | | Merge pull request #49178 from YeldhamDev/remove_dim_optionRémi Verschelde2021-05-311-1/+0
|\ \ \ \ \
| * | | | | Remove `dim_editor_on_dialog_popup` from editor settingsMichael Alexsander2021-05-281-1/+0
| |/ / / /
* / / / / Implement shader cachingreduz2021-05-311-87/+18
|/ / / /
* | | / Add TileMap grid editor settings.Gilles Roudière2021-05-251-0/+4
| |_|/ |/| |
* | | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-4/+4
|\ \ \ | |/ / |/| |
| * | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-4/+4
* | | Merge pull request #48534 from Calinou/editor-theme-allow-negative-contrastRémi Verschelde2021-05-091-2/+2
|\ \ \ | |/ / |/| |
| * | Allow negative contrast values in the editor theme settingsHugo Locurcio2021-05-071-2/+2
* | | Tweak the setting hint for the custom editor theme settingHugo Locurcio2021-05-071-1/+1
|/ /
* | Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde2021-05-071-0/+1
|\ \
| * | Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
| |/
* | Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde2021-05-061-4/+4
|\ \
| * | Improve the editor themeHugo Locurcio2021-04-271-4/+4
| |/
* / Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
|/
* Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguousRémi Verschelde2021-03-231-1/+0
|\