Commit Graph

2069 Commits

Author SHA1 Message Date
6388672d00
libui: Properly cut off the last drawn character if necessary 2023-08-06 12:44:35 +02:00
36c1374c16
libui: Add Rect::contains(Rect) 2023-08-06 12:44:16 +02:00
2dff2c9934
libui: Render font characters properly with no spacing, matching the width calculations
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-06 12:07:43 +02:00
4b47a24bb1
wind: Render an actual TGA mouse cursor
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-04 21:18:09 +02:00
2c1e476e4b
wind: Add a close button to windows using a TGA icon 2023-08-04 21:17:50 +02:00
6138e8ef66
libui: Add support for TGA image loading 2023-08-04 21:16:31 +02:00
747c720159
libui: Add an interface to fill a Canvas with an array of pixels 2023-08-04 21:14:43 +02:00
49d5930912
wind: Add window titlebars using ui::Font
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-04 16:09:18 +02:00
8d4eab1600
libui: Add PSF font loading and rendering 2023-08-04 16:09:18 +02:00
d78cc52d22
libui: Add Color::GRAY 2023-08-04 16:05:42 +02:00
d9557e5089
libui: Rename Rect::absolute to normalized and add a new absolute function 2023-08-04 16:03:25 +02:00
a5d33fdf44
libluna: Add assignment operators to Buffer 2023-08-04 15:10:33 +02:00
653b2074c0
wind: Reorder drag sequence
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-04 13:08:48 +02:00
25cbaf4f90
libui: Add Rect::relative 2023-08-04 13:08:02 +02:00
37731d2a95
libui: Remove redundant statement
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-03 18:32:58 +02:00
8bff3d647e
libui: Add getters for separate color values
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-03 17:52:19 +02:00
4b797367dd
libui: Remove unnecessary stuff
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-03 17:50:07 +02:00
a48d6fe001
base: Remove startup items not necessary for GUI startup
All checks were successful
continuous-integration/drone/pr Build is passing
2023-08-03 17:47:35 +02:00
76be0058da
libui+wind: (Draggable) windows 2023-08-03 17:47:35 +02:00
63a30cc056
wind: Create a local server object 2023-08-03 17:47:35 +02:00
a1c0aab4e0
libos: Add a new LocalServer class for local domain sockets 2023-08-03 17:47:35 +02:00
7b5d7d4ac6
kernel: Support listening sockets in poll() 2023-08-03 17:47:35 +02:00
fbb238cb5d
base: Start wind on startup instead of the shell 2023-08-03 17:47:35 +02:00
967affdffe
wind: Add a simple display server skeleton using libui
No client functionality yet, but it's a start.
2023-08-03 17:47:35 +02:00
60cc9dcd0e
libui: Add a GUI and graphics library 2023-08-03 17:47:34 +02:00
5d992ceb99
kernel: Fix negative movement in the PS/2 mouse driver 2023-08-03 17:47:34 +02:00
bc20e1a31b
kernel: Store FD_CLOEXEC in the file descriptor itself
All checks were successful
continuous-integration/drone/push Build is passing
Closes #39.
2023-08-03 17:47:18 +02:00
b01aa72f17
libc+init+shmem-test: Add POSIX shared memory objects
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-03 10:32:52 +02:00
d41fb85466
libluna/SharedPtr: Count references with separately created objects properly 2023-08-03 10:32:22 +02:00
5aa042a5f2
kernel: Add constructors to SharedMemory 2023-08-03 10:31:58 +02:00
f150425222
kernel: Create a new shared memory object if the old one was lost 2023-08-03 10:31:29 +02:00
842b212685
kernel: Set a SharedMemory object's prot value 2023-08-03 10:30:43 +02:00
641b65da0f
kernel: Take devices into account in SharedMemory::free() 2023-08-03 09:33:10 +02:00
bfcca3a220
gol: Use memory-mapped IO
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-03 09:26:35 +02:00
b5d146b492
kernel/mmap: Fix some parameters 2023-08-03 09:26:21 +02:00
b447c1a261
kernel: Set the shmem->inode field in query_shared_memory 2023-08-03 09:25:56 +02:00
f8e86b3b01
fix 2023-08-03 09:25:38 +02:00
d8f6af99b8
kernel: Let devices use shared memory 2023-08-03 09:25:23 +02:00
c5e24e478f
kernel+libc: Add truncate and ftruncate
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-03 08:47:37 +02:00
53d9f5c6fc
libc: Add msync wrapper
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-02 22:44:54 +02:00
84c1ac4cee
kernel: Add msync
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-02 22:39:07 +02:00
7293d47bf0
apps: Add shmem-test
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-02 22:20:05 +02:00
f66b0497cf
libc: Add support for mmap()'s new syscall format 2023-08-02 22:20:05 +02:00
2572695c8d
kernel: Support mapping shared memory using mmap() 2023-08-02 22:20:05 +02:00
9443551d71
kernel: Add shared memory 2023-08-02 22:20:05 +02:00
b4527786d4
kernel/MMU: Don't copy pages on clone and allow manipulating other page directories 2023-08-02 22:17:32 +02:00
3aaf1c5d84
apps: Rename mouse to input, read keyboard packets as well
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-02 17:20:26 +02:00
4794d0dfef
kernel: Add a keyboard device for graphical session 2023-08-02 17:20:13 +02:00
9c1e275f34
kernel: Make /dev/mouse read-write only for root 2023-08-02 17:19:37 +02:00
6593f9241b
libc: Add wrapper for poll() 2023-08-02 17:19:16 +02:00