Enzo Novoselic
7b82c0fe01
Remove unnecessary class_db.h includes
2026-05-02 13:08:34 -04:00
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
2759cbdc6c
Merge pull request #87081 from timoschwarzer/feature/control-render-transform
...
Add transform offset to Control nodes
2026-03-06 15:16:43 +01:00
Timo Schwarzer
c3d96f262f
Add offset transform to Control nodes
2026-03-05 22:55:49 +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
e380a41752
Style: Add class_db.h includes explicitly
2026-02-26 15:50:28 -06:00
Thaddeus Crews
4af7648288
Merge pull request #102992 from Giganzo/anchor-show
...
Add highlight to used anchor preset in ControlEditorToolbar popup
2026-02-23 11:58:48 -06:00
Giganzo
84bc552487
Add highlight to used anchor/sizing preset in ControlEditorToolbar popup
2026-02-21 12:23:12 +01:00
Rémi Verschelde
8254d13836
Merge pull request #113630 from YeldhamDev/clip_that_out
...
Fix properties for container sizing not clipping in the inspector
2026-01-07 01:41:29 +01:00
Pāvels Nadtočajevs
338cfba60a
Use ObjectID to store nodes in the editor selection.
2025-12-18 09:16:43 +02:00
Michael Alexsander
4b73e5af24
Fix properties for container sizing not clipping in the inspector
2025-12-05 11:26:14 -03:00
Giganzo
c01711ca16
Fix property height in the inspector for control layout
2025-12-05 00:06:24 +01:00
Mike Precup
1c8e3f9037
Speed up large selections in the editor
2025-08-31 14:25:44 -07: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