|
feb84ac3fa
|
libui: Add Rect::contains(Rect)
|
2023-09-04 12:16:47 +02:00 |
|
|
80c8a80301
|
libui: Render font characters properly with no spacing, matching the width calculations
|
2023-09-04 12:16:47 +02:00 |
|
|
0fcd984c21
|
wind: Render an actual TGA mouse cursor
|
2023-09-04 12:16:47 +02:00 |
|
|
3755d4c0a3
|
wind: Add a close button to windows using a TGA icon
|
2023-09-04 12:16:47 +02:00 |
|
|
218278fb22
|
libui: Add support for TGA image loading
|
2023-09-04 12:16:47 +02:00 |
|
|
117edb3e90
|
libui: Add an interface to fill a Canvas with an array of pixels
|
2023-09-04 12:16:47 +02:00 |
|
|
739b05ab67
|
wind: Add window titlebars using ui::Font
|
2023-09-04 12:16:47 +02:00 |
|
|
dd3611cb25
|
libui: Add PSF font loading and rendering
|
2023-09-04 12:16:46 +02:00 |
|
|
e932efd72c
|
libui: Add Color::GRAY
|
2023-09-04 12:16:46 +02:00 |
|
|
35d07206d7
|
libui: Rename Rect::absolute to normalized and add a new absolute function
|
2023-09-04 12:16:46 +02:00 |
|
|
40143597d8
|
libluna: Add assignment operators to Buffer
|
2023-09-04 12:16:46 +02:00 |
|
|
f90634e1b1
|
wind: Reorder drag sequence
|
2023-09-04 12:16:46 +02:00 |
|
|
f61dd9ba99
|
libui: Add Rect::relative
|
2023-09-04 12:16:46 +02:00 |
|
|
eef6483192
|
libui: Remove redundant statement
|
2023-09-04 12:16:45 +02:00 |
|
|
88fb4be5ed
|
libui: Add getters for separate color values
|
2023-09-04 12:16:45 +02:00 |
|
|
94c06379ea
|
libui: Remove unnecessary stuff
|
2023-09-04 12:16:45 +02:00 |
|
|
156092cbbb
|
base: Remove startup items not necessary for GUI startup
|
2023-09-04 12:16:45 +02:00 |
|
|
4933e1e32c
|
libui+wind: (Draggable) windows
|
2023-09-04 12:16:45 +02:00 |
|
|
2a22b751e9
|
wind: Create a local server object
|
2023-09-04 12:16:45 +02:00 |
|
|
ea4e374718
|
libos: Add a new LocalServer class for local domain sockets
|
2023-09-04 12:16:44 +02:00 |
|
|
6191039bfb
|
kernel: Support listening sockets in poll()
|
2023-09-04 12:16:44 +02:00 |
|
|
b222221517
|
base: Start wind on startup instead of the shell
|
2023-09-04 12:16:44 +02:00 |
|
|
c17f6d0e57
|
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
|
2023-09-04 12:16:44 +02:00 |
|
|
4502073b7d
|
libui: Add a GUI and graphics library
|
2023-09-04 12:16:44 +02:00 |
|
|
6fe2343233
|
kernel: Fix negative movement in the PS/2 mouse driver
|
2023-09-04 12:16:40 +02:00 |
|
|
27eacac19c
|
kernel: Add a blinking cursor to the terminal
continuous-integration/drone/push Build is passing
|
2023-09-04 11:44:35 +02:00 |
|
|
c5e11bb6cf
|
apps+base+libc: Use /usr/bin paths instead of /bin everywhere
|
2023-09-04 11:44:10 +02:00 |
|
|
3c9b2c49aa
|
init: Fix wrong log message
|
2023-09-04 11:43:36 +02:00 |
|
|
1528c772fd
|
kernel: Store the full command line of a process
|
2023-09-04 11:43:11 +02:00 |
|
|
39ba4c9087
|
ls: Add colors to output
continuous-integration/drone/push Build is passing
|
2023-09-02 20:01:10 +02:00 |
|
|
c524dc8d58
|
libluna+kernel: Basic ANSI escape sequences
|
2023-09-02 19:35:42 +02:00 |
|
|
e76a91d5d0
|
libc+libluna: Move the scanf implementation from libc to libluna
|
2023-09-02 15:48:58 +02:00 |
|
|
cb0d5cb6a1
|
rm: Add the -v flag
continuous-integration/drone/push Build is passing
|
2023-09-02 14:46:14 +02:00 |
|
|
06aa7725a1
|
libos: Stop using syscalls directly and proxy to libc
|
2023-09-02 14:27:04 +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 |
|