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_dialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix undoredo handling in some dialogs
kobewi
2024-07-04
1
-13
/
+2
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-2
/
+2
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Disable Clear All button when not filtering in Editor Settings
Haoyu Qiu
2024-05-19
1
-4
/
+9
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+2
*
Add context support for editor property name i18n
Haoyu Qiu
2024-03-31
1
-2
/
+2
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
Redesign the graph editor for visual shaders
Hendrik Brucker
2024-02-22
1
-0
/
+2
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+4
*
Merge pull request #86654 from ryevdokimov/fix-listening-for-input-escape
Rémi Verschelde
2024-02-02
1
-0
/
+2
|
\
|
*
Prevent escape key from closing Editor Settings window when filtering for sho...
Robert Yevdokimov
2024-01-05
1
-0
/
+2
*
|
Introduce editor theme spacing presets
Yuri Sizov
2024-01-16
1
-1
/
+5
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
Make the search bars in the "Project Settings" dialog grab focus when they ap...
Michael Alexsander
2023-09-25
1
-4
/
+1
|
/
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
Improve undo action names
Haoyu Qiu
2023-09-12
1
-2
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-16
/
+17
*
Translate undo/redo messages in settings dialogs
Haoyu Qiu
2023-04-23
1
-2
/
+2
*
Apply clamp_to_embedder on parent resize and popup.
Ryan Roden-Corrent
2023-03-27
1
-0
/
+1
*
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-5
/
+1
|
\
|
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-5
/
+1
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-4
/
+4
|
/
*
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #67871 from Calinou/editor-theme-add-oled-preset
Rémi Verschelde
2022-11-28
1
-1
/
+1
|
\
|
*
Add Black (OLED) editor theme preset
Hugo Locurcio
2022-10-26
1
-1
/
+1
*
|
Don't update EditorSettings dialog unnecessarily
kobewi
2022-11-21
1
-1
/
+3
*
|
Fix memory leak in `EditorSettingsDialog`
Rindbee
2022-11-11
1
-0
/
+1
*
|
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-4
/
+4
|
/
*
Split `action_map_editor` file into one file per class it contained.
Eric M
2022-10-06
1
-0
/
+2
*
Add searching by event for Editor Settings shortcuts and Project Settings inp...
EricEzaM
2022-10-03
1
-25
/
+46
*
Merge pull request #65290 from requizm/fix/65081/cannot_set_escape
Rémi Verschelde
2022-09-25
1
-0
/
+1
|
\
|
*
Disabled "Escape" button when closing the shortcut window
requizm
2022-09-03
1
-0
/
+1
*
|
Update Editor Shortcuts tree creation to always have sections in same order.
Eric M
2022-09-17
1
-24
/
+29
*
|
Check TreeItem for nullptr before accessing.
Eric M
2022-09-15
1
-0
/
+4
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-1
/
+1
*
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
|
/
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-5
/
+5
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Merge pull request #61455 from fire-forge/tab
Rémi Verschelde
2022-05-31
1
-0
/
+1
|
\
|
*
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-0
/
+1
*
|
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
|
/
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-2
/
+5
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
[next]