Commit Graph

  • 3fa79a5d5a Applications/Internet/Cyberia: Dynamically resize tab length to fit window master Alec Murphy 2025-10-10 17:13:24 -04:00
  • 8874ae630b Media/Themes/Umami: Clip text ctx to widget size in @umami_tab_panel_repaint_tab Alec Murphy 2025-10-10 17:12:23 -04:00
  • 76b27de3d4 Applications/Internet/Cyberia: Persist cookies (and soon, bookmarks) to disk Alec Murphy 2025-10-10 15:38:40 -04:00
  • ed4647effe System/Libraries/Http: Use StrCpy instead of StrPrint when appending data to POST request Alec Murphy 2025-10-10 15:05:19 -04:00
  • 25c160e15c Applications/Internet/Cyberia: Send referer in link navigation and form submit Alec Murphy 2025-10-10 14:12:30 -04:00
  • 6c8c64b2ec Applications/Internet/Cyberia: Set Content-Type as application/x-www-form-urlencoded for HTML form POST method Alec Murphy 2025-10-10 14:11:19 -04:00
  • 0266caab91 Applications/Internet/Cyberia.app: Always create JsonObject for headers in each request Alec Murphy 2025-10-10 14:10:10 -04:00
  • fcbc741137 System/Libraries/Html/Renderer: Add referer and navigation_type to HtmlRenderer Alec Murphy 2025-10-10 14:08:18 -04:00
  • f671203bfb Handle INPUT type=submit in forms Alec Murphy 2025-10-10 13:24:19 -04:00
  • d376591aca Applications/Internet/Cyberia: Handle INPUT type=hidden in forms Alec Murphy 2025-10-10 12:58:02 -04:00
  • d8a3756037 Applications/Internet/Cyberia: Probably a good idea to actually handle Set-Cookie 🤦 Alec Murphy 2025-10-10 12:57:16 -04:00
  • 6253fe8004 Applications/Internet/Cyberia: Initial support for cookies Alec Murphy 2025-10-10 11:40:00 -04:00
  • f9e9f46081 Applications/Internet/Cyberia: Initial support for POST requests Alec Murphy 2025-10-10 11:39:37 -04:00
  • 02bb0e9f3d Applications/Internet/Cyberia: Move bookmarks & cookies to the global cyberia JsonObject Alec Murphy 2025-10-10 11:35:51 -04:00
  • 6673a0d777 System/Libraries/Http: Introduce @http_concat_header() Alec Murphy 2025-10-10 11:31:57 -04:00
  • c1280e0964 System/Libraries/Html/Renderer: Add form_data_str to HtmlRenderer Alec Murphy 2025-10-09 12:57:53 -04:00
  • bb12179305 System/Libraries/Html/Renderer: Support (but not yet validate) INPUT type=email Alec Murphy 2025-10-09 12:57:18 -04:00
  • 0ff7c6531a Media/Themes/Umami: Desaturate min/max/close buttons on window blur Alec Murphy 2025-09-26 21:39:50 -04:00
  • c927cbddc5 System/Libraries/String: Add String.Lower() Alec Murphy 2025-09-25 11:15:59 -04:00
  • ac4ff2b591 Media/Themes/Umami: Implement @umami_list_view_repaint() Alec Murphy 2025-09-25 08:27:12 -04:00
  • dac924c707 System/Libraries/Widget: Initial support for ListViewWidget Alec Murphy 2025-09-25 08:24:27 -04:00
  • ea44c28461 Applications/Internet/Cyberia: Add a link context menu and some hanbaga menu placeholders Alec Murphy 2025-09-24 18:16:26 -04:00
  • 9820018d77 System/Libraries/FileSystem: Add FIXME to avoid path traversal issues Alec Murphy 2025-09-24 17:46:18 -04:00
  • b7574375ae Meta: Update system settings Alec Murphy 2025-09-24 17:38:58 -04:00
  • 4cb463d3b6 System/MakeSystem: Add Libraries/Imap Alec Murphy 2025-09-24 17:37:44 -04:00
  • 35c6dbc3b3 Meta: Update .vscode/settings.json Alec Murphy 2025-09-24 17:36:26 -04:00
  • 4c4f08505e Applications/Internet/Cyberia: Update app icon Alec Murphy 2025-09-24 16:40:35 -04:00
  • df4a9a484a System/Libraries/Imap: Add initial support for IMAP protocol Alec Murphy 2025-09-24 15:56:44 -04:00
  • 52b7136e01 System/Libraries/Stdio: Initial support for @dir_entry autocomplete Alec Murphy 2025-09-21 13:34:27 -04:00
  • e0946c6d45 System/Libraries/Stdio: Remove outdated TODO Alec Murphy 2025-09-21 09:37:07 -04:00
  • b86cd2ce3d System/Core/SystemTray+AppBar: Reposition tray icons w/ system clock Alec Murphy 2025-09-21 00:14:39 -04:00
  • 5c6a239b70 System/Setup/Environment: Disable exclusive access to BlkDev and Drv Alec Murphy 2025-09-20 23:26:02 -04:00
  • 6e774d8641 System/Libraries/Stdio: Ugly hack to handle backspace for non-compliant output devices Alec Murphy 2025-09-20 22:48:55 -04:00
  • 51e54e89d5 System/Api/Tcp: Make s->close() work on bound sockets Alec Murphy 2025-09-20 19:08:03 -04:00
  • 405a603b0f src/net: Add tcp_rst_packet() Alec Murphy 2025-09-20 19:07:10 -04:00
  • 9e4fd9c5a3 System/Jakt/OS: Fix @os_call() binding to use U64 addr instead of hash table lookup Alec Murphy 2025-09-20 15:25:55 -04:00
  • b78af4911d System/Core/Shell: Show full working directory in PS1 Alec Murphy 2025-09-20 14:03:56 -04:00
  • 5ecae8fc20 System/Shell/Commands: Add cd Alec Murphy 2025-09-20 10:31:14 -04:00
  • 682ca552d3 System/Shell/Commands: Use original argv as pathname in error messages Alec Murphy 2025-09-20 10:24:25 -04:00
  • 3d2cc73e43 Media/Themes/Umami: Minor aesthetic changes Alec Murphy 2025-09-19 21:51:10 -04:00
  • 95601ab6cc System/Shell/Commands: Add telnet Alec Murphy 2025-09-19 17:49:41 -04:00
  • f434358ea2 Media/Themes/Umami: Set terminal colors in @umami_terminal_os_cmd() Alec Murphy 2025-09-19 13:44:43 -04:00
  • f35aff6170 System/Core/Shell: Update default PS1 Alec Murphy 2025-09-19 13:29:29 -04:00
  • 20fd9dcd14 Media/Themes/Umami: Reset bold attribute when setting normal values in @umami_terminal_ctrl_seq_sgr() Alec Murphy 2025-09-19 13:28:59 -04:00
  • 8c39ffa94d System/Core/Shell: Set window title in @shell_input_loop() Alec Murphy 2025-09-19 13:20:05 -04:00
  • 5f217c23f3 Media/Themes/Umami: Check length for set window title in @umami_terminal_os_cmd() Alec Murphy 2025-09-19 13:19:13 -04:00
  • 107e47ec01 System/Libraries/Html/Renderer: Support mailto: protocol handler in @resolve_href() Alec Murphy 2025-09-18 19:50:06 -04:00
  • 0ae5a5c913 Media/Themes/Umami: Update Window min/max/close buttons Alec Murphy 2025-09-18 16:16:31 -04:00
  • cf69c16b3d System/Core/Compositor: Create session home directory if it does not exist Alec Murphy 2025-09-12 16:59:17 -04:00
  • c06de7edc6 System/Libraries/FileSystem: Add FileSystem.CreatePath() Alec Murphy 2025-09-12 16:57:56 -04:00
  • ed6362d731 System/Core/Shell: Return full expanded path (including mount point) in @shell_expand_relative_path Alec Murphy 2025-09-12 16:29:56 -04:00
  • 68627925e9 System/Core/Compositor: Initialize user session with default values from Settings/config.json Alec Murphy 2025-09-12 16:28:23 -04:00
  • 8755b45c90 Meta: Update Settings/config.json Alec Murphy 2025-09-12 16:27:08 -04:00
  • 714c7d2571 System/Shell/Commands/cat: Handle FileSystem.PathExists() Alec Murphy 2025-09-12 15:41:35 -04:00
  • 03b6e777b9 System/Core/MessageBox: Add MessageBox.ConfirmNoAsk() Alec Murphy 2025-09-12 12:33:41 -04:00
  • 894a5361ce Media/Themes/Umami: Ignore clicked callback events on disabled widgets Alec Murphy 2025-09-12 08:35:39 -04:00
  • 9bb7db2b23 Media/Themes/Umami: Handle disabled attribute for TextLabelWidget and MenuItemWidget Alec Murphy 2025-09-12 08:22:38 -04:00
  • 7a3190d77e Meta: Update .vscode/tasks.json Alec Murphy 2025-09-12 07:15:59 -04:00
  • cbdd64ce4a Applications/OS/AppBar: Update default clock_text format string Alec Murphy 2025-09-12 07:03:46 -04:00
  • 72957ec325 Media/Themes/Umami: Allow right-click focus and clicked event on hovered widget Alec Murphy 2025-09-11 16:13:06 -04:00
  • 710956e14e System/Core/Compositor: Allow right-click to focus hovered window Alec Murphy 2025-09-11 16:11:47 -04:00
  • e76d888184 Applications/Internet/Cyberia: Use Alt+Cursor-(Left|Right) to move back/forward in history for active tab Alec Murphy 2025-09-11 15:22:44 -04:00
  • 63b4f5201a Meta: Update scripts/build-all Alec Murphy 2025-09-09 07:55:42 -04:00
  • 4c5283ecef Meta: Update README.md Alec Murphy 2025-05-24 13:53:10 -04:00
  • 1521220465 Meta: Add screenshot.png Alec Murphy 2025-05-24 13:52:19 -04:00
  • d47e33acb0 Applications/Internet/Cyberia: Handle all vscroll changes before issuing reflow in @cyberia_win_repaint() callback Alec Murphy 2025-05-19 13:14:37 -04:00
  • e98a0a13c2 System: Spawn Net Task on CPU3 by default Alec Murphy 2025-05-18 19:24:11 -04:00
  • c2700cb4fb Meta: Bump Clang to 20 Alec Murphy 2025-05-18 19:20:44 -04:00
  • e9297f1952 System/Libraries/Html/Renderer: Handle currently supported values for CSS 'font' shorthand property Alec Murphy 2025-05-14 09:36:28 -04:00
  • be691d0c1d System/Libraries/Html/Renderer: Update status text when image loading is complete Alec Murphy 2025-05-09 19:03:02 -04:00
  • 690933d56c Applications/Internet/Cyberia: Ignore keyboard shortcuts when window is not active Alec Murphy 2025-05-09 19:02:32 -04:00
  • a722ff7357 Create README.md alec 2025-05-09 14:27:18 -04:00
  • 99d40703ca Applications/Internet/Cyberia: Add page elements to separate Window/list for each renderer Alec Murphy 2025-05-09 13:56:18 -04:00
  • b50b6bf45e System/Libraries/Html/Reflow+Renderer: Add reflow_win to HtmlRenderer Alec Murphy 2025-05-09 13:54:04 -04:00
  • 2f403aaff9 Applications/Internet/Cyberia: New tab defaults to blank page Alec Murphy 2025-05-08 11:34:49 -04:00
  • a3223599fe Applications/Internet/Cyberia: Initial support for tabbed browsing Alec Murphy 2025-05-08 11:11:16 -04:00
  • b2b789e10f System/Libraries/Html/Renderer: Add title_callback to HtmlRenderer Alec Murphy 2025-05-08 11:10:22 -04:00
  • 0f0f89fe1f Media/Themes/Umami: Use fixed tab width if specified for TabPanelWidget Alec Murphy 2025-05-07 19:34:01 -04:00
  • f355325ba7 System/Libraries/Widget: Add members to TabPanelTab/TabPanelWidget classes Alec Murphy 2025-05-07 19:33:30 -04:00
  • 7de9c03b24 Applications/Internet/Cyberia: Offset controls->y to TabPanelWidget Alec Murphy 2025-05-07 15:14:26 -04:00
  • 9911da5ac5 Media/Themes/Umami: Handle and paint TabPanelWidget Alec Murphy 2025-05-07 15:11:53 -04:00
  • 15700b9cd7 Applications/Internet/Cyberia: Use RectWidget for (controls|status) backdrop Alec Murphy 2025-05-05 14:35:28 -04:00
  • 80e3fde0d0 System/Libraries/Widget: Add TabPanelWidget Alec Murphy 2025-05-04 18:30:28 -04:00
  • de05895ecd Meta: s/MenuBar/AppBar/g Alec Murphy 2025-05-04 15:08:13 -04:00
  • 4d8ba1e57d Media/Themes/Umami: Add right-arrow for submenus Alec Murphy 2025-05-04 14:10:52 -04:00
  • 292e7acd6c System/Core/Menu: Add Menu.AddSeparator() Alec Murphy 2025-05-04 11:30:42 -04:00
  • b8047330bc System/Libraries/Html/Renderer: Increase status_text_buffer size to avoid stack clobbering Alec Murphy 2025-05-04 09:52:11 -04:00
  • fcf20be66e Meta: Update Default.css Alec Murphy 2025-05-04 09:25:49 -04:00
  • a411e8a352 System/Libraries/Html/Reflow: Resolve CSS_DISTANCE_AUTO for node width/height Alec Murphy 2025-05-04 09:15:27 -04:00
  • 5a492d647c System/Libraries/Html/Renderer: Resolve CSS border-(top|left|bottom|right) Alec Murphy 2025-05-04 09:06:53 -04:00
  • b0a8a34128 System/Libraries/Css/Tokenizer: Add CSS_SIDE defines Alec Murphy 2025-05-04 09:05:10 -04:00
  • 5582d43a6f Media/Themes/Umami: Repaint zero-height BorderedRectWidgets if top/bottom borders have size Alec Murphy 2025-05-04 09:04:51 -04:00
  • 159e497ee4 System/Libraries/Html/Renderer: Calculate text underline position more precisely Alec Murphy 2025-05-04 07:12:55 -04:00
  • 2c8f674e43 System/Libraries/Html/Reflow: More reflow_inline hacks Alec Murphy 2025-05-03 21:12:56 -04:00
  • 2b1851772e System/Libraries/Html/Reflow: Handle dynamic width/height for images Alec Murphy 2025-05-03 18:28:54 -04:00
  • 04ae4c4055 System/Libraries/Html/Renderer: Set base context on image load Alec Murphy 2025-05-03 18:27:54 -04:00
  • ec6c463753 System/Libraries/Html/Renderer: Apply HTML width/height attributes to node Alec Murphy 2025-05-03 18:27:26 -04:00
  • e1b0c050f9 System/Libraries/Widget: Add base Context2D to Context2DWidget Alec Murphy 2025-05-03 18:26:10 -04:00
  • 6d457df08f System/Libraries/Html/Tokenizer: Fix another issue with unquoted HTML attributes being discarded Alec Murphy 2025-05-03 14:12:54 -04:00
  • 21ad3fabfb System/Libraries/Html/Renderer: Handle 'small' HTML tag Alec Murphy 2025-05-03 02:57:06 -04:00