quakeforge/libs/ui
Bill Currie 8efe8e63d3 [ecs] Plug a bunch of memory leaks
The hierarchy leak was particularly troublesome to fix, but now the
hierarchies get updated (and freed) automatically just by removing the
hierarchy reference component from the entity. I suspect there will be
issues with entities that are on multiple hierarchies, but I'll sort
that out later.
2023-03-05 22:03:01 +09:00
..
test [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
canvas.c [ui] Add a lateupdate component to canvas 2023-01-22 03:43:58 +09:00
font.c [ui] Fix more memory leaks 2023-03-05 18:31:30 +09:00
inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
Makemodule.am [gui] Link against freetype and harfbuzz 2023-01-19 11:11:05 +09:00
passage.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
text.c [ui] Fix more memory leaks 2023-03-05 18:31:30 +09:00
txtbuffer.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
view.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
vrect.c [ui] Fix more memory leaks 2023-03-05 18:31:30 +09:00