summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark Editor SSL Certificates setting as require restartHaoyu Qiu2022-03-271-1/+1
* Convert the editor and default theme fonts to WOFF2 format to save space.bruvzg2022-03-251-3/+3
* Merge pull request #59373 from bruvzg/fix_editor_font_changeRémi Verschelde2022-03-211-1/+1
|\
| * [Editor] Fix reloading editor theme on font / font size setting change.bruvzg2022-03-211-1/+1
* | Merge pull request #59367 from Calinou/script-editor-decrease-line-spacingRémi Verschelde2022-03-211-1/+1
|\ \
| * | Decrease the default line spacing in the script editorHugo Locurcio2022-03-211-1/+1
| |/
* | Merge pull request #59366 from Calinou/editor-pseudolocalization-move-settingRémi Verschelde2022-03-211-3/+3
|\ \
| * | Move the pseudolocalization editor setting to a debug sectionHugo Locurcio2022-03-211-3/+3
| |/
* / Fix getaddrinfo failed with undefined proxy configTais P. Hansen2022-03-201-0/+4
|/
* Improve scene tab close button optionskobewi2022-03-131-0/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-6/+3
* Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander2022-03-091-2/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-0/+7
* Added ability to retrieve array of changed settings changed when it is saved.Eric M2022-03-051-0/+29
* 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