aboutsummaryrefslogtreecommitdiff
path: root/dosmain.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-09rename source files for consistencyJavier1-646/+0
2022-04-09fix missing \nJavier1-4/+4
2022-04-09print help if invoked after installJavier1-0/+1
2022-04-09support generating a keystroke on wheel movementJavier1-17/+73
2022-04-08snap mouse position to character grid on text modesJavier1-2/+2
2022-04-06implement autoinstallation to upper memoryJavier1-25/+158
2022-04-05add vmware support, debug logging to serial port, and fix ps2 routine clobber...Javier1-15/+123
2022-04-04fix colors in vga 256-color modeJavier1-6/+14
2022-04-03try to handle graphical cursor rendering in a more generic wayJavier1-13/+6
2022-04-03complete wheel supportJavier1-9/+34
2022-04-02readd VDS support so that it works under emm386 and win386+swapJavier1-20/+22
2022-04-02complete support for the win386 hooks in dos mouse side, and further simplify...Javier1-6/+1
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f hooking,...Javier1-8/+58
2022-03-29initial import of DOS mouse driverJavier1-0/+275