|
e2a1cb0d34
|
wind+libui: Add support for keyboard events
|
2023-09-20 07:05:59 +02:00 |
|
|
1b633212f6
|
apps: Remove gclient
|
2023-09-20 07:05:59 +02:00 |
|
|
5a49e97483
|
taskbar: Add a button to open terminal instead of gclient
|
2023-09-20 07:05:59 +02:00 |
|
|
a4b5e68e1b
|
kernel: Allow performing extra actions when opening an inode
|
2023-09-20 07:05:58 +02:00 |
|
|
835c39bc47
|
apps: Add basic terminal app
|
2023-09-20 07:05:58 +02:00 |
|
|
0e8183d2bb
|
shell: Allow running as interactive even if not running in a TTY
|
2023-09-20 07:05:58 +02:00 |
|
|
bb5d726fe8
|
libui: Add option to run event processing in a loop instead of in app.run()
|
2023-09-20 07:05:58 +02:00 |
|
|
08b56319c7
|
libui: Reduce redraw calls by doing them only when events are actually handled
|
2023-09-20 07:05:58 +02:00 |
|
|
a5790d0fb1
|
apps: Add about
|
2023-09-20 07:05:58 +02:00 |
|
|
4cf0fac16e
|
libui: Add a basic Label component
|
2023-09-20 07:05:58 +02:00 |
|
|
67eac983b5
|
libui: Clarify that Font is only used for low-level glyph rendering
|
2023-09-20 07:05:57 +02:00 |
|
|
2643f050eb
|
libui: Zero-initialize counter variables in Layout
|
2023-09-20 07:05:57 +02:00 |
|
|
669e2747a7
|
wind: Move more fallible operations before window creation
|
2023-09-20 07:05:57 +02:00 |
|
|
06f3affc71
|
wind: Make sure stdin is always a TTY
|
2023-09-20 07:05:57 +02:00 |
|
|
5db1c3722c
|
libui+wind+libos: Move shared memory handling code to os::SharedMemory
|
2023-09-20 07:05:57 +02:00 |
|
|
17248e4ccc
|
libui: Add default handlers for events in Widget
|
2023-09-20 07:05:57 +02:00 |
|
|
5908b07ee2
|
libui: Propagate Container events only if they are in the child widget's rect
|
2023-09-20 07:05:57 +02:00 |
|
|
a023811c26
|
libui+wind: Handle mouse leave events when the mouse leaves a window
|
2023-09-20 07:05:57 +02:00 |
|
|
5385b1c337
|
wind: Stop using the removed 'signal' pledge
|
2023-09-20 07:05:57 +02:00 |
|
|
5bd2b3d81d
|
libui: Install the built library into the system root
|
2023-09-20 07:05:56 +02:00 |
|
|
ad001b4ee7
|
wind: Show memory usage in debug output
|
2023-09-20 07:05:56 +02:00 |
|
|
88a202ba33
|
wind: Handle ftruncate() and mmap() errors properly
|
2023-09-20 07:05:56 +02:00 |
|
|
b656ceedfe
|
wind: Fix client references being out-of-date in windows when disconnecting other clients
Classic "keeping a pointer to an element inside a vector after the vector is updated" bug, ah yes.
|
2023-09-20 07:05:56 +02:00 |
|
|
d43d06604d
|
taskbar: Wait for terminated child windows
|
2023-09-20 07:05:56 +02:00 |
|
|
6375fb965a
|
wind: Add debug keybind
|
2023-09-20 07:05:56 +02:00 |
|
|
7e7f0a96f5
|
wind+libos+libui: Handle interrupted reads properly
|
2023-09-20 07:05:55 +02:00 |
|
|
8c4e9dff96
|
base: Actually add the start icon to source control
|
2023-09-20 07:05:55 +02:00 |
|
|
345cf5cae3
|
libui: Add Buttons
|
2023-09-20 07:05:55 +02:00 |
|
|
d6f63c0a5d
|
libui: Handle other mouse events
|
2023-09-20 07:05:55 +02:00 |
|
|
35c7011997
|
libui: Add aligned items using Containers, ImageWidget
|
2023-09-20 07:05:55 +02:00 |
|
|
f657ee9ba9
|
libui: Add VerticalLayout
|
2023-09-20 07:05:55 +02:00 |
|
|
5703faf50f
|
wind+libui+taskbar: Add GetScreenRect IPC, non-decorated windows, taskbar
|
2023-09-20 07:05:54 +02:00 |
|
|
4d068beaaf
|
libui: Actually fill window backgrounds with the correct color
|
2023-09-20 07:05:54 +02:00 |
|
|
819baa0cd5
|
libui: Add basic widget and layout system =D
|
2023-09-20 07:05:54 +02:00 |
|
|
69bb22095f
|
ui+wind: Send mouse move events through IPC
|
2023-09-20 07:05:54 +02:00 |
|
|
062b09e20c
|
wind+libui: Add protocol for window close requests
|
2023-09-20 07:05:54 +02:00 |
|
|
2328987d81
|
libos+libui+wind: Use uppercase for static struct IDs to avoid confusion with fields
|
2023-09-20 07:05:54 +02:00 |
|
|
820b1ae2ba
|
libui+gclient: Add basic OOP wrappers around the IPC protocol
|
2023-09-20 07:05:53 +02:00 |
|
|
0fb47d90a7
|
wind+gclient: Add SetWindowTitle and support shm buffers
|
2023-09-20 07:05:53 +02:00 |
|
|
0127068177
|
gclient: Create two example windows
|
2023-09-20 07:05:53 +02:00 |
|
|
d3dd257dc1
|
wind: Handle CreateWindow IPC messages
|
2023-09-20 07:05:53 +02:00 |
|
|
1eb00eabfa
|
libui: Add CreateWindow IPC message definitions
|
2023-09-20 07:05:53 +02:00 |
|
|
9125561cab
|
libos: Add basic IPC message framework
|
2023-09-20 07:05:53 +02:00 |
|
|
3d90d7f98e
|
kernel: Fix poll syscall
|
2023-09-20 07:05:52 +02:00 |
|
|
e931d11ae1
|
wind: Monitor data on client connections
|
2023-09-20 07:05:52 +02:00 |
|
|
6a35cad8d5
|
kernel: Add POLLHUP and store it when a polled socket's peer disconnects
|
2023-09-20 07:05:52 +02:00 |
|
|
5e6ce50c70
|
libui: Add copyright/author text
|
2023-09-20 07:05:52 +02:00 |
|
|
02b9dc579b
|
libos: Add copyright/author comments to LocalServer and LocalClient
|
2023-09-20 07:05:52 +02:00 |
|
|
774177ba1f
|
wind: Use init --user and pledge()
|
2023-09-20 07:05:52 +02:00 |
|
|
7d883fe33b
|
Update .gitignore
|
2023-09-20 07:05:52 +02:00 |
|