asleepymoon
asleepymoon pushed to new-layout at asleepymoon/Luna 2024-05-19 12:21:38 +00:00
280b0c90af apps+editor+libui+terminal: Rework the layout system
asleepymoon created branch new-layout in asleepymoon/Luna 2024-05-19 12:21:38 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2024-05-02 08:58:42 +00:00
907049c405 kernel: Signal the reap thread when a kernel thread exits via exit_and_signal_parent()
450ef2ce27 docs: Add boot_process.md
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-05-01 16:55:41 +00:00
01dcb954e5 cp: Show an error message when attempting to copy a directory into a file
04649fce8a base: Change ownership of skeleton files when copying them to the home folder
66983ce17c base: Correct description for the login service
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-05-01 16:21:53 +00:00
0a46cfc80c libui: Remove the server->client message "WindowCloseRequest"
asleepymoon pushed to main at asleepymoon/libwind 2024-05-01 16:21:51 +00:00
35fe88364c fix: Remove the server->client message "WindowCloseRequest"
asleepymoon pushed to main at asleepymoon/Luna 2024-05-01 16:14:52 +00:00
fb52c67f16 kernel/x86_64: Map kernel-side pages as global to avoid TLB flushes
asleepymoon closed issue asleepymoon/Luna#34 2024-05-01 16:14:52 +00:00
TODO: Mark kernel pages as global to avoid flushing the TLB on address space switches
asleepymoon pushed to main at asleepymoon/Luna 2024-05-01 08:55:06 +00:00
ab70a72434 kernel: Fix extra qualification in Thread.h
asleepymoon pushed to main at asleepymoon/Luna 2024-05-01 08:52:19 +00:00
1d0f18cab9 kernel: Move stack checking and expansion into an architecture-independent file
asleepymoon pushed to main at asleepymoon/Luna 2024-04-28 14:27:26 +00:00
de6f5c38d8 kernel: Try to grow the stack on stack overflows, up to a maximum of 8MB
asleepymoon pushed to main at asleepymoon/Luna 2024-04-20 15:24:33 +00:00
e0ed4be0db libos: Change the year in the default ArgumentParser copyright message
asleepymoon pushed to main at asleepymoon/Luna 2024-04-20 15:17:39 +00:00
6293aeea58 shell: Split code into multiple files, add the "echo" builtin, and add support for a .shellrc file
asleepymoon pushed to main at asleepymoon/Luna 2024-04-20 13:57:11 +00:00
646a15d295 Update README
asleepymoon pushed to main at asleepymoon/Luna 2024-04-18 19:55:57 +00:00
b59a787b9e kernel: Properly initialize the shebang read buffer with zeros
asleepymoon pushed to main at asleepymoon/Luna 2024-04-18 19:26:31 +00:00
e2ff0ad273 libc: Propagate errors correctly in shadow functions
62cb53069c libc: Close all pipe file descriptors in popen() after dup2() is called
fe302f5967 libc: Clean up stdio.h a bit
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2024-04-15 17:34:15 +00:00
69f3e28f2c editor: Use window->add_keyboard_shortcut to handle Ctrl+S
2f56a52489 libui: Add support for keyboard shortcuts natively
Compare 2 commits »
asleepymoon deleted branch text-editor from asleepymoon/Luna 2024-04-15 17:06:08 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2024-04-15 17:06:07 +00:00
1176e64a7c editor: Fix creation of new files
e7780b04ee editor: Display only the basename of the current file in the window title
6ded7247e0 terminal: Use widget->window() instead of the App's main window
8b3755873b editor: Use TextInput as a base class
489d54c531 libui: Add a TextInput base class to handle most input fields and add an InputField class for single-line inputs
Compare 9 commits »
asleepymoon merged pull request asleepymoon/Luna#45 2024-04-15 17:06:05 +00:00
Add a basic GUI text editor