index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_settings.cpp
Age
Commit message (
Expand
)
Author
2022-03-13
Improve scene tab close button options
kobewi
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-09
Replace `TabBar`'s `min_width` with `max_tab_width` and expose it
Michael Alexsander
2022-03-06
Remove duplicate editor settings definitions
kobewi
2022-03-05
Added ability to retrieve array of changed settings changed when it is saved.
Eric M
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
Merge pull request #57877 from bruvzg/subpixel_gl_pos
Rémi Verschelde
2022-02-14
Improve completion scroll bar visibility in the script editor
Hugo Locurcio
2022-02-12
Add sub-pixel glyph positioning support.
bruvzg
2022-02-12
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-24
Fix translation with multiple sources for the same language.
bruvzg
2022-01-23
Minor tweaks and fixes to panning
kobewi
2022-01-21
Add ViewPanner to 2D editor
kobewi
2022-01-19
Fix locale always selecting translation instead of "en", when no match found.
bruvzg
2022-01-18
Improve locale detection.
bruvzg
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-08
Display automatically chosen value for the internal toast editor setting
Hugo Locurcio
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2022-01-02
Fix various typos
luz paz
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
Fix font preview text color on light background
Haoyu Qiu
2021-12-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-19
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-15
Fixed shortcut saving and 'original' comparisons
Eric M
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-04
Merge pull request #51413 from KoBeWi/🚗
Rémi Verschelde
2021-10-01
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Add TextFile support across the editor
Paulb23
2021-09-25
Add history navigation in the script editor using extra mouse buttons
Hugo Locurcio
2021-09-21
Merge pull request #52901 from nonunknown/master
Rémi Verschelde
2021-09-21
Fix alpha typo in code completion color
nonunknown
2021-09-22
Added ability to override shortcut definitions for OSX (remove preprocessor d...
Eric M
2021-09-21
Improve implementation of builtin action overrides
Eric M
2021-09-20
Tweak the 3D editor inertia defaults for better responsiveness
Hugo Locurcio
2021-09-15
Add and use macros for defining editor settings with hint information
Aaron Franke
2021-08-23
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-12
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
Cleanup and rename caret operations
Paulb23
2021-08-12
Add option to not expand tree on node select
kobewi
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-08
Merge pull request #51395 from angad-k/pseudolocalization-squashed
Rémi Verschelde
[next]