summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+5
* Merge pull request #57877 from bruvzg/subpixel_gl_posRémi Verschelde2022-02-151-0/+2
|\
| * Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+2
* | Improve completion scroll bar visibility in the script editorHugo Locurcio2022-02-141-1/+1
|/
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-6/+27
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Fix translation with multiple sources for the same language.bruvzg2022-01-241-1/+1
* Minor tweaks and fixes to panningkobewi2022-01-231-1/+1
* Add ViewPanner to 2D editorkobewi2022-01-211-4/+9
* Fix locale always selecting translation instead of "en", when no match found.bruvzg2022-01-191-1/+1
* Improve locale detection.bruvzg2022-01-181-8/+8
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+0
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+0
* | Display automatically chosen value for the internal toast editor settingHugo Locurcio2022-01-081-1/+5
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Merge pull request #53957 from fabriceci/new-template-workflowRémi Verschelde2022-01-031-40/+0
|\ \
| * | Improve editor template workflowfabriceci2022-01-021-40/+0
| |/
* / Fix various typosluz paz2022-01-021-1/+1
|/
* Fix font preview text color on light backgroundHaoyu Qiu2021-12-181-1/+1
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-55/+4
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-8/+8
* Use "enum class" for input enumsAaron Franke2021-11-121-9/+8
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-0/+1
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-0/+1
* | Fixed shortcut saving and 'original' comparisonsEric M2021-10-151-14/+19
|/
* Merge pull request #51413 from KoBeWi/🚗Rémi Verschelde2021-10-041-0/+1
|\
| * Add option to not expand tree on node selectkobewi2021-08-121-0/+1
* | Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-011-45/+108
* | Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* | Add TextFile support across the editorPaulb232021-09-301-0/+1
* | Add history navigation in the script editor using extra mouse buttonsHugo Locurcio2021-09-251-0/+1
* | Merge pull request #52901 from nonunknown/masterRémi Verschelde2021-09-211-1/+1
|\ \
| * | Fix alpha typo in code completion colornonunknown2021-09-211-1/+1
* | | Added ability to override shortcut definitions for OSX (remove preprocessor d...Eric M2021-09-221-8/+18
* | | Improve implementation of builtin action overridesEric M2021-09-211-4/+12
|/ /
* | 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
|/ /