|
efa96655f3
|
libui: Add an interface to fill a Canvas with an array of pixels
|
2023-08-28 12:50:58 +02:00 |
|
|
a7c4e8900c
|
wind: Add window titlebars using ui::Font
|
2023-08-28 12:50:58 +02:00 |
|
|
f7763ca2bc
|
libui: Add PSF font loading and rendering
|
2023-08-28 12:50:56 +02:00 |
|
|
f104d491e0
|
libui: Add Color::GRAY
|
2023-08-28 12:50:29 +02:00 |
|
|
786bec0b18
|
libui: Rename Rect::absolute to normalized and add a new absolute function
|
2023-08-28 12:50:29 +02:00 |
|
|
57e1f49a32
|
libluna: Add assignment operators to Buffer
|
2023-08-28 12:50:20 +02:00 |
|
|
b49d9d55b7
|
wind: Reorder drag sequence
|
2023-08-28 12:49:45 +02:00 |
|
|
99080b8c50
|
libui: Add Rect::relative
|
2023-08-28 12:49:45 +02:00 |
|
|
9ecf259c71
|
libui: Remove redundant statement
|
2023-08-28 12:49:45 +02:00 |
|
|
dc107d14d7
|
libui: Add getters for separate color values
|
2023-08-28 12:49:45 +02:00 |
|
|
d39f0387fe
|
libui: Remove unnecessary stuff
|
2023-08-28 12:49:45 +02:00 |
|
|
1fa0bbfa37
|
base: Remove startup items not necessary for GUI startup
|
2023-08-28 12:49:45 +02:00 |
|
|
39296773d2
|
libui+wind: (Draggable) windows
|
2023-08-28 12:49:45 +02:00 |
|
|
d328c722f0
|
wind: Create a local server object
|
2023-08-28 12:49:45 +02:00 |
|
|
2177828456
|
libos: Add a new LocalServer class for local domain sockets
|
2023-08-28 12:49:45 +02:00 |
|
|
3252612d90
|
kernel: Support listening sockets in poll()
|
2023-08-28 12:49:44 +02:00 |
|
|
48a7ffcce8
|
base: Start wind on startup instead of the shell
|
2023-08-28 12:49:09 +02:00 |
|
|
57a05b73f3
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-08-28 12:49:09 +02:00 |
|
|
60dc10d4fc
|
libui: Add a GUI and graphics library
|
2023-08-28 12:49:09 +02:00 |
|
|
a8379b6c73
|
kernel: Fix negative movement in the PS/2 mouse driver
|
2023-08-28 12:49:06 +02:00 |
|
|
64f9e9dcde
|
libluna: Document Check.h
continuous-integration/drone/push Build is passing
|
2023-08-28 12:27:41 +02:00 |
|
|
9c912ddc51
|
libluna: Document Heap.h
|
2023-08-28 12:20:42 +02:00 |
|
|
419604a4d2
|
libluna: Document Buffer
continuous-integration/drone/push Build is passing
|
2023-08-28 11:10:04 +02:00 |
|
|
97037b06cb
|
libluna: Document Ignore.h and ImplPOSIX.cpp
|
2023-08-27 20:50:53 +02:00 |
|
|
c2f173f584
|
libc: Call __builtin_trap() in abort() if all else fails
|
2023-08-27 20:49:18 +02:00 |
|
|
a772d92e6f
|
libluna: Fix initial allocation for HashTable
|
2023-08-27 20:48:50 +02:00 |
|
|
6f3ed70363
|
kernel+libluna: Avoid scrubbing when the memory is going to be overwritten anyway
This is the case for objects with constructors and temporary memory which is filled afterwards.
|
2023-08-27 20:48:33 +02:00 |
|
|
d48142f163
|
libluna: Document HashMap and HashTable
|
2023-08-26 20:50:12 +02:00 |
|
|
cbea66c533
|
libos+libluna: Fix misspellings of "succeeded"
|
2023-08-26 20:49:57 +02:00 |
|
|
c6d817a0fd
|
libluna: Document Hash.h
|
2023-08-26 20:31:16 +02:00 |
|
|
55c362eecf
|
libluna: Document Format
continuous-integration/drone/push Build is passing
|
2023-08-26 12:59:22 +02:00 |
|
|
9fd8b10b3f
|
libluna: Document CString, CType and DebugLog
|
2023-08-26 12:43:44 +02:00 |
|
|
516d6bc65e
|
libluna: Document CircularQueue, CPath and CRC32
|
2023-08-26 12:33:12 +02:00 |
|
|
4becb2e427
|
init: Log requested exits
continuous-integration/drone/push Build is passing
|
2023-08-24 15:28:20 +02:00 |
|
|
3e174337ab
|
init: Hostname validation
|
2023-08-24 15:28:08 +02:00 |
|
|
0f377e7289
|
libluna: Fix off-by-one size calculation in Base64::decode_string()
continuous-integration/drone/push Build is passing
|
2023-08-24 12:06:01 +02:00 |
|
|
798a6d63aa
|
libluna: Document Bitset.h
|
2023-08-23 14:45:53 +02:00 |
|
|
3f1e6fc2ff
|
libluna+kernel: Move luna/Syscall.h to the kernel API directory
continuous-integration/drone/push Build is failing
A kernel-specific header has nothing to do in libluna.
|
2023-08-23 14:35:21 +02:00 |
|
|
b8ae61b7c7
|
libluna: Document Bitmap
continuous-integration/drone/push Build is failing
|
2023-08-23 13:50:45 +02:00 |
|
|
1449e966ab
|
libluna: Document Base64.h
|
2023-08-23 13:34:14 +02:00 |
|
|
24f9dd22ec
|
libluna: Document Attributes.h and Badge.h
|
2023-08-23 13:24:28 +02:00 |
|
|
b8e70996c3
|
libluna: Document Atomic.h
|
2023-08-23 13:04:47 +02:00 |
|
|
6058a69182
|
libluna: Document Alloc.h
|
2023-08-23 11:08:18 +02:00 |
|
|
e247310ded
|
libluna: Document Alignment.h
|
2023-08-23 11:04:05 +02:00 |
|
|
a35ca0b367
|
libluna+kernel: Add Bitset and use it for signals
continuous-integration/drone/push Build is passing
|
2023-08-23 10:51:02 +02:00 |
|
|
d144a818d8
|
kernel: Completely prevent sending signals to kernel threads
continuous-integration/drone/push Build is passing
|
2023-08-22 15:25:05 +02:00 |
|
|
33c1a9c92b
|
init: Add a configurable service directory
continuous-integration/drone/push Build is passing
|
2023-08-22 15:23:06 +02:00 |
|
|
65834ff491
|
edit: Make it more user-friendly
|
2023-08-22 15:17:13 +02:00 |
|
|
5c2718545f
|
base+tools: Add a welcome file and store the license inside the OS
|
2023-08-22 15:08:07 +02:00 |
|
|
e5905a33e1
|
init: Stop using the removed 'signal' pledge
continuous-integration/drone/push Build is passing
|
2023-08-22 13:36:33 +02:00 |
|