aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-09update READMEJavier1-12/+47
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 movementJavier4-40/+148
2022-04-08snap mouse position to character grid on text modesJavier3-9/+37
2022-04-08try to detect video mode changesJavier6-39/+126
2022-04-06minor makefile commentsJavier1-4/+5
2022-04-06implement autoinstallation to upper memoryJavier5-32/+293
2022-04-05add vmware support, debug logging to serial port, and fix ps2 routine clobber...Javier9-82/+575
2022-04-04fix colors in vga 256-color modeJavier2-44/+75
2022-04-04add planar/ega mode cursor supportJavier3-8/+89
2022-04-03replace some custom asm utils with watcom intrinsincsJavier6-81/+31
2022-04-03update readme a bitJavier1-32/+39
2022-04-03write full bytes instead of pixelsJavier1-6/+8
2022-04-03try to handle graphical cursor rendering in a more generic wayJavier6-224/+398
2022-04-03complete wheel supportJavier6-27/+124
2022-04-02readd VDS support so that it works under emm386 and win386+swapJavier8-89/+146
2022-04-02complete support for the win386 hooks in dos mouse side, and further simplify...Javier5-156/+165
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f hooking,...Javier12-262/+784
2022-03-29initial import of DOS mouse driverJavier19-403/+1854
2022-03-23remove issue with fullscreen DOS from readme, add download instructionsJavier1-11/+11
2022-03-13fix ps2 get_device_id (not yet used)Javier1-1/+1
2022-03-13split ps/2 initialization into more functionsJavier2-54/+127
2022-03-13let VMD know the mouse typeJavier4-2/+64
2022-03-12fix missing includeJavier1-0/+1
2022-03-12use int2f to detect fullscreen dosboxes in protected modeJavier4-3/+181
2022-03-11fix random lock failure with paging on/vdsJavier2-13/+28
2022-02-28fix READMEJavier1-5/+14
2022-02-28use virtual DMA service on windows with paging enabledJavier5-97/+267
2022-02-27initial importJavier12-0/+1425