Commit Graph

14 Commits

Author SHA1 Message Date
Thaddeus Crews c86601bc4d Merge pull request #116971 from KoBeWi/longcut
Use `open_search` shortcut instead of hard-coded events
2026-03-04 11:20:38 -06: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
Rémi Verschelde 765362b033 Explicitly include core/config/engine.h where used 2026-03-04 10:17:10 +01:00
Rémi Verschelde f332faf46b Explicitly include core/os/os.h where used 2026-03-04 09:54:10 +01:00
kobewi d34bfe89fd Use open_search shortcut instead of hard-coded events 2026-03-02 18:50:45 +01:00
Thaddeus Crews e380a41752 Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
Michael Alexsander da561cd619 More scroll hint work around the editor 2026-01-06 18:34:20 -03:00
Michael Alexsander d81ed63fc5 Enable scroll hints and background panel in the AssetLib 2025-12-18 17:31:40 -03:00
Rémi Verschelde edb6ae1f75 Merge pull request #113017 from YeldhamDev/finicky_little_thing
Fix extra spacing in author names when opening the asset dialog
2025-12-02 14:16:21 +01:00
kobewi c1cc178a82 Make EditorFileDialog inherit FileDialog 2025-12-02 12:30:51 +01:00
Michael Alexsander 37ff5dd99e Fix extra spacing in author names when opening the asset dialog 2025-11-21 11:31:57 -03:00
Michael Alexsander 0129ffd466 Fix author names not showing up in the AssetLib 2025-10-30 15:47:48 -03:00
Michael Alexsander 687aa56ec8 Add text trimming in LinkButton 2025-10-27 10:53:31 -03: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