Commit Graph

108 Commits

Author SHA1 Message Date
neauoire 0eec711321 Skip alloc for argv loading 2023-11-29 17:23:26 -08:00
neauoire 25aee2e590 Simplified argument loading 2023-11-29 17:20:23 -08:00
neauoire 8919fbac50 Added lock flag 2023-11-29 17:12:48 -08:00
neauoire 85cbc4bb9b Moved utils in subfolers 2023-11-29 16:32:06 -08:00
neauoire 7f111a180a Moved core roms to src 2023-11-29 16:29:51 -08:00
neauoire 9b436e611c Replaced build.sh with makefile 2023-11-29 16:08:22 -08:00
neauoire 022fb0e3ad (wallpaper) do not load default when args waiting 2023-11-29 15:56:19 -08:00
neauoire 43abcbe0a7 (wallpaper) Removed cursor 2023-11-29 15:50:26 -08:00
neauoire f3ef83c2a6 Stick locked varvaras 2023-11-29 11:51:41 -08:00
neauoire c4fce385fc Auto-load wallpaper 2023-11-29 11:08:59 -08:00
neauoire 288f5b8725 Make wallpaper take a default file by default 2023-11-29 10:06:34 -08:00
neauoire 5368168bc7 (wallpaper) Abstracted drawing 2023-11-29 09:51:51 -08:00
neauoire a553f8f74d (wallpaper) Supports 1bpp 2023-11-28 21:39:26 -08:00
neauoire 6ff88a8a03 Fixed issue with closing the first program 2023-11-28 20:42:13 -08:00
neauoire 722d0a2ea9 Housekeeping 2023-11-28 15:37:42 -08:00
neauoire 839414c130 Fixed issue with position of locked windows 2023-11-28 15:31:51 -08:00
neauoire 5e54657e38 Center focus with F2 2023-11-28 15:27:09 -08:00
neauoire e81c40a3f3 Store rom name in varvara instance 2023-11-28 14:59:37 -08:00
neauoire ccb3f0c93e Fixed issue with connection drawing 2023-11-28 14:42:02 -08:00
neauoire ada4a4f4b1 Removed debugger 2023-11-28 14:27:01 -08:00
neauoire 5f09d9d36c Better ordering of programs 2023-11-28 14:11:01 -08:00
neauoire 364f9683ec Simplifying zindex logic 2023-11-28 13:52:27 -08:00
neauoire ab34b64a6d Setvv() expects id 2023-11-28 13:26:07 -08:00
neauoire abc91d6412 Progress on allocation 2023-11-28 11:17:37 -08:00
neauoire ac5c85b9a7 Starting allocation 2023-11-28 10:52:58 -08:00
neauoire 495b151f9c Use live flag instead of done flag 2023-11-28 10:26:29 -08:00
neauoire 4cf9542a2c Fixed uxn.c file formatting 2023-11-28 10:17:22 -08:00
neauoire 0ea9704cff F4 to force close focused 2023-11-28 10:13:09 -08:00
neauoire 3cd0be53ae Wait after init before starting ram 2023-11-27 20:22:53 -08:00
neauoire cddd87ddb4 Added unlock 2023-11-27 20:18:21 -08:00
neauoire 9584e5baac Added wallpaper program 2023-11-27 20:04:32 -08:00
neauoire ee9a2bad6c Added application lock 2023-11-27 19:24:41 -08:00
neauoire fcb5c59132 Application locking 2023-11-27 19:24:08 -08:00
neauoire d70a6e5a12 Basic wallpaper program 2023-11-27 19:06:50 -08:00
neauoire 2c2bd9be1c Minor optimization 2023-11-27 13:19:05 -08:00
neauoire 903369da9c Issue passing keys down to programs 2023-11-27 13:04:45 -08:00
neauoire 7fe22c0c34 Removed log.rom 2023-11-27 12:43:23 -08:00
neauoire 15645ed5bc Fixed issue with zindex 2023-11-27 12:42:56 -08:00
neauoire 42221926c7 Fixed dragging issue 2023-11-27 11:19:45 -08:00
neauoire a5c93bd6f1 Re-order windows 2023-11-27 11:15:46 -08:00
neauoire 01881a03de Removed unused bits from system 2023-11-27 10:41:24 -08:00
neauoire 6fe495c071 Cleanup 2023-11-27 10:26:40 -08:00
neauoire ba771ddb7c Abstracted setaction 2023-11-27 10:12:35 -08:00
neauoire b52aa7019b Added soft-reboot 2023-11-27 10:08:22 -08:00
neauoire 643591954f Removed old drawicn 2023-11-27 09:28:12 -08:00
neauoire 50cdde1a61 Catching F keys 2023-11-27 09:16:07 -08:00
neauoire e977105247 Start programs from stdarg 2023-11-26 21:28:01 -08:00
neauoire 69ab95e51b Open new nodes from menu 2023-11-26 21:16:45 -08:00
neauoire 622f72f2f9 Renamed functions 2023-11-26 19:35:26 -08:00
neauoire 453b95d74d Erase cursor on mouse-out 2023-11-26 19:32:27 -08:00