summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #82283 from YeldhamDev/focus_that_search_bar!Rémi Verschelde2024-01-041-1/+1
|\
| * Make the search bars in the "Project Settings" dialog grab focus when they ap...Michael Alexsander2023-09-251-1/+1
* | Add input action name to window title in input map editorHugo Locurcio2023-12-181-2/+2
|/
* Add EditorStringNames singletonkobewi2023-09-031-15/+16
* save show built-in actions button statejsjtxietian2023-08-221-1/+5
* Merge pull request #71322 from EricEzaM/55856-proj-settings-initial-array-dic...Rémi Verschelde2023-02-011-0/+15
|\
| * Fix Project Settings array/dicts initial value being shared instances of the ...Eric M2023-01-131-0/+15
* | Cleanup and unify keyboard input.bruvzg2023-01-231-2/+6
* | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix closing project setting window with ESC while listening for inputMarkus Sauermann2022-12-211-0/+13
* Refactor `get_event_text` to a static method, remove high deadzone from event...Eric M2022-11-181-1/+1
* Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-6/+1
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-770/+5
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-105/+184
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-42/+38
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+2
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+0
|/
* Fix input map settings themingYuri Rubinsky2022-08-251-0/+3
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-3/+7
* Cleanup metadata usagekobewi2022-05-061-4/+3
* Disable add button when action name is invalidAaron Record2022-05-041-8/+25
* Redesign InputEvent editor pluginFireForge2022-04-121-6/+4
* Action Map Editor fixes and improvementsEric M2022-04-011-35/+70
* Fixup enum compare after #53734Rémi Verschelde2022-03-251-1/+1
* Merge pull request #53734 from jmb462/fix-missing-action-iconsRémi Verschelde2022-03-251-0/+25
|\
| * Fix missing action icons in action map editorjmb4622021-10-121-0/+25
* | Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+0
* | Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* | Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-4/+0
* | Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+1
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* | Merge pull request #56221 from YeldhamDev/inputmap_undo_masterRémi Verschelde2022-01-131-5/+3
|\ \
| * | Fix undo/redo operations in Input MapMichael Alexsander2021-12-241-5/+3
* | | Check if action name exists before adding it or renaming an action to itMarcel Admiraal2022-01-121-0/+20
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/ /
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* | Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* | Use "enum class" for input enumsAaron Franke2021-11-121-15/+15
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+10
* | Create key inputs as physical by default in the input action editorHugo Locurcio2021-10-121-2/+8
|/