quakeforge/libs/ui
Bill Currie f5ebc1083f [ecs] Pass the registry in to the component destroy function
This makes it possible for hierarchies to clean themselves up (by
deleting their entities (though that will cause other problems later
when the hierarchy doesn't own the entities)), thus plugging a memory
leak when parsing passage text.
2024-01-03 12:39:54 +09:00
..
test [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00
canvas.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
font.c [ui] Use fontconfig to find system fonts 2023-07-01 19:15:22 +09:00
imui.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
Makemodule.am [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
passage.c [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00
shaper.c [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
text.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
txtbuffer.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
view.c [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00
vrect.c [ui] Fix more memory leaks 2023-03-05 18:31:30 +09:00