aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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