quakeforge/libs/ui
Bill Currie 2b879af3e1 Fix most of the hacks for clang
gcc didn't like a couple of the changes (rightly so: one was actually
incorrect), and the fix for qfcc I didn't think to suggest while working
with Emily.

The general CFLAGS etc fixes mostly required just getting the order of
operations right: check for attributes after setting the warnings flags,
though those needed some care for gcc as it began warning about main
wanting the const attribute.

Fixing the imui link errors required moving the ui functions and setup
to vulkan_lighting.c, which is really the only place they're used.
2023-08-11 18:29:30 +09:00
..
test [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
Makemodule.am [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
canvas.c [ui] Add the concept of draw order to canvases 2023-07-09 23:27:26 +09:00
font.c [ui] Use fontconfig to find system fonts 2023-07-01 19:15:22 +09:00
imui.c Fix most of the hacks for clang 2023-08-11 18:29:30 +09:00
inputline.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
passage.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
shaper.c [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
text.c [ui] Add a shaped text cache system 2023-07-08 11:15:51 +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