apio pushed to main at apio/Luna 2023-09-20 20:01:36 +00:00
b4a9ea3857 terminal: Avoid doing too many redraws + support non-canonical mode
apio deleted branch display-server from apio/Luna 2023-09-20 19:12:00 +00:00
apio pushed to main at apio/Luna 2023-09-20 19:07:49 +00:00
9636b5d8da Update README.md
apio pushed to main at apio/Luna 2023-09-20 18:57:09 +00:00
36bd556406 all: Bump release version to 0.6.0 and start calling it "Andromeda"
apio pushed to main at apio/Luna 2023-09-20 18:49:22 +00:00
b09226b8ba gol: Use the windowing system
52b04bd33b kernel: Increase the OOM threshold to 4 MiB free
b42497e05e kernel: Start clearing caches when free memory is lower than 1MiB
b370a99aa6 libui: Allow specifying the color of Labels, and use that in about
9fd4fc7e91 wind+taskbar: Improve the dark color scheme
Compare 103 commits »
apio merged pull request apio/Luna#38 2023-09-20 18:49:21 +00:00
Add a display server and graphical user interface
apio pushed to display-server at apio/Luna 2023-09-20 18:17:22 +00:00
b09226b8ba gol: Use the windowing system
apio pushed to display-server at apio/Luna 2023-09-20 17:58:34 +00:00
52b04bd33b kernel: Increase the OOM threshold to 4 MiB free
apio pushed to display-server at apio/Luna 2023-09-20 17:49:21 +00:00
b42497e05e kernel: Start clearing caches when free memory is lower than 1MiB
b370a99aa6 libui: Allow specifying the color of Labels, and use that in about
9fd4fc7e91 wind+taskbar: Improve the dark color scheme
bc14b01bf8 terminal: Fix certain keys being incorrectly inputted
Compare 4 commits »
apio pushed to display-server at apio/Luna 2023-09-20 05:07:51 +00:00
0cb21c2e90 terminal: Send signals on ^C and ^\
3540033dd3 wind: Translate Ctrl-key presses correctly
c5227d585c kernel: Allow sending signals to process groups from userspace
d93e9f6b4b kernel: Fix sending signals to threads that are in a long syscall
7631b81681 libui: Allow not filling the window with a background color every time
Compare 98 commits »
apio pushed to main at apio/Luna 2023-09-20 05:07:42 +00:00
4af337e92d kernel: Improve the mutex system
apio pushed to display-server at apio/Luna 2023-09-18 05:21:13 +00:00
6f683c48f0 terminal: Send signals on ^C and ^\
f8879015ee wind: Translate Ctrl-key presses correctly
08583d5ad4 kernel: Allow sending signals to process groups from userspace
4d6c8aa8bf kernel: Fix sending signals to threads that are in a long syscall
Compare 4 commits »
apio pushed to display-server at apio/Luna 2023-09-16 11:29:51 +00:00
24679e06dd libui: Allow not filling the window with a background color every time
18e3265d14 terminal: Draw directly onto the window canvas
Compare 2 commits »
apio pushed to display-server at apio/Luna 2023-09-16 11:12:46 +00:00
ea3907d012 terminal: Add cursor support
0f926d5094 libui: Properly request redraws from the server
Compare 2 commits »
apio pushed to display-server at apio/Luna 2023-09-16 09:48:41 +00:00
a202ef1f34 terminal: Use pseudoterminals and add keyboard support
35633fc65f libc: Add pseudoterminal-related functions
d7db4e6147 init: Mount /dev/pts on startup
fd46d134aa kernel: Add pseudoterminals and a /dev/pts filesystem
fbfa5328d7 wind: Stop tracking windows after they're closed
Compare 8 commits »
apio pushed to display-server at apio/Luna 2023-09-14 20:56:01 +00:00
69a0600d45 kernel: Allow performing extra actions when opening an inode
apio pushed to display-server at apio/Luna 2023-09-14 20:51:31 +00:00
05a0d912fa apps: Add basic terminal app
apio pushed to display-server at apio/Luna 2023-09-14 19:32:19 +00:00
8227e7c0ea shell: Allow running as interactive even if not running in a TTY
apio pushed to display-server at apio/Luna 2023-09-14 19:30:03 +00:00
dce7b92c95 libui: Add option to run event processing in a loop instead of in app.run()
apio pushed to display-server at apio/Luna 2023-09-12 20:09:51 +00:00
ff525c9044 libui: Reduce redraw calls by doing them only when events are actually handled
8a7a2c2a53 apps: Add about
ec501359df libui: Add a basic Label component
c26887c03c libui: Clarify that Font is only used for low-level glyph rendering
45c8e05809 libui: Zero-initialize counter variables in Layout
Compare 78 commits »