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
/
action_map_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #97187 from KoBeWi/do_not
Rémi Verschelde
2024-09-19
1
-1
/
+1
|
\
|
*
Don't store project metadata when loading
kobewi
2024-09-19
1
-1
/
+1
*
|
Set auto translate mode for drag previews
Haoyu Qiu
2024-09-19
1
-0
/
+1
|
/
*
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-1
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
Defer `ActionMapEditor::_action_edited` signal to prevent tree updates when t...
bruvzg
2024-05-29
1
-1
/
+2
*
Disable Clear All button when not filtering in Editor Settings
Haoyu Qiu
2024-05-19
1
-1
/
+5
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-3
/
+3
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
Hugo Locurcio
2024-03-05
1
-0
/
+4
*
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
/
+4
*
Merge pull request #82283 from YeldhamDev/focus_that_search_bar!
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
|
*
Make the search bars in the "Project Settings" dialog grab focus when they ap...
Michael Alexsander
2023-09-25
1
-1
/
+1
*
|
Add input action name to window title in input map editor
Hugo Locurcio
2023-12-18
1
-2
/
+2
|
/
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-15
/
+16
*
save show built-in actions button state
jsjtxietian
2023-08-22
1
-1
/
+5
*
Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...
Rémi Verschelde
2023-02-01
1
-0
/
+15
|
\
|
*
Fix Project Settings array/dicts initial value being shared instances of the ...
Eric M
2023-01-13
1
-0
/
+15
*
|
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-2
/
+6
*
|
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-5
/
+1
|
/
*
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
*
Fix closing project setting window with ESC while listening for input
Markus Sauermann
2022-12-21
1
-0
/
+13
*
Refactor `get_event_text` to a static method, remove high deadzone from event...
Eric M
2022-11-18
1
-1
/
+1
*
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-11-04
1
-6
/
+1
*
Split `action_map_editor` file into one file per class it contained.
Eric M
2022-10-06
1
-770
/
+5
*
Add searching by event for Editor Settings shortcuts and Project Settings inp...
EricEzaM
2022-10-03
1
-105
/
+184
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-42
/
+38
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+2
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-4
/
+4
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-4
/
+4
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+0
|
/
*
Fix input map settings theming
Yuri Rubinsky
2022-08-25
1
-0
/
+3
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-0
/
+1
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-3
/
+7
*
Cleanup metadata usage
kobewi
2022-05-06
1
-4
/
+3
*
Disable add button when action name is invalid
Aaron Record
2022-05-04
1
-8
/
+25
*
Redesign InputEvent editor plugin
FireForge
2022-04-12
1
-6
/
+4
*
Action Map Editor fixes and improvements
Eric M
2022-04-01
1
-35
/
+70
*
Fixup enum compare after #53734
Rémi Verschelde
2022-03-25
1
-1
/
+1
*
Merge pull request #53734 from jmb462/fix-missing-action-icons
Rémi Verschelde
2022-03-25
1
-0
/
+25
|
\
[next]