|
3c93266dd8
|
libui: Add basic widget and layout system =D
|
2023-09-05 10:47:03 +02:00 |
|
|
a022dd2d07
|
ui+wind: Send mouse move events through IPC
|
2023-09-05 10:47:02 +02:00 |
|
|
3072641362
|
wind+libui: Add protocol for window close requests
|
2023-09-05 10:47:02 +02:00 |
|
|
93a5826b5b
|
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields
|
2023-09-05 10:47:02 +02:00 |
|
|
6116f57876
|
libui+gclient: Add basic OOP wrappers around the IPC protocol
|
2023-09-05 10:47:02 +02:00 |
|
|
344f299bd7
|
wind+gclient: Add SetWindowTitle and support shm buffers
|
2023-09-05 10:47:01 +02:00 |
|
|
e12a02d63f
|
libui: Add CreateWindow IPC message definitions
|
2023-09-05 10:47:01 +02:00 |
|
|
01b74c0a8c
|
libui: Add copyright/author text
|
2023-09-05 10:46:59 +02:00 |
|
|
8c4fbdb30d
|
libui: Change 'into' to 'onto'
|
2023-09-05 10:46:57 +02:00 |
|
|
70fed7e27f
|
libui: Document ui::Font
|
2023-09-05 10:46:57 +02:00 |
|
|
f26ba66801
|
libui+wind: Move some static variables inside functions
|
2023-09-05 10:46:57 +02:00 |
|
|
95c5eeeb0d
|
libui: Properly cut off the last drawn character if necessary
|
2023-09-05 10:46:56 +02:00 |
|
|
f0265a347d
|
libui: Add Rect::contains(Rect)
|
2023-09-05 10:46:56 +02:00 |
|
|
328aa16656
|
libui: Render font characters properly with no spacing, matching the width calculations
|
2023-09-05 10:46:56 +02:00 |
|
|
bb2fe8a9d7
|
libui: Add support for TGA image loading
|
2023-09-05 10:46:55 +02:00 |
|
|
be54a2e663
|
libui: Add an interface to fill a Canvas with an array of pixels
|
2023-09-05 10:46:55 +02:00 |
|
|
7bb7f63587
|
libui: Add PSF font loading and rendering
|
2023-09-05 10:46:54 +02:00 |
|
|
99148870fc
|
libui: Add Color::GRAY
|
2023-09-05 10:46:54 +02:00 |
|
|
a5089ab9ee
|
libui: Rename Rect::absolute to normalized and add a new absolute function
|
2023-09-05 10:46:54 +02:00 |
|
|
a08dbbc33f
|
libui: Add Rect::relative
|
2023-09-05 10:46:53 +02:00 |
|
|
670d8d9445
|
libui: Remove redundant statement
|
2023-09-05 10:46:53 +02:00 |
|
|
9c35a0acde
|
libui: Add getters for separate color values
|
2023-09-05 10:46:53 +02:00 |
|
|
a1089da945
|
libui: Remove unnecessary stuff
|
2023-09-05 10:46:52 +02:00 |
|
|
54af27ceaa
|
libui+wind: (Draggable) windows
|
2023-09-05 10:46:52 +02:00 |
|
|
c7f4cb4868
|
libui: Add a GUI and graphics library
|
2023-09-05 10:46:50 +02:00 |
|