| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -4/+0 |
* | | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+1 |
* | | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+1 |
* | | Merge pull request #56221 from YeldhamDev/inputmap_undo_master | Rémi Verschelde | 2022-01-13 | 1 | -5/+3 |
|\ \ |
|
| * | | Fix undo/redo operations in Input Map | Michael Alexsander | 2021-12-24 | 1 | -5/+3 |
* | | | Check if action name exists before adding it or renaming an action to it | Marcel Admiraal | 2022-01-12 | 1 | -0/+20 |
* | | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ / |
|
* | | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
* | | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio | 2021-11-16 | 1 | -1/+1 |
* | | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -15/+15 |
* | | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 1 | -4/+10 |
* | | Create key inputs as physical by default in the input action editor | Hugo Locurcio | 2021-10-12 | 1 | -2/+8 |
|/ |
|
* | Fix crash when searching action map creates empty catagories | Paulb23 | 2021-10-09 | 1 | -20/+22 |
* | Allow mouse button event detection in Action Map Editor | jmb462 | 2021-09-20 | 1 | -14/+33 |
* | Fix wrong behavior of Action Map Editor with non QWERTY layouts | jmb462 | 2021-09-14 | 1 | -2/+0 |
* | Use Key enum instead of plain integers | Aaron Franke | 2021-08-10 | 1 | -20/+18 |
* | Make "remove action" translatable in Input Map | foxydevloper | 2021-07-20 | 1 | -1/+1 |
* | Make various strings translatable | foxydevloper | 2021-07-19 | 1 | -5/+5 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -22/+22 |
* | Add header theme type variations to labels | kobewi | 2021-07-13 | 1 | -0/+3 |
* | Clean up Tree | reduz | 2021-07-04 | 1 | -0/+1 |
* | Implement Tree's internal minimum width calculation | Gilles Roudière | 2021-06-28 | 1 | -2/+2 |
* | Use mouse and joypad enums instead of plain integers | Aaron Franke | 2021-06-20 | 1 | -5/+5 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -6/+6 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -1/+1 |
* | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -3/+3 |
* | Fix typos with codespell | Rémi Verschelde | 2021-05-20 | 1 | -3/+3 |
* | Improve TreeItem API and allow to move nodes | trollodel | 2021-05-17 | 1 | -2/+2 |
* | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A | 2021-05-07 | 1 | -22/+22 |
* | Improve ActionMapEditor | Danil Alexeev | 2021-05-05 | 1 | -34/+12 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
* | New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings. | Eric M | 2021-02-19 | 1 | -0/+1167 |