Commit Graph

127 Commits

Author SHA1 Message Date
Wolfgang Müller cce105184f README: Document how sensitivity is affected 2023-03-27 19:42:56 +02:00
Wolfgang Müller 2e78130f67 Makefile: Use variable for qemu
This way users can specify which backend to use without having to change
the Makefile itself.
2023-03-27 19:42:56 +02:00
Wolfgang Müller 2ca9f413ab Makefile: Quench qemu warning about image format
qemu deems format autodetection to be dangerous on raw images, so make
sure we specify exactly what we want to do. This will quench a
scary-looking warning right when launching PonyDOS. There's no
functional change otherwise.
2023-03-27 19:42:56 +02:00
Juhani Krekelä d762793c1c Fix bug where too short of a filename would not give launch error dialog 2023-03-27 20:40:01 +03:00
shikhin 81695d4403 CrazyEttin wobsite 2023-03-27 20:43:40 +05:30
Juhani Krekelä 653296914c Add missing dependencies to Makefile 2023-03-27 16:58:08 +03:00
shikhin fd2ad023bb Change cancel button to be white on grey 2023-03-27 17:58:57 +05:30
shikhin e5efe2e01d Mention mouse sensitivity. 2023-03-27 17:55:09 +05:30
Juhani Krekelä 9c61ea03ca No need to explicitly add a zero dirent 2023-03-27 15:18:04 +03:00
Juhani Krekelä d1d9e86181 Proofreading fixes 2023-03-27 14:56:57 +03:00
Juhani Krekelä 0d1b93f184 Add link to nortti 2023-03-27 14:55:30 +03:00
shikhin f664918b21 Update README 2023-03-27 17:20:23 +05:30
Juhani Krekelä 3b9ee317b1 Move hello.asm initial window position one down 2023-03-27 14:47:25 +03:00
Juhani Krekelä f1ee23251e Allow shell to be launched for another file window 2023-03-27 14:45:39 +03:00
shikhin 7951b1eb27 Update README. 2023-03-27 17:10:12 +05:30
Juhani Krekelä ad4c9a2209 Complete shell refactor 2023-03-27 14:08:48 +03:00
shikhin 75a9a51191 Add error handling and popups in viewer 2023-03-27 16:04:52 +05:30
Juhani Krekelä c6aa2ac3d1 Add a memory usage widget 2023-03-27 13:00:48 +03:00
Juhani Krekelä 68570ff2ad Add a non-launchable-file error dialog to shell 2023-03-27 12:39:22 +03:00
Juhani Krekelä faf66bbdb8 Add an out-of-memory error dialog to shell 2023-03-27 12:23:07 +03:00
shikhin 144a8c0bb1 Update TODO 2023-03-27 14:38:45 +05:30
shikhin 86050094eb Fix mouse comparisons for shell 2023-03-27 14:35:41 +05:30
Juhani Krekelä f726a128ed Use WINDOW_ID_* when constructing window IDs in shell 2023-03-27 11:38:37 +03:00
Juhani Krekelä 22e7af2da6 Update README with progress on shell.asm 2023-03-27 11:35:07 +03:00
Juhani Krekelä feffd0cb28 Divide shell.asm logically into sections 2023-03-27 11:34:21 +03:00
Juhani Krekelä 71444f5ce7 Name window IDs in shell 2023-03-27 11:23:59 +03:00
Juhani Krekelä 28423d0de3 Re-render file window in shell if directory has changed 2023-03-27 11:16:58 +03:00
shikhin ef119b1e1b Remove strlen from viewer 2023-03-26 20:13:04 +05:30
shikhin 544fb12af9 Check null-terminating byte in open_file 2023-03-26 20:07:53 +05:30
shikhin 9ac938a5f8 FS_DIRENT_NAME_SIZE includes null-termination 2023-03-26 20:05:13 +05:30
shikhin a61650954e Viewer now has prompt window to enter filename 2023-03-26 17:59:07 +05:30
shikhin 3c7741bdc9 Add scroll up/down buttons, space handling 2023-03-26 05:24:39 +05:30
shikhin f3a1e6ca5f Don't clobber ax in viewer event_click 2023-03-26 04:24:48 +05:30
shikhin 5ffe87e467 Merge branch 'master' of https://ahti.space/git/nortti/ponydos 2023-03-26 04:23:22 +05:30
shikhin cdf0f77379 Add basic viewer 2023-03-26 04:23:02 +05:30
Juhani Krekelä 27a52e86e7 Don't clobber ax in event_click in hello.asm 2023-03-23 18:30:48 +02:00
Juhani Krekelä bd9a62c1ce Properly access directory when launching files 2023-03-23 18:27:40 +02:00
Juhani Krekelä 572362f04f Properly read the file names from the directory in shell 2023-03-23 18:21:03 +02:00
Juhani Krekelä e9462804f5 Mark that event_click clobbers ax in hello.asm 2023-03-23 17:21:18 +02:00
Juhani Krekelä fa34ce7468 Add CC0 license file 2023-03-23 17:18:10 +02:00
Juhani Krekelä 59e9e647c1 Don't needlessly include debug routines in hello.asm 2023-03-23 13:55:51 +02:00
Juhani Krekelä f73f122385 Add example program hello.asm 2023-03-23 13:54:06 +02:00
shikhin 68157372d6 Reduce flickering while resizing windows 2023-03-23 08:34:27 +05:30
Juhani Krekelä 0fb48bdfb0 Remove for-testing keyboard handler from shell 2023-03-23 12:36:58 +02:00
Juhani Krekelä 3b2cfd18c3 Add resize icon to file window 2023-03-23 12:35:43 +02:00
Juhani Krekelä db112ec4b3 Fix coming out of resize if mouse is not above the window 2023-03-23 12:33:12 +02:00
Juhani Krekelä f4df788d11 Reduce flickering while moving windows 2023-03-23 12:28:42 +02:00
Juhani Krekelä 1ef3695608 Allow moving windows off the left side of screen 2023-03-23 12:25:11 +02:00
shikhin b2697f2bff Limit size of windows and don't print outside screen region 2023-03-23 07:52:03 +05:30
shikhin 69e80e9ec5 Move file window buffer into bss 2023-03-23 07:30:30 +05:30