Commit graph

214 commits

Author SHA1 Message Date
SuchAFuriousDeath
ab6bde8cdf
implements set_modal for X11 (#1322) 2025-03-31 22:37:08 +07:00
Putta Khunchalee
2f21a611dd
Implements getenv (#1321) 2025-03-30 13:42:44 +02:00
Putta Khunchalee
81365ce70e
Saves selected graphics device (#1320) 2025-03-29 10:04:27 +01:00
Putta Khunchalee
9401c58c4d
Honors Settings::graphics_debug_layer (#1318) 2025-03-23 11:03:26 +01:00
Putta Khunchalee
dcb33c93f9
Implements settings load and save (#1316) 2025-03-16 16:08:05 +01:00
Putta Khunchalee
460b7f38f6
Reserves BIOS area for kernel (#1314) 2025-03-15 19:03:07 +01:00
Putta Khunchalee
bc64f2ee14
Supports arbitrary object on RamBuilder (#1313) 2025-03-15 13:19:44 +01:00
Putta Khunchalee
7d938b9129
Initializes native menu bar for macOS (#1310) 2025-03-12 19:42:00 +01:00
Putta Khunchalee
45c447737a
Initializes global graphics settings (#1308) 2025-03-09 10:33:12 +01:00
SuchAFuriousDeath
9de6e3237b
Fix unsafe in unsafe warnings in Rust 2024 edition (#1307) 2025-03-09 12:40:53 +09:00
Putta Khunchalee
a6bc1bf111
Converts RamMapper to trait object (#1306) 2025-03-08 17:52:15 +01:00
Putta Khunchalee
4e5440dcb7
Initializes Settings window (#1305) 2025-03-08 12:18:54 +01:00
Putta Khunchalee
de3e81178b
Prevents memory returned from Ram::alloc from deallocation (#1304) 2025-03-07 21:14:00 +01:00
Putta Khunchalee
d87ab5c7aa
Revises main tab (#1303) 2025-03-04 18:58:10 +00:00
Putta Khunchalee
5991ed2855
Implements open_file for macOS (#1302) 2025-03-02 18:29:14 +00:00
Putta Khunchalee
4d076c95b6
Extracts About into a dedicated window (#1301) 2025-03-02 15:12:43 +00:00
Putta Khunchalee
d898d3c71b
Uses our Slint back-end on panic handler (#1299) 2025-03-01 14:19:21 +00:00
Putta Khunchalee
6c22d9ac35
Upgrades to Slint 1.10 (#1295) 2025-02-28 18:39:20 +00:00
Putta Khunchalee
443d55375c
Extracts hypervisor into a dedicated crate (#1293) 2025-02-25 15:14:47 +00:00
Putta Khunchalee
439429cc38
Passes memory map from VMM to kernel (#1292) 2025-02-24 16:27:18 +00:00
Putta Khunchalee
c46cdca215
Changes return type of CpuDebug::reason (#1291) 2025-02-24 20:23:22 +07:00
Putta Khunchalee
ea6b1513a5
Makes hv::new safe (#1289) 2025-02-22 16:21:00 +00:00
Putta Khunchalee
aad328afc6
Upgrades all crates to 2024 edition (#1286) 2025-02-21 15:35:50 +00:00
Putta Khunchalee
f20b1853ac
Implements write_data_root for macOS (#1284) 2025-02-19 16:55:28 +00:00
Putta Khunchalee
b6e61f85d0
Makes open_file and open_dir fallible (#1282) 2025-02-08 14:21:52 +00:00
Putta Khunchalee
9780405423
Implements start debug button (#1279) 2025-02-07 11:17:10 +00:00
Putta Khunchalee
05c86204a4
Fixes open_dir not working after showing an error on macOS (#1277) 2025-02-05 13:55:03 +00:00
Putta Khunchalee
c403dfa2ba
Fixes some of non-alphabet keys not working (#1276) 2025-02-04 18:31:32 +00:00
Putta Khunchalee
f3c8d1a2e0
Implements keyboard input for Slint (#1275) 2025-02-04 15:32:29 +00:00
Putta Khunchalee
e81dcb0dd9
Switches from objc to objc2 (#1273) 2025-02-03 01:26:31 +07:00
Putta Khunchalee
9cb1d584fa
Implements save/load/UI for debug server address (#1271) 2025-02-01 21:35:10 +00:00
Putta Khunchalee
bf73926d06
Implements open_dir for macOS (#1269) 2025-02-01 10:30:54 +01:00
Putta Khunchalee
49917f5502
Switches GUI runtime to published version (#1267) 2025-01-29 23:46:44 +01:00
Putta Khunchalee
53d7c5f454
Implements open_file for Windows (#1265) 2025-01-28 17:08:36 +01:00
Putta Khunchalee
b062760f2f
Extracts handle and xdg_toplevel methods from WinitWindow into DesktopWindow (#1263) 2025-01-26 14:54:08 +01:00
Putta Khunchalee
1ea2828579
Disallows Context::run from Context::with (#1261) 2025-01-25 21:17:04 +01:00
Putta Khunchalee
ca91e77aa5
Renames PlatformExt to DesktopWindow (#1258) 2025-01-25 09:54:44 +01:00
Putta Khunchalee
16a4689bd6
Initializes parser for GDB packet (#1256) 2025-01-23 18:05:08 +01:00
Putta Khunchalee
b824e9e7f2
Initializes GdbSession (#1254) 2025-01-21 19:17:40 +01:00
Putta Khunchalee
649a3fdf14
Makes WindowHandler requires WinitWindow (#1252) 2025-01-19 21:49:54 +07:00
Putta Khunchalee
3d6ba5206e
Creates VkSurfaceKHR manually (#1249) 2025-01-15 20:57:48 +01:00
Putta Khunchalee
b545f68c94
Merges Tabs and Actions component into MainWindow (#1247) 2025-01-13 19:37:49 +01:00
Putta Khunchalee
a5972f0ecc
Fixes layout on CPU tab (#1244) 2025-01-12 23:04:54 +07:00
SuchAFuriousDeath
9f1c61f06b
Implements open_dir and write_data_root for Windows. (#1243) 2025-01-12 21:52:50 +07:00
Putta Khunchalee
1d2a3ee937
Splits panic handler and console into krt (#1239) 2025-01-11 14:33:20 +01:00
Putta Khunchalee
e4852dacd0
Implements PlatformExt::set_modal for Wayland (#1237) 2025-01-11 08:45:15 +01:00
Putta Khunchalee
ab581d0e2c
Splits firmware installation progress into a modal window (#1229) 2025-01-06 20:08:27 +01:00
Putta Khunchalee
b6d26c9543
Uses our Wayland event queue to construct WindowIdentifier (#1228) 2025-01-05 22:22:11 +01:00
Putta Khunchalee
99b38cf3a9
Merges dialogs module into ui module (#1227) 2025-01-05 19:11:34 +01:00
Putta Khunchalee
15f2f5bf2a
Implements input blocker (#1226) 2025-01-05 14:34:17 +01:00