quakeforge/include/QF/ui
Bill Currie 79e4a5f6a8 [ui] Add the concept of draw order to canvases
Canvas draw order is sorted by group then order within the group. As a
fallback, the canvas entity id is used to keep the sort stable, but
that's only as stable as the ids themselves (if the canvases are
destroyed and recreated, the ids may switch around).
2023-07-09 23:27:26 +09:00
..
canvas.h [ui] Add the concept of draw order to canvases 2023-07-09 23:27:26 +09:00
font.h [ui] Use fontconfig to find system fonts 2023-07-01 19:15:22 +09:00
imui.h [ui] Add a formatted label (like printf) 2023-07-09 12:10:28 +09:00
inputline.h [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
passage.h [ui] Add a component set for passage hierarchy refs 2022-12-16 18:12:38 +09:00
shaper.h [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
text.h [ui] Add a shaped text cache system 2023-07-08 11:15:51 +09:00
txtbuffer.h [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
view.h [ui] Allow the parent layout rules to be modified 2023-07-06 19:24:23 +09:00
vrect.h [ui] Add a specialized function for subrect allocation 2022-09-02 17:47:27 +09:00