summaryrefslogtreecommitdiffstats
path: root/editor/action_map_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Fix crash when searching action map creates empty catagoriesPaulb232021-10-091-20/+22
* Allow mouse button event detection in Action Map Editorjmb4622021-09-201-14/+33
* Fix wrong behavior of Action Map Editor with non QWERTY layoutsjmb4622021-09-141-2/+0
* Use Key enum instead of plain integersAaron Franke2021-08-101-20/+18
* Make "remove action" translatable in Input Mapfoxydevloper2021-07-201-1/+1
* Make various strings translatablefoxydevloper2021-07-191-5/+5
* Optimize StringName usagereduz2021-07-181-22/+22
* Add header theme type variations to labelskobewi2021-07-131-0/+3
* Clean up Treereduz2021-07-041-0/+1
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-2/+2
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-5/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-6/+6
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
* Fix typos with codespellRémi Verschelde2021-05-201-3/+3
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-2/+2
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-22/+22
* Improve ActionMapEditorDanil Alexeev2021-05-051-34/+12
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.Eric M2021-02-191-0/+1167