Commit Graph

24 Commits

Author SHA1 Message Date
cac62db038
ui+wind: Send mouse move events through IPC 2023-08-22 13:36:46 +02:00
0e61c7b62d
wind+libui: Add protocol for window close requests 2023-08-22 13:36:46 +02:00
69bf171787
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-08-22 13:36:46 +02:00
46524ecc1d
libui+gclient: Add basic OOP wrappers around the IPC protocol 2023-08-22 13:36:46 +02:00
87f3922486
wind+gclient: Add SetWindowTitle and support shm buffers 2023-08-22 13:36:46 +02:00
7e4f4b91f8
libui: Add CreateWindow IPC message definitions 2023-08-22 13:36:45 +02:00
e1d7de2f21
libui: Add copyright/author text 2023-08-22 13:36:45 +02:00
5085604aab
libui: Change 'into' to 'onto' 2023-08-22 13:36:44 +02:00
aa82c088a0
libui: Document ui::Font 2023-08-22 13:36:44 +02:00
ecd8c4c29c
libui+wind: Move some static variables inside functions 2023-08-22 13:36:44 +02:00
3e6c9dbaa2
libui: Properly cut off the last drawn character if necessary 2023-08-22 13:36:43 +02:00
b1299aef9e
libui: Add Rect::contains(Rect) 2023-08-22 13:36:43 +02:00
594f42fdd6
libui: Render font characters properly with no spacing, matching the width calculations 2023-08-22 13:36:43 +02:00
9382ec9eca
libui: Add support for TGA image loading 2023-08-22 13:36:43 +02:00
58f839927c
libui: Add an interface to fill a Canvas with an array of pixels 2023-08-22 13:36:43 +02:00
7bc0f36661
libui: Add PSF font loading and rendering 2023-08-22 13:36:43 +02:00
c58f91c48d
libui: Add Color::GRAY 2023-08-22 13:36:43 +02:00
94f297a47f
libui: Rename Rect::absolute to normalized and add a new absolute function 2023-08-22 13:36:43 +02:00
714f6a90cc
libui: Add Rect::relative 2023-08-22 13:36:42 +02:00
9d412b7a32
libui: Remove redundant statement 2023-08-22 13:36:42 +02:00
62d56d31a3
libui: Add getters for separate color values 2023-08-22 13:36:42 +02:00
38912dce51
libui: Remove unnecessary stuff 2023-08-22 13:36:42 +02:00
54bfcfc8cb
libui+wind: (Draggable) windows 2023-08-22 13:36:42 +02:00
995aa97a58
libui: Add a GUI and graphics library 2023-08-22 13:36:41 +02:00