aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-16rename flp image to vbados.flpJavier2-7/+9
2022-04-15rename some headers for consistencyJavier8-17/+17
2022-04-15add log msgs for non-detection of ps2 wheelJavier3-3/+8
2022-04-15add rescan option to redo automounts, in case user changes themJavier3-8/+31
2022-04-15show disk free space (up to 2GB), necessary for filemgr to workJavier3-12/+260
2022-04-15use different buffer sizes for vbx mouse & sfJavier9-70/+161
2022-04-14cleanup vbox codeJavier7-271/+268
2022-04-14don't clear last mouse click position once it is readJavier1-4/+12
2022-04-14add wheel support to win16 mouse driverJavier3-9/+165
2022-04-13fix sft leakJavier3-9/+18
2022-04-13fix directory enumeration from a different driveJavier1-7/+18
2022-04-13add rename supportJavier4-18/+186
2022-04-12getattr and lockJavier4-0/+145
2022-04-12add file date/time listing support, closeall callJavier10-156/+542
2022-04-11add missing vbsf headersJavier3-0/+57
2022-04-11add new virtualbox shared folders clientJavier21-171/+3304
2022-04-09rename source files for consistencyJavier8-13/+14
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