Commit Graph

183 Commits

Author SHA1 Message Date
mebibytedraco
d46b21a965 Handle case where there is no active window 2023-07-24 23:36:33 -04:00
Ry
7b45cbc435 meta: Update Okameron 2023-07-23 23:44:16 -07:00
Ry
98843d46dc
Merge pull request #24 from mebibytedraco/new_window-swap
Swap if new window is below active window
2023-07-16 16:51:35 -07:00
Ry
e368f2fb17
Merge pull request #23 from mebibytedraco/fix-active-window-select
Remove current window from list before choosing new active window in destroy_window
2023-07-16 16:48:41 -07:00
mebibytedraco
519096a6e8 Swap if new window is below active window 2023-07-16 16:59:52 -04:00
mebibytedraco
84c3eabdbc Remove window before choosing new active window 2023-07-16 12:46:35 -04:00
Ry
b832aa83be Fetcher: WIP "About" screen 2023-07-15 21:56:09 -07:00
Ry
e28c2c3cdc
Merge pull request #21 from mebibytedraco/fix-active-window-priority
Swap top window when destroying a window
2023-07-14 17:53:27 -07:00
mebibytedraco
1f025dd55e Swap top window when destroying a window 2023-07-14 20:02:07 -04:00
Ry
0bd42e113a
Merge pull request #19 from mebibytedraco/fxf-disk-stack-fix
Remove extra stack items in launch_fxf_from_disk error recovery
2023-07-14 16:14:18 -07:00
mebibytedraco
e2d824fc1b Remove extra stack items in launch_fxf_from_disk 2023-07-14 13:52:06 -04:00
Ry
b3d9a4a6eb kernel/fxf: Free memory used by binary if relocation fails 2023-07-13 23:58:59 -07:00
Ry
50ea28fc7e kernel/vfs: Only allow :ofb0 - :ofb31 2023-07-13 21:21:16 -07:00
Ry
0059493bb2 sh: Check to make sure we have a stream struct before continuing
Fixes issue #17.
2023-07-13 21:15:20 -07:00
Ry
ca802706f4 kernel/vfs: Named streams for all disks and overlay framebuffers 2023-07-13 16:05:17 -07:00
Ry
b6ab015acb kernel/fxf: Bail out if the FXF could not be relocated 2023-07-13 15:02:19 -07:00
Ry
73bf9275bc Fetcher: View and launch FXF binaries 2023-07-13 00:11:02 -07:00
Ry
7d4918041b Fetcher: Proper desktop icons! 2023-07-12 17:33:57 -07:00
Ry
20e25f963e Fetcher: Minor code style fixes 2023-07-12 16:41:39 -07:00
Ry
924ada984a
Merge pull request #16 from TalonFox/main
Improve window dragging and add fetcher window expansion/retraction animation
2023-07-12 16:21:21 -07:00
TalonFox
aa60133fe0
Improve window dragging and add fetcher animation
Signed-off-by: TalonFox <105325988+TalonFox@users.noreply.github.com>
2023-07-12 12:41:11 -05:00
Ry
e6293f1e28 Fetcher: Fix incorrect comments 2023-07-12 00:01:53 -07:00
Ry
df9e7eb311 Fetcher: Initial commit
This commit includes needed kernel changes and additions.
2023-07-12 00:00:08 -07:00
Ry
460b0be997 kernel/allocator: FINALLY fix a long-standing bug with memory freeing
This fixes issue #7
2023-07-11 23:37:11 -07:00
Ry
e647c5835b Workflows: Install Lua 5.4 2023-07-11 15:57:11 -07:00
Ry
6a9dc85d81 all: Fix incorrect/old file struct size
Surprised this didn't cause more issues :p
2023-07-11 15:54:08 -07:00
Ry
012511bf5f kernel: Add launch_fxf_from_open_file 2023-07-10 17:59:21 -07:00
Ry
c101b58dea OkmPaint: Initial commit 2023-06-25 16:46:42 -07:00
Ry
d5e9404413 Fix some messed up formatting, add Okameron submodule 2023-06-24 16:05:17 -07:00
Ry
f6ec0dde0b sh: Add echo command 2023-04-02 13:17:54 -07:00
Ry
7a2f96717e sh: Add rdall command 2023-04-02 13:09:32 -07:00
Ry
3870289252 kernel/vfs: Add :serial named stream 2023-04-02 13:08:55 -07:00
Ry
d3c75a7c9c sh: Add rdnext command
This command redirects the IO stream for the next command to the
specified file or named stream
2023-03-31 16:32:00 -07:00
Ry
958e6348f7 launcher: Launch applications from the current disk 2023-03-31 00:32:02 -07:00
Ry
8bea7c39b4 kernel + sh: Another stream overhaul
Certain streams can now be opened by name by prefixing the name
with a colon (':'). The only supported named stream at the moment
is :fb, which streams to/from the background framebuffer.

A new syscall called `get_size` was also added, which should be used
instead of `ryfs_get_size`. This new syscall supports getting the size
of streams.
2023-03-30 22:18:23 -07:00
Ry
fa693c71a7 all: Increase file struct size to 32 bytes for both files and streams 2023-03-30 21:46:24 -07:00
Ry
b6cde81d2b kernel/vfs: Support seeking in streams 2023-03-30 18:14:16 -07:00
Ry
713e447d7d kernel/window: Use consts for the window title bar colors 2023-03-30 15:48:05 -07:00
Ry
a72dbae40b kernel/window/messagebox: Fix incorrect comment 2023-03-30 15:47:04 -07:00
Ry
f67dfbff23 kernel/fxf/launch: Remove unneeded push 2023-03-23 00:38:22 -07:00
Ry
861031ea6c terminal: Use launch_fxf_from_disk 2023-03-23 00:37:39 -07:00
Ry
201336ad31 serial: Use launch_fxf_from_disk 2023-03-23 00:37:16 -07:00
Ry
e0b53d5454 kernel/fxf/launch: Tell the caller if an error occurred 2023-03-23 00:20:11 -07:00
Ry
a484da1526 kernel/fxf/launch: Don't always show error message (oops) 2023-03-23 00:16:53 -07:00
Ry
7d877618a1 kernel/fxf/launch: Show an error message if memory allocation fails
```
You are fucked.
[ OK ]
```
2023-03-22 22:44:14 -07:00
Ry
59c688fc87 kernel/fxf/launch: Specify disk ID, and fix issue with argument passing 2023-03-22 22:25:55 -07:00
Ry
8103ec8bcd kernel/fxf and launcher: Add and use launch_fxf_from_disk syscall 2023-03-22 22:18:33 -07:00
Ry
22c8e1f820 bg: Use data.strz for the filename 2023-03-22 16:36:25 -07:00
Ry
4e0ab3a75d sh/launch: Use ryfs_open directly instead of open for now 2023-03-20 17:32:14 -07:00
Ry
60a322ca53 kernel+apps: Use a more standard filename format (8.3 with no spaces) 2023-03-15 17:53:45 -07:00