index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_settings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+5
*
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-15
1
-0
/
+2
|
\
|
*
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
1
-0
/
+2
*
|
Improve completion scroll bar visibility in the script editor
Hugo Locurcio
2022-02-14
1
-1
/
+1
|
/
*
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-6
/
+27
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Fix translation with multiple sources for the same language.
bruvzg
2022-01-24
1
-1
/
+1
*
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-1
/
+1
*
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-4
/
+9
*
Fix locale always selecting translation instead of "en", when no match found.
bruvzg
2022-01-19
1
-1
/
+1
*
Improve locale detection.
bruvzg
2022-01-18
1
-8
/
+8
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-1
/
+0
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-1
/
+0
*
|
Display automatically chosen value for the internal toast editor setting
Hugo Locurcio
2022-01-08
1
-1
/
+5
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-03
1
-40
/
+0
|
\
\
|
*
|
Improve editor template workflow
fabriceci
2022-01-02
1
-40
/
+0
|
|
/
*
/
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
|
/
*
Fix font preview text color on light background
Haoyu Qiu
2021-12-18
1
-1
/
+1
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
1
-55
/
+4
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-8
/
+8
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-9
/
+8
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-2
/
+2
*
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-19
1
-0
/
+1
|
\
|
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-0
/
+1
*
|
Fixed shortcut saving and 'original' comparisons
Eric M
2021-10-15
1
-14
/
+19
|
/
*
Merge pull request #51413 from KoBeWi/🚗
Rémi Verschelde
2021-10-04
1
-0
/
+1
|
\
|
*
Add option to not expand tree on node select
kobewi
2021-08-12
1
-0
/
+1
*
|
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-10-01
1
-45
/
+108
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-9
/
+9
*
|
Add TextFile support across the editor
Paulb23
2021-09-30
1
-0
/
+1
*
|
Add history navigation in the script editor using extra mouse buttons
Hugo Locurcio
2021-09-25
1
-0
/
+1
*
|
Merge pull request #52901 from nonunknown/master
Rémi Verschelde
2021-09-21
1
-1
/
+1
|
\
\
|
*
|
Fix alpha typo in code completion color
nonunknown
2021-09-21
1
-1
/
+1
*
|
|
Added ability to override shortcut definitions for OSX (remove preprocessor d...
Eric M
2021-09-22
1
-8
/
+18
*
|
|
Improve implementation of builtin action overrides
Eric M
2021-09-21
1
-4
/
+12
|
/
/
*
|
Tweak the 3D editor inertia defaults for better responsiveness
Hugo Locurcio
2021-09-20
1
-9
/
+7
*
|
Add and use macros for defining editor settings with hint information
Aaron Franke
2021-09-15
1
-180
/
+99
*
|
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-08-23
1
-2
/
+2
*
|
Reorganise text editor settings
Paulb23
2021-08-16
1
-94
/
+99
*
|
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
1
-1
/
+3
*
|
Cleanup and rename caret operations
Paulb23
2021-08-12
1
-1
/
+2
|
/
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-1
/
+1
*
Merge pull request #51395 from angad-k/pseudolocalization-squashed
Rémi Verschelde
2021-08-08
1
-1
/
+6
|
\
|
*
add pseudolocalization to Godot
Angad Kambli
2021-08-08
1
-1
/
+6
*
|
Shortcut: Rename `shortcut` property to `event`
Rémi Verschelde
2021-08-05
1
-9
/
+9
*
|
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-2
/
+2
*
|
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-4
/
+4
|
\
\
|
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
|
|
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
|
/
/
[next]