|
7739b37b4b
|
wind: Use init --user and pledge()
|
2023-08-16 10:58:32 +02:00 |
|
|
deb5137322
|
Update .gitignore
|
2023-08-16 10:58:31 +02:00 |
|
|
282ce0aabb
|
libos: Remove some shared pointers and change them to owned/live on the stack
|
2023-08-16 10:58:31 +02:00 |
|
|
81464f94ce
|
wind: Spawn a new client process after startup
Also, create the socket after dropping privileges.
|
2023-08-16 10:58:31 +02:00 |
|
|
fb4c874196
|
apps: Add gclient
|
2023-08-16 10:58:31 +02:00 |
|
|
4478eae9e8
|
libos: Add os::LocalClient
|
2023-08-16 10:58:31 +02:00 |
|
|
8f45a683d0
|
libui: Change 'into' to 'onto'
|
2023-08-16 10:58:31 +02:00 |
|
|
42269adb44
|
libui: Document ui::Font
|
2023-08-16 10:58:31 +02:00 |
|
|
82dc1e21e6
|
libui+wind: Move some static variables inside functions
|
2023-08-16 10:58:31 +02:00 |
|
|
21516eef59
|
wind: Generate random windows on keypresses
|
2023-08-16 10:58:31 +02:00 |
|
|
707c0950a0
|
wind: Make sure windows have a minimum size to fit the titlebar
|
2023-08-16 10:58:31 +02:00 |
|
|
1e22ab2760
|
libui: Properly cut off the last drawn character if necessary
|
2023-08-16 10:58:31 +02:00 |
|
|
525c7c66f4
|
libui: Add Rect::contains(Rect)
|
2023-08-16 10:58:30 +02:00 |
|
|
eb193b6559
|
libui: Render font characters properly with no spacing, matching the width calculations
|
2023-08-16 10:58:30 +02:00 |
|
|
92c96a0bd8
|
wind: Render an actual TGA mouse cursor
|
2023-08-16 10:58:30 +02:00 |
|
|
3081c78edd
|
wind: Add a close button to windows using a TGA icon
|
2023-08-16 10:58:30 +02:00 |
|
|
a8777e373e
|
libui: Add support for TGA image loading
|
2023-08-16 10:58:30 +02:00 |
|
|
f1f5909e84
|
libui: Add an interface to fill a Canvas with an array of pixels
|
2023-08-16 10:58:30 +02:00 |
|
|
afc2a19c8d
|
wind: Add window titlebars using ui::Font
|
2023-08-16 10:58:30 +02:00 |
|
|
b253c3c8d8
|
libui: Add PSF font loading and rendering
|
2023-08-16 10:58:30 +02:00 |
|
|
338446e2d8
|
libui: Add Color::GRAY
|
2023-08-16 10:58:30 +02:00 |
|
|
591c3d5c59
|
libui: Rename Rect::absolute to normalized and add a new absolute function
|
2023-08-16 10:58:30 +02:00 |
|
|
e2e136f292
|
libluna: Add assignment operators to Buffer
|
2023-08-16 10:58:30 +02:00 |
|
|
e4aa774082
|
wind: Reorder drag sequence
|
2023-08-16 10:58:29 +02:00 |
|
|
8b1071a5cd
|
libui: Add Rect::relative
|
2023-08-16 10:58:29 +02:00 |
|
|
5db74945e2
|
libui: Remove redundant statement
|
2023-08-16 10:58:29 +02:00 |
|
|
452c17677f
|
libui: Add getters for separate color values
|
2023-08-16 10:58:29 +02:00 |
|
|
55bd8896d2
|
libui: Remove unnecessary stuff
|
2023-08-16 10:58:29 +02:00 |
|
|
19773c952f
|
base: Remove startup items not necessary for GUI startup
|
2023-08-16 10:58:29 +02:00 |
|
|
6485c78428
|
libui+wind: (Draggable) windows
|
2023-08-16 10:58:29 +02:00 |
|
|
21271bfcc3
|
wind: Create a local server object
|
2023-08-16 10:58:29 +02:00 |
|
|
db27035e24
|
libos: Add a new LocalServer class for local domain sockets
|
2023-08-16 10:58:29 +02:00 |
|
|
e5162fac7d
|
kernel: Support listening sockets in poll()
|
2023-08-16 10:58:29 +02:00 |
|
|
6824b719e0
|
base: Start wind on startup instead of the shell
|
2023-08-16 10:58:29 +02:00 |
|
|
cd2b8a1ab5
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-08-16 10:58:28 +02:00 |
|
|
65a900ea53
|
libui: Add a GUI and graphics library
|
2023-08-16 10:58:28 +02:00 |
|
|
d6c4ee5e7b
|
kernel: Fix negative movement in the PS/2 mouse driver
|
2023-08-16 10:58:25 +02:00 |
|
|
c1f4997448
|
all: Start calling this release 0.5.0
continuous-integration/drone/push Build is failing
|
2023-08-16 09:57:38 +02:00 |
|
|
7b88b9cea3
|
kernel/ext2: Replace a manually allocated buffer with Buffer
continuous-integration/drone/push Build is failing
|
2023-08-16 09:15:29 +02:00 |
|
|
54cc80f649
|
kernel/ATA: Replace a manually allocated buffer with Buffer
This also lets us keep it empty unless it is used, in which case we resize it (if it wasn't already resized).
|
2023-08-16 09:15:00 +02:00 |
|
|
b8f81502b8
|
kernel: Fix some debug messages that are not shown by default
|
2023-08-16 09:03:25 +02:00 |
|
|
e8e05159c1
|
libluna+kernel: Make CRC32 a class
|
2023-08-15 19:27:09 +02:00 |
|
|
49a6c39c38
|
libc: Implement popen() and pclose()
|
2023-08-15 19:21:25 +02:00 |
|
|
706752d6b9
|
kernel: Return SIGPIPE/EPIPE when writing to a pipe with no more readers
|
2023-08-15 19:08:37 +02:00 |
|
|
1e68ac7312
|
Finally a working toolchain?
continuous-integration/drone/push Build is failing
|
2023-08-15 15:40:44 +02:00 |
|
|
6761b3fcaf
|
tools: Finally a proper autoconf build?
continuous-integration/drone/push Build is failing
|
2023-08-14 11:54:11 +02:00 |
|
|
71d1084be2
|
tools: Place autoconf in the correct path
continuous-integration/drone/push Build is failing
|
2023-08-14 09:34:36 +00:00 |
|
|
f65deb727a
|
tools: Fix filename in setup-autoconf.sh
continuous-integration/drone/push Build is failing
|
2023-08-14 11:27:47 +02:00 |
|
|
d07f592306
|
tools: Fix message printing in setup-autoconf.sh
continuous-integration/drone/push Build is failing
|
2023-08-14 11:26:18 +02:00 |
|
|
cad0bd8c48
|
tools: Build autoconf if needed and use it to patch libstdc++
continuous-integration/drone/push Build is failing
|
2023-08-14 11:18:53 +02:00 |
|