Commit Graph

29 Commits

Author SHA1 Message Date
c26887c03c
libui: Clarify that Font is only used for low-level glyph rendering 2023-09-12 22:09:45 +02:00
45c8e05809
libui: Zero-initialize counter variables in Layout 2023-09-12 22:09:45 +02:00
2bd5b2425e
libui: Add default handlers for events in Widget 2023-09-12 22:09:44 +02:00
35a7308c69
libui+wind: Handle mouse leave events when the mouse leaves a window 2023-09-12 22:09:44 +02:00
1447fe3e35
libui: Add Buttons 2023-09-12 22:09:43 +02:00
550a80b8b3
libui: Handle other mouse events 2023-09-12 22:09:43 +02:00
e5b7c72145
libui: Add aligned items using Containers, ImageWidget 2023-09-12 22:09:43 +02:00
b50b17e831
libui: Add VerticalLayout 2023-09-12 22:09:43 +02:00
7c01bb2a0d
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar 2023-09-12 22:09:43 +02:00
7c30cda667
libui: Add basic widget and layout system =D 2023-09-12 22:09:42 +02:00
4f25509465
ui+wind: Send mouse move events through IPC 2023-09-12 22:09:42 +02:00
04626e189f
wind+libui: Add protocol for window close requests 2023-09-12 22:09:42 +02:00
03d7e8d84e
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields 2023-09-12 22:09:42 +02:00
a4e1dc24f5
libui+gclient: Add basic OOP wrappers around the IPC protocol 2023-09-12 22:09:42 +02:00
ed572a86c6
wind+gclient: Add SetWindowTitle and support shm buffers 2023-09-12 22:09:42 +02:00
8b2fbc6613
libui: Add CreateWindow IPC message definitions 2023-09-12 22:09:42 +02:00
2c46be036f
libui: Add copyright/author text 2023-09-12 22:09:41 +02:00
a4bff3381b
libui: Change 'into' to 'onto' 2023-09-12 22:09:40 +02:00
013fdfe553
libui: Document ui::Font 2023-09-12 22:09:40 +02:00
29e3b8bcf7
libui: Add Rect::contains(Rect) 2023-09-12 22:09:40 +02:00
360beaf877
libui: Add support for TGA image loading 2023-09-12 22:09:39 +02:00
279ba16880
libui: Add an interface to fill a Canvas with an array of pixels 2023-09-12 22:09:39 +02:00
371830ce14
libui: Add PSF font loading and rendering 2023-09-12 22:09:39 +02:00
3112d2114c
libui: Add Color::GRAY 2023-09-12 22:09:39 +02:00
5097110df7
libui: Rename Rect::absolute to normalized and add a new absolute function 2023-09-12 22:09:39 +02:00
670cffd107
libui: Add Rect::relative 2023-09-12 22:09:39 +02:00
81d4f0431d
libui: Add getters for separate color values 2023-09-12 22:09:38 +02:00
821d9ed2f0
libui+wind: (Draggable) windows 2023-09-12 22:09:38 +02:00
fbd55d1c41
libui: Add a GUI and graphics library 2023-09-12 22:09:37 +02:00