|
b9967cd0a7
|
gclient: Create two example windows
|
2023-09-10 18:55:43 +02:00 |
|
|
af78427228
|
wind: Handle CreateWindow IPC messages
|
2023-09-10 18:55:43 +02:00 |
|
|
89f156ad64
|
libui: Add CreateWindow IPC message definitions
|
2023-09-10 18:55:43 +02:00 |
|
|
8536752646
|
libos: Add basic IPC message framework
|
2023-09-10 18:55:43 +02:00 |
|
|
3359a8be90
|
kernel: Fix poll syscall
|
2023-09-10 18:55:43 +02:00 |
|
|
f4cd33a94a
|
wind: Monitor data on client connections
|
2023-09-10 18:55:42 +02:00 |
|
|
8966690b34
|
kernel: Add POLLHUP and store it when a polled socket's peer disconnects
|
2023-09-10 18:55:42 +02:00 |
|
|
841de6efcb
|
libui: Add copyright/author text
|
2023-09-10 18:55:42 +02:00 |
|
|
39d6128095
|
libos: Add copyright/author comments to LocalServer and LocalClient
|
2023-09-10 18:55:42 +02:00 |
|
|
faaea22d11
|
wind: Use init --user and pledge()
|
2023-09-10 18:55:42 +02:00 |
|
|
fe5936e507
|
Update .gitignore
|
2023-09-10 18:55:42 +02:00 |
|
|
7570724525
|
libos: Remove some shared pointers and change them to owned/live on the stack
|
2023-09-10 18:55:42 +02:00 |
|
|
e21b7d645d
|
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
|
2023-09-10 18:55:42 +02:00 |
|
|
3750c1da57
|
apps: Add gclient
|
2023-09-10 18:55:41 +02:00 |
|
|
ca8306bc35
|
libos: Add os::LocalClient
|
2023-09-10 18:55:41 +02:00 |
|
|
a5b3b10a98
|
libui: Change 'into' to 'onto'
|
2023-09-10 18:55:41 +02:00 |
|
|
20f6ef04d3
|
libui: Document ui::Font
|
2023-09-10 18:55:41 +02:00 |
|
|
37332b2a67
|
libui+wind: Move some static variables inside functions
|
2023-09-10 18:55:41 +02:00 |
|
|
01cf9735eb
|
wind: Generate random windows on keypresses
|
2023-09-10 18:55:41 +02:00 |
|
|
fc35c32671
|
wind: Make sure windows have a minimum size to fit the titlebar
|
2023-09-10 18:55:41 +02:00 |
|
|
889588599b
|
libui: Properly cut off the last drawn character if necessary
|
2023-09-10 18:55:41 +02:00 |
|
|
47ea92536a
|
libui: Add Rect::contains(Rect)
|
2023-09-10 18:55:40 +02:00 |
|
|
33a4cd0616
|
libui: Render font characters properly with no spacing, matching the width calculations
|
2023-09-10 18:55:40 +02:00 |
|
|
d23df0672c
|
wind: Render an actual TGA mouse cursor
|
2023-09-10 18:55:40 +02:00 |
|
|
8cc882b4e2
|
wind: Add a close button to windows using a TGA icon
|
2023-09-10 18:55:40 +02:00 |
|
|
d30a40f3bf
|
libui: Add support for TGA image loading
|
2023-09-10 18:55:40 +02:00 |
|
|
a8d3c0b400
|
libui: Add an interface to fill a Canvas with an array of pixels
|
2023-09-10 18:55:40 +02:00 |
|
|
c66330d319
|
wind: Add window titlebars using ui::Font
|
2023-09-10 18:55:40 +02:00 |
|
|
cb54c16852
|
libui: Add PSF font loading and rendering
|
2023-09-10 18:55:40 +02:00 |
|
|
8d2f5f1de0
|
libui: Add Color::GRAY
|
2023-09-10 18:55:40 +02:00 |
|
|
de72ae340b
|
libui: Rename Rect::absolute to normalized and add a new absolute function
|
2023-09-10 18:55:39 +02:00 |
|
|
0dcd890a5a
|
libluna: Add assignment operators to Buffer
|
2023-09-10 18:55:39 +02:00 |
|
|
9c1e85dbdd
|
wind: Reorder drag sequence
|
2023-09-10 18:55:39 +02:00 |
|
|
943677f2e5
|
libui: Add Rect::relative
|
2023-09-10 18:55:39 +02:00 |
|
|
3287f4fe55
|
libui: Remove redundant statement
|
2023-09-10 18:55:39 +02:00 |
|
|
aa9abdcd5a
|
libui: Add getters for separate color values
|
2023-09-10 18:55:39 +02:00 |
|
|
f6e60bd715
|
libui: Remove unnecessary stuff
|
2023-09-10 18:55:39 +02:00 |
|
|
b7ecc9e776
|
base: Remove startup items not necessary for GUI startup
|
2023-09-10 18:55:39 +02:00 |
|
|
731601cc13
|
libui+wind: (Draggable) windows
|
2023-09-10 18:55:39 +02:00 |
|
|
d43f33e289
|
wind: Create a local server object
|
2023-09-10 18:55:39 +02:00 |
|
|
60a292c12c
|
libos: Add a new LocalServer class for local domain sockets
|
2023-09-10 18:55:38 +02:00 |
|
|
ad3446e82b
|
kernel: Support listening sockets in poll()
|
2023-09-10 18:55:38 +02:00 |
|
|
ad888ebf3e
|
base: Start wind on startup instead of the shell
|
2023-09-10 18:55:38 +02:00 |
|
|
ef26e7400e
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-09-10 18:55:38 +02:00 |
|
|
bd4e2ba351
|
libui: Add a GUI and graphics library
|
2023-09-10 18:55:33 +02:00 |
|
|
66e3d71dbc
|
kernel/ATA: Fix sector number calculation for ATA drives
continuous-integration/drone/push Build is passing
|
2023-09-07 11:28:46 +02:00 |
|
|
6065b63801
|
kernel/ext2: Add support for files larger than 4MB
continuous-integration/drone/push Build is passing
|
2023-09-06 09:56:24 +02:00 |
|
|
e029679fba
|
kernel: Fix negative movement in the PS/2 mouse driver
continuous-integration/drone/push Build is passing
|
2023-09-05 10:46:05 +02:00 |
|
|
15f4f7c72f
|
apps: Remove pivot_root
continuous-integration/drone/push Build is passing
This functionality is intended to be used only by preinit, so it doesn't make sense to make it a command-line utility.
|
2023-09-04 13:12:55 +02:00 |
|
|
0002c2314c
|
kernel: Handle tab properly in the terminal
|
2023-09-04 13:12:08 +02:00 |
|