313 Commits

Author SHA1 Message Date
Alec Murphy
3fa79a5d5a Applications/Internet/Cyberia: Dynamically resize tab length to fit window 2025-10-10 17:13:24 -04:00
Alec Murphy
8874ae630b Media/Themes/Umami: Clip text ctx to widget size in @umami_tab_panel_repaint_tab 2025-10-10 17:12:23 -04:00
Alec Murphy
76b27de3d4 Applications/Internet/Cyberia: Persist cookies (and soon, bookmarks) to disk 2025-10-10 15:38:40 -04:00
Alec Murphy
ed4647effe System/Libraries/Http: Use StrCpy instead of StrPrint when appending data to POST request 2025-10-10 15:05:19 -04:00
Alec Murphy
25c160e15c Applications/Internet/Cyberia: Send referer in link navigation and form submit 2025-10-10 14:12:30 -04:00
Alec Murphy
6c8c64b2ec Applications/Internet/Cyberia: Set Content-Type as application/x-www-form-urlencoded for HTML form POST method 2025-10-10 14:11:19 -04:00
Alec Murphy
0266caab91 Applications/Internet/Cyberia.app: Always create JsonObject for headers in each request 2025-10-10 14:10:10 -04:00
Alec Murphy
fcbc741137 System/Libraries/Html/Renderer: Add referer and navigation_type to HtmlRenderer 2025-10-10 14:08:18 -04:00
Alec Murphy
f671203bfb Handle INPUT type=submit in forms 2025-10-10 13:24:19 -04:00
Alec Murphy
d376591aca Applications/Internet/Cyberia: Handle INPUT type=hidden in forms 2025-10-10 12:58:02 -04:00
Alec Murphy
d8a3756037 Applications/Internet/Cyberia: Probably a good idea to actually handle Set-Cookie 🤦 2025-10-10 12:57:16 -04:00
Alec Murphy
6253fe8004 Applications/Internet/Cyberia: Initial support for cookies 2025-10-10 11:40:00 -04:00
Alec Murphy
f9e9f46081 Applications/Internet/Cyberia: Initial support for POST requests 2025-10-10 11:39:37 -04:00
Alec Murphy
02bb0e9f3d Applications/Internet/Cyberia: Move bookmarks & cookies to the global cyberia JsonObject 2025-10-10 11:35:51 -04:00
Alec Murphy
6673a0d777 System/Libraries/Http: Introduce @http_concat_header()
This function will append values with existing keys to the same JSON
array for further parsing, e.g. where multiple Set-Cookie instances
are present in a response header.
2025-10-10 11:31:57 -04:00
Alec Murphy
c1280e0964 System/Libraries/Html/Renderer: Add form_data_str to HtmlRenderer 2025-10-09 12:57:53 -04:00
Alec Murphy
bb12179305 System/Libraries/Html/Renderer: Support (but not yet validate) INPUT type=email 2025-10-09 12:57:18 -04:00
Alec Murphy
0ff7c6531a Media/Themes/Umami: Desaturate min/max/close buttons on window blur 2025-09-26 21:39:50 -04:00
Alec Murphy
c927cbddc5 System/Libraries/String: Add String.Lower() 2025-09-25 11:15:59 -04:00
Alec Murphy
ac4ff2b591 Media/Themes/Umami: Implement @umami_list_view_repaint() 2025-09-25 08:27:12 -04:00
Alec Murphy
dac924c707 System/Libraries/Widget: Initial support for ListViewWidget 2025-09-25 08:24:27 -04:00
Alec Murphy
ea44c28461 Applications/Internet/Cyberia: Add a link context menu and some hanbaga menu placeholders 2025-09-24 18:16:26 -04:00
Alec Murphy
9820018d77 System/Libraries/FileSystem: Add FIXME to avoid path traversal issues 2025-09-24 17:46:18 -04:00
Alec Murphy
b7574375ae Meta: Update system settings 2025-09-24 17:38:58 -04:00
Alec Murphy
4cb463d3b6 System/MakeSystem: Add Libraries/Imap 2025-09-24 17:37:44 -04:00
Alec Murphy
35c6dbc3b3 Meta: Update .vscode/settings.json 2025-09-24 17:36:26 -04:00
Alec Murphy
4c4f08505e Applications/Internet/Cyberia: Update app icon 2025-09-24 17:25:23 -04:00
Alec Murphy
df4a9a484a System/Libraries/Imap: Add initial support for IMAP protocol 2025-09-24 15:56:44 -04:00
Alec Murphy
52b7136e01 System/Libraries/Stdio: Initial support for @dir_entry autocomplete 2025-09-21 13:34:27 -04:00
Alec Murphy
e0946c6d45 System/Libraries/Stdio: Remove outdated TODO 2025-09-21 09:37:07 -04:00
Alec Murphy
b86cd2ce3d System/Core/SystemTray+AppBar: Reposition tray icons w/ system clock 2025-09-21 00:14:39 -04:00
Alec Murphy
5c6a239b70 System/Setup/Environment: Disable exclusive access to BlkDev and Drv
This sidesteps a deadlocking issue most commonly encountered when
entering SystemStarter, as multiple tasks are attempting to access
resources on the same RedSea file system.
2025-09-20 23:26:02 -04:00
Alec Murphy
6e774d8641 System/Libraries/Stdio: Ugly hack to handle backspace for non-compliant output devices 2025-09-20 22:48:55 -04:00
Alec Murphy
51e54e89d5 System/Api/Tcp: Make s->close() work on bound sockets 2025-09-20 19:08:03 -04:00
Alec Murphy
405a603b0f src/net: Add tcp_rst_packet() 2025-09-20 19:07:10 -04:00
Alec Murphy
9e4fd9c5a3 System/Jakt/OS: Fix @os_call() binding to use U64 addr instead of hash table lookup 2025-09-20 15:25:55 -04:00
Alec Murphy
b78af4911d System/Core/Shell: Show full working directory in PS1 2025-09-20 14:03:56 -04:00
Alec Murphy
5ecae8fc20 System/Shell/Commands: Add cd 2025-09-20 10:31:14 -04:00
Alec Murphy
682ca552d3 System/Shell/Commands: Use original argv as pathname in error messages 2025-09-20 10:24:25 -04:00
Alec Murphy
3d2cc73e43 Media/Themes/Umami: Minor aesthetic changes 2025-09-19 21:51:10 -04:00
Alec Murphy
95601ab6cc System/Shell/Commands: Add telnet 2025-09-19 17:49:41 -04:00
Alec Murphy
f434358ea2 Media/Themes/Umami: Set terminal colors in @umami_terminal_os_cmd() 2025-09-19 13:44:43 -04:00
Alec Murphy
f35aff6170 System/Core/Shell: Update default PS1 2025-09-19 13:29:29 -04:00
Alec Murphy
20fd9dcd14 Media/Themes/Umami: Reset bold attribute when setting normal values in @umami_terminal_ctrl_seq_sgr() 2025-09-19 13:28:59 -04:00
Alec Murphy
8c39ffa94d System/Core/Shell: Set window title in @shell_input_loop() 2025-09-19 13:20:05 -04:00
Alec Murphy
5f217c23f3 Media/Themes/Umami: Check length for set window title in @umami_terminal_os_cmd() 2025-09-19 13:19:13 -04:00
Alec Murphy
107e47ec01 System/Libraries/Html/Renderer: Support mailto: protocol handler in @resolve_href() 2025-09-18 19:50:06 -04:00
Alec Murphy
0ae5a5c913 Media/Themes/Umami: Update Window min/max/close buttons 2025-09-18 16:16:31 -04:00
Alec Murphy
cf69c16b3d System/Core/Compositor: Create session home directory if it does not exist 2025-09-12 16:59:17 -04:00
Alec Murphy
c06de7edc6 System/Libraries/FileSystem: Add FileSystem.CreatePath() 2025-09-12 16:57:56 -04:00