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_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-10-06
Split `action_map_editor` file into one file per class it contained.
Eric M
2022-10-03
Add searching by event for Editor Settings shortcuts and Project Settings inp...
EricEzaM
2022-09-25
Merge pull request #65290 from requizm/fix/65081/cannot_set_escape
Rémi Verschelde
2022-09-17
Update Editor Shortcuts tree creation to always have sections in same order.
Eric M
2022-09-15
Check TreeItem for nullptr before accessing.
Eric M
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-03
Disabled "Escape" button when closing the shortcut window
requizm
2022-08-30
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-22
Add per-scene UndoRedo
kobewi
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-05-31
Merge pull request #61455 from fire-forge/tab
Rémi Verschelde
2022-05-28
Use consistent casing in editor filter/search bars
FireForge
2022-05-26
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-21
Add the button pressed to some signals in Tree
trollodel
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-05-06
Cleanup metadata usage
kobewi
2022-04-05
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-03-28
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-17
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-03-10
Merge pull request #58706 from timothyqiu/property-i18n
Rémi Verschelde
2022-03-10
Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_edit
Rémi Verschelde
2022-03-05
Fix color pickers closing in editor settings
kobewi
2022-03-05
Merge pull request #53839 from EricEzaM/editor-settings-changed-settings
Rémi Verschelde
2022-03-05
Made use of EditorSettings 'settings changed' to optimise settings changed no...
Eric M
2022-03-03
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
i18n: Make property paths and categories translatable
Haoyu Qiu
2022-02-18
Fixed issues with shortcut checking in 3d node editor
Eric M
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Re-add missing `SNAME` macros in `get_theme_*` calls
Rémi Verschelde
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-05
Add shortcut_cell double click functionality
Ger Hean
2022-02-05
Fix shortcut collapse after edit
Ger Hean
2022-02-01
Minor fixes/refactoring of project and editor setting dialogs
Hendrik Brucker