aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-07mouse: start with cursor centered on screen as per specJavier2-2/+21
2024-07-07moustest: do not run graphics/cio code from interruptJavier1-76/+147
2024-07-07refactor int16 store keystroke with separate scancode/character argsJavier4-9/+9
2024-06-30moustest: add video mode switchingJavier1-188/+541
2024-06-02simply the way user mouse routine is called and add version string supportJavier1-24/+33
2024-06-02add new moustest program for testingJavier4-2/+382
2024-05-20don't clobber si on int33/3 calls, this breaks qbasic.comJavier3-9/+24
2024-05-20detect num wheels while loading TSRJavier4-7/+43
2024-05-20do not necessarily require int33/11 call to enable wheelapiJavier4-22/+22
2024-05-19add horizontal wheel scroll support to w16 driverJavier3-63/+86
2024-05-19add initial support for 2nd wheel & 4-5 mouse buttonsJavier11-132/+1230
2024-03-10minor cleanupJavier1-5/+4
2024-03-10fix bug with cmdline parsingJavier1-0/+2
2023-12-16separate define for tracing ps/2 protocol eventsJavier4-7/+9
2023-02-19fix typos in READMEJavier1-4/+4
2023-02-19bump to 0.67v0.67Javier2-2/+4
2023-02-18replace .??? wildcards with a plain '*'Javier1-3/+4
2023-01-08fix failure to parse some cp*uni.tbl files (e.g. 437, 852)Javier1-13/+12
2023-01-01fix wheelkey video link in READMEJavier1-3/+5
2023-01-01bump to 0.66v0.66Javier2-2/+3
2022-12-31restore int33 callback+window when windows goes foregroundJavier3-34/+173
2022-12-18slight makefile cleanupsJavier1-8/+14
2022-12-18use pause opcode when waiting for vbox resultJavier2-3/+7
2022-12-11bump to 0.65v0.65Javier3-5/+7
2022-12-11do not allow the show cursor counter to go above 0Javier3-21/+24
2022-12-10fix issue with borlandc, bump to 0.64v0.64Javier4-13/+36
2022-11-27bump to v0.63v0.63Javier2-3/+3
2022-11-27fix regression with non-uppercase filenamesJavier1-10/+14
2022-11-27fix README typosJavier1-1/+1
2022-11-27bump to 0.62Javier1-2/+2
2022-11-27refactor to add per-mount options to vbsfJavier13-258/+430
2022-11-27search first for .tbl and kitten files in same path as exeJavier2-9/+54
2022-11-06cleaning up makefileJavier1-23/+34
2022-11-06improve wheel support (e.g. winword works now)Javier3-19/+120
2022-08-07bump internal versionJavier2-8/+6
2022-07-17Add /cs option for mounting case sensitive filesystemsEduardo Casino3-18/+19
2022-07-15Define _() macro for kittengets()Eduardo Casino3-105/+107
2022-07-14readme fixesJavier1-1/+3
2022-07-14Localization supportEduardo Casino9-113/+1130
2022-07-14add license file for unicode tablesJavier1-0/+46
2022-07-14Fix error message for hash optionEduardo Casino1-1/+1
2022-06-12update README and bump to 0.6v0.6Javier1-21/+59
2022-06-12add .tbl files in both floppy image and dist zipJavier2-0/+3
2022-06-12define IN_TSR macro in all tsr filesJavier4-5/+4
2022-06-12import nls tablesJavier17-0/+0
2022-06-12Fix mount when folder names contain utf8 charsEduardo Casino1-1/+3
2022-06-12Fix hash short names when host file system is case sensitiveEduardo Casino3-5/+12
2022-06-12Do not uppercase volume namesEduardo Casino2-7/+9
2022-06-12Add support for hash-generated short file namesEduardo Casino6-63/+573
2022-06-12Truncate file to current position when writing 0 bytesEduardo Casino1-4/+21