• Joined on 2017-10-29
nortti pushed to master at offtopia/ponydos 2023-03-27 11:08:52 +00:00
ad4c9a2209 Complete shell refactor
nortti pushed to master at offtopia/ponydos 2023-03-27 10:00:51 +00:00
c6aa2ac3d1 Add a memory usage widget
nortti pushed to master at offtopia/ponydos 2023-03-27 09:39:28 +00:00
68570ff2ad Add a non-launchable-file error dialog to shell
nortti pushed to master at offtopia/ponydos 2023-03-27 09:23:11 +00:00
faf66bbdb8 Add an out-of-memory error dialog to shell
nortti pushed to master at offtopia/ponydos 2023-03-27 08:38:41 +00:00
f726a128ed Use WINDOW_ID_* when constructing window IDs in shell
nortti pushed to master at offtopia/ponydos 2023-03-27 08:35:12 +00:00
22e7af2da6 Update README with progress on shell.asm
nortti pushed to master at offtopia/ponydos 2023-03-27 08:34:25 +00:00
feffd0cb28 Divide shell.asm logically into sections
71444f5ce7 Name window IDs in shell
Compare 2 commits »
nortti pushed to master at offtopia/ponydos 2023-03-27 08:17:04 +00:00
28423d0de3 Re-render file window in shell if directory has changed
nortti pushed to master at offtopia/ponydos 2023-03-23 16:30:52 +00:00
27a52e86e7 Don't clobber ax in event_click in hello.asm
nortti pushed to master at offtopia/ponydos 2023-03-23 16:27:45 +00:00
bd9a62c1ce Properly access directory when launching files
nortti pushed to master at offtopia/ponydos 2023-03-23 16:21:08 +00:00
572362f04f Properly read the file names from the directory in shell
nortti pushed to master at offtopia/ponydos 2023-03-23 15:21:21 +00:00
e9462804f5 Mark that event_click clobbers ax in hello.asm
nortti pushed to master at offtopia/ponydos 2023-03-23 15:18:13 +00:00
fa34ce7468 Add CC0 license file
nortti pushed to master at offtopia/ponydos 2023-03-23 11:55:55 +00:00
59e9e647c1 Don't needlessly include debug routines in hello.asm
nortti pushed to master at offtopia/ponydos 2023-03-23 11:54:27 +00:00
f73f122385 Add example program hello.asm
nortti pushed to master at offtopia/ponydos 2023-03-23 10:37:16 +00:00
0fb48bdfb0 Remove for-testing keyboard handler from shell
nortti pushed to master at offtopia/ponydos 2023-03-23 10:35:48 +00:00
3b2cfd18c3 Add resize icon to file window
nortti pushed to master at offtopia/ponydos 2023-03-23 10:33:16 +00:00
db112ec4b3 Fix coming out of resize if mouse is not above the window
nortti pushed to master at offtopia/ponydos 2023-03-23 10:28:49 +00:00
f4df788d11 Reduce flickering while moving windows
nortti pushed to master at offtopia/ponydos 2023-03-23 10:25:16 +00:00
1ef3695608 Allow moving windows off the left side of screen