index
:
vbados.git
master
DOS mouse driver and shared folders for VirtualBox
Javier
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dosmain.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-09
rename source files for consistency
Javier
1
-646
/
+0
2022-04-09
fix missing \n
Javier
1
-4
/
+4
2022-04-09
print help if invoked after install
Javier
1
-0
/
+1
2022-04-09
support generating a keystroke on wheel movement
Javier
1
-17
/
+73
2022-04-08
snap mouse position to character grid on text modes
Javier
1
-2
/
+2
2022-04-06
implement autoinstallation to upper memory
Javier
1
-25
/
+158
2022-04-05
add vmware support, debug logging to serial port, and fix ps2 routine clobber...
Javier
1
-15
/
+123
2022-04-04
fix colors in vga 256-color mode
Javier
1
-6
/
+14
2022-04-03
try to handle graphical cursor rendering in a more generic way
Javier
1
-13
/
+6
2022-04-03
complete wheel support
Javier
1
-9
/
+34
2022-04-02
readd VDS support so that it works under emm386 and win386+swap
Javier
1
-20
/
+22
2022-04-02
complete support for the win386 hooks in dos mouse side, and further simplify...
Javier
1
-6
/
+1
2022-04-02
implement graphic cursor for CGA modes, wheel mouse detection, int2f hooking,...
Javier
1
-8
/
+58
2022-03-29
initial import of DOS mouse driver
Javier
1
-0
/
+275