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
Nolan Darilek
3a94b3e265
a11y: Remove "not accessible at this time" placeholders.
2026-01-19 14:10:27 -05:00
Thaddeus Crews
6124d5ee2b
Merge pull request #113255 from lodetrick/animation-dock
...
Use new dock system for Animation and AnimationTree dock
2025-12-03 11:42:19 -06:00
Mikael Hermansson
35441fda1b
Fix truncation of node name in bezier animation editor
2025-12-03 12:32:35 +01:00
Logan Detrick
a0c2d3d51d
Use new dock system for Animation dock
2025-12-02 12:30:43 -08:00
Mikael Hermansson
ebf6016267
Add solo/hide/lock/delete buttons to node groups in bezier track editor
...
Co-authored-by: Kasper Arnklit Frandsen <kasper.arnklit@gmail.com >
2025-12-01 18:02:47 +01:00
Thaddeus Crews
101b827087
Merge pull request #110623 from YeldhamDev/time_manipulation
...
Allow resizing the length of animations by dragging the timeline
2025-11-21 18:37:39 -06:00
Haoyu Qiu
72d437c030
Move localized number formatting methods to TranslationServer
...
Co-Authored-By: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com >
2025-11-10 15:01:22 +08:00
Michael Alexsander
2a10291f41
Allow to resize the length of animations by dragging the timeline
2025-10-31 19:52:39 -03:00
LuoZhihao
ce2fae79b1
Fallback to parent class icon by default for gdextension
2025-10-31 18:03:32 +08:00
Thaddeus Crews
9fc656d2bf
Merge pull request #110676 from YeldhamDev/can_you_bezier_a_marker
...
Show marker lines/sections in the animation bezier editor
2025-10-06 14:34:14 -05:00
Michael Alexsander
aeb3a45c97
Hide Control focus when given via mouse input
2025-09-19 13:43:29 -03:00
Michael Alexsander
0f614cd63f
Show marker lines/sections in the animation bezier editor
2025-09-18 21:50:04 -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