Commit Graph

197 Commits

Author SHA1 Message Date
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
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
95601ab6cc System/Shell/Commands: Add telnet 2025-09-19 17:49:41 -04:00
Alec Murphy
f35aff6170 System/Core/Shell: Update default PS1 2025-09-19 13:29:29 -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
107e47ec01 System/Libraries/Html/Renderer: Support mailto: protocol handler in @resolve_href() 2025-09-18 19:50:06 -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
Alec Murphy
ed6362d731 System/Core/Shell: Return full expanded path (including mount point) in @shell_expand_relative_path 2025-09-12 16:29:56 -04:00
Alec Murphy
68627925e9 System/Core/Compositor: Initialize user session with default values from Settings/config.json 2025-09-12 16:28:23 -04:00
Alec Murphy
714c7d2571 System/Shell/Commands/cat: Handle FileSystem.PathExists() 2025-09-12 15:41:35 -04:00
Alec Murphy
03b6e777b9 System/Core/MessageBox: Add MessageBox.ConfirmNoAsk() 2025-09-12 12:33:41 -04:00
Alec Murphy
710956e14e System/Core/Compositor: Allow right-click to focus hovered window 2025-09-11 16:11:47 -04:00
Alec Murphy
e98a0a13c2 System: Spawn Net Task on CPU3 by default 2025-05-18 19:24:11 -04:00
Alec Murphy
e9297f1952 System/Libraries/Html/Renderer: Handle currently supported values for CSS 'font' shorthand property 2025-05-14 09:36:28 -04:00
Alec Murphy
be691d0c1d System/Libraries/Html/Renderer: Update status text when image loading is complete 2025-05-09 19:03:02 -04:00
Alec Murphy
b50b6bf45e System/Libraries/Html/Reflow+Renderer: Add reflow_win to HtmlRenderer 2025-05-09 13:54:04 -04:00
Alec Murphy
2f403aaff9 Applications/Internet/Cyberia: New tab defaults to blank page 2025-05-08 11:34:49 -04:00
Alec Murphy
b2b789e10f System/Libraries/Html/Renderer: Add title_callback to HtmlRenderer 2025-05-08 11:10:22 -04:00
Alec Murphy
f355325ba7 System/Libraries/Widget: Add members to TabPanelTab/TabPanelWidget classes 2025-05-07 19:33:30 -04:00
Alec Murphy
9911da5ac5 Media/Themes/Umami: Handle and paint TabPanelWidget 2025-05-07 15:11:53 -04:00
Alec Murphy
80e3fde0d0 System/Libraries/Widget: Add TabPanelWidget 2025-05-04 18:30:28 -04:00
Alec Murphy
de05895ecd Meta: s/MenuBar/AppBar/g 2025-05-04 15:29:39 -04:00
Alec Murphy
292e7acd6c System/Core/Menu: Add Menu.AddSeparator() 2025-05-04 11:30:42 -04:00
Alec Murphy
b8047330bc System/Libraries/Html/Renderer: Increase status_text_buffer size to avoid stack clobbering 2025-05-04 09:52:11 -04:00
Alec Murphy
a411e8a352 System/Libraries/Html/Reflow: Resolve CSS_DISTANCE_AUTO for node width/height 2025-05-04 09:15:27 -04:00
Alec Murphy
5a492d647c System/Libraries/Html/Renderer: Resolve CSS border-(top|left|bottom|right) 2025-05-04 09:06:53 -04:00
Alec Murphy
b0a8a34128 System/Libraries/Css/Tokenizer: Add CSS_SIDE defines 2025-05-04 09:05:10 -04:00
Alec Murphy
159e497ee4 System/Libraries/Html/Renderer: Calculate text underline position more precisely 2025-05-04 07:12:55 -04:00
Alec Murphy
2c8f674e43 System/Libraries/Html/Reflow: More reflow_inline hacks 2025-05-03 21:12:56 -04:00
Alec Murphy
2b1851772e System/Libraries/Html/Reflow: Handle dynamic width/height for images 2025-05-03 18:28:54 -04:00
Alec Murphy
04ae4c4055 System/Libraries/Html/Renderer: Set base context on image load 2025-05-03 18:27:54 -04:00
Alec Murphy
ec6c463753 System/Libraries/Html/Renderer: Apply HTML width/height attributes to node 2025-05-03 18:27:26 -04:00
Alec Murphy
e1b0c050f9 System/Libraries/Widget: Add base Context2D to Context2DWidget 2025-05-03 18:26:10 -04:00
Alec Murphy
6d457df08f System/Libraries/Html/Tokenizer: Fix another issue with unquoted HTML attributes being discarded 2025-05-03 14:12:54 -04:00
Alec Murphy
21ad3fabfb System/Libraries/Html/Renderer: Handle 'small' HTML tag 2025-05-03 02:57:06 -04:00
Alec Murphy
012d32110e System/Libraries/Html/Reflow: Collapse margin-top into previous block
We will most likely end up having to redo this in the future, but for
now it's a nice QoL to avoid double-spacing between adjacent blocks.
2025-05-03 02:37:17 -04:00
Alec Murphy
84ffabf7b7 System/Libraries/Html/Reflow: Some hacks for inline-block and page height 2025-05-02 21:24:57 -04:00
Alec Murphy
a5f0b0b4ee System/Libraries/Html/Reflow: NULL check on parent widget 2025-05-02 18:50:31 -04:00
Alec Murphy
7c58320ac5 System/Libraries/Html/Renderer: Increase size of work buffer for @set_css_distance to avoid crashing 2025-05-02 18:19:09 -04:00
Alec Murphy
569e2e4b70 System/Libraries/Html: Split Reflow into separate source file 2025-05-02 18:05:12 -04:00
Alec Murphy
1be07aff66 System/Libraries/Graphics2D: Actually use min_x clipped value :^) 2025-05-02 15:55:58 -04:00
Alec Murphy
36a74204bf System/Core/Compositor: Fix off-by-ones when drawing win border shadow 2025-05-01 00:15:17 -04:00
Alec Murphy
f71505a004 System/Libraries/Html/Tokenizer: Fix issue with unquoted HTML attributes being discarded 2025-04-30 21:27:39 -04:00