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
/
project_settings_editor.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
*
Fix synchronization of global class name
Hilderin
2024-06-25
1
-0
/
+4
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
Add Globals tab to reorganize Project Settings dialog
kobewi
2024-06-05
1
-4
/
+8
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Increase width of project settings window
lmyers421
2024-05-22
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-4
/
+4
*
Add separate feature tags for editor runtime
kobewi
2024-04-26
1
-0
/
+2
*
Merge pull request #87870 from ryevdokimov/remove-unnecessary-focus-methods
Rémi Verschelde
2024-03-11
1
-10
/
+2
|
\
|
*
Remove unnecessary focus methods and directly bind to 'set_close_on_escape'
Robert Yevdokimov
2024-02-02
1
-10
/
+2
*
|
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
Hugo Locurcio
2024-03-05
1
-1
/
+27
*
|
Remove code relative to obsoleted ETC texture format
Rémi Verschelde
2024-02-14
1
-1
/
+0
|
/
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Improve "Add" button consistency in Project Settings
Christian Kaiser
2024-01-11
1
-0
/
+2
*
Merge pull request #82283 from YeldhamDev/focus_that_search_bar!
Rémi Verschelde
2024-01-04
1
-2
/
+23
|
\
|
*
Make the search bars in the "Project Settings" dialog grab focus when they ap...
Michael Alexsander
2023-09-25
1
-2
/
+23
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
|
|
/
*
/
Implement project-wide node groups
Stanislav Labzyuk
2023-12-19
1
-0
/
+7
|
/
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-6
/
+7
*
Deprecate project_settings_changed signal
kobewi
2023-08-10
1
-2
/
+0
*
fix errors while reordering input maps
jpcerrone
2023-05-12
1
-1
/
+2
*
Merge pull request #76026 from YuriSizov/editor-running-up-that-gui
Rémi Verschelde
2023-04-26
1
-0
/
+1
|
\
|
*
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-0
/
+1
*
|
Translate undo/redo messages in settings dialogs
Haoyu Qiu
2023-04-23
1
-2
/
+2
|
/
*
Merge pull request #75141 from rcorre/rrc/dialog-pos
Yuri Sizov
2023-03-28
1
-0
/
+1
|
\
|
*
Apply clamp_to_embedder on parent resize and popup.
Ryan Roden-Corrent
2023-03-27
1
-0
/
+1
*
|
clear filter input in Project Settings when opening Layers
yedpodtrzitko
2023-03-10
1
-1
/
+5
|
/
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-1
/
+1
*
Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...
Rémi Verschelde
2023-02-01
1
-11
/
+3
|
\
|
*
Fix Project Settings array/dicts initial value being shared instances of the ...
Eric M
2023-01-13
1
-11
/
+3
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-8
/
+8
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix closing project setting window with ESC while listening for input
Markus Sauermann
2022-12-21
1
-0
/
+10
*
Add feature tags to signify engine float precision
Mikael Hermansson
2022-12-07
1
-0
/
+2
*
Allow specifying a prefix to automatically detect library files for gdextensi...
Gilles Roudière
2022-12-01
1
-2
/
+4
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-3
/
+8
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-4
/
+4
*
Only show named layers in layer menu
Haoyu Qiu
2022-10-08
1
-1
/
+6
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Split `action_map_editor` file into one file per class it contained.
Eric M
2022-10-06
1
-0
/
+1
*
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
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-15
/
+20
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-20
/
+15
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+3
[next]