Commit Graph

13 Commits

Author SHA1 Message Date
Rémi Verschelde 005e054245 Remove unused includes in editor with clangd-tidy
Also includes the few changes flagged in `main`.
2026-03-15 20:47:05 +01:00
Rémi Verschelde eabb9a63d4 Rename callable_method_pointer.h to callable_mp.h and include it explicitly
This allows removing it from `class_db.h`, significantly reducing the amount of files
that include it transitively.

Also includes some include cleanup in `control.h` and `rich_text_label.h` done while
ensure they don't depend on `callable_mp`.
2026-03-04 16:23:23 +01:00
Thaddeus Crews afdd7afb6d Merge pull request #115822 from Nintorch/fix-duplicate-inputmap-events
Don't allow duplicate events in input actions editor
2026-02-27 15:44:42 -06:00
Nintorch da2fb043bf Don't allow duplicate events in ActionMapEditor 2026-02-27 20:53:11 +05:00
Thaddeus Crews e380a41752 Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
passivestar 6f0bd2efb9 Improve spacing in trees showing table data in modern theme 2026-01-12 00:01:49 +04:00
Michael Alexsander da561cd619 More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
fish 232bdc51b5 Fix input map editor (action map editor) renaming regression 2025-11-17 21:33:17 -08:00
DeeJayLSP 0fc47cf738 Modern style: Use stylebox setter for Action Map TreeItems 2025-11-05 16:30:57 -03:00
Michael Alexsander e32b9274a3 Fix UI focus being shown when it shouldn't 2025-11-03 17:00:05 -03:00
DeeJayLSP aee211bcfa Modern Style: Use a style box for Input Map actions 2025-11-01 15:35:10 -03:00
aaronp64 f25e6af9bf Keep collapsed state for actions when modifying Input Map
Changing the Input Map in Project Settings (adding/removing/renaming actions, reordering, or changing action events) causes the action list Tree to be cleared/repopulated.  Updated ActionMapEditor::update_action_list to store which actions were collapsed before clearing, so they can remain collapsed after modifications.
2025-08-05 15:25:47 -04:00
A Thousand Ships f11aff3841 Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00