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
/
mousetsr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-11
do not allow the show cursor counter to go above 0
Javier
1
-13
/
+13
2022-12-10
fix issue with borlandc, bump to 0.64
v0.64
Javier
1
-6
/
+27
2022-04-30
refactor: switch debug log to a more convenient printf-like API
Javier
1
-132
/
+57
2022-04-30
workaround for programs that do not call full mouse reset
Javier
1
-0
/
+4
2022-04-27
refactor: use INTPACKW (always 16-bit) instead of INTPACKX
Javier
1
-88
/
+88
2022-04-20
assume we have a wheel when using vmware, even if we can't detect it
Javier
1
-2
/
+9
2022-04-20
add back support for using ps/2 bios with 3-byte packets
Javier
1
-14
/
+64
2022-04-18
switch mouse driver to always use 1-byte packets from BIOS
Javier
1
-85
/
+81
2022-04-18
in w16driver, change mouse speed for improved dosemu2 compatibility
Javier
1
-1
/
+2
2022-04-16
fix wheel on t5710
Javier
1
-7
/
+32
2022-04-15
rename some headers for consistency
Javier
1
-1
/
+1
2022-04-15
add log msgs for non-detection of ps2 wheel
Javier
1
-2
/
+4
2022-04-14
don't clear last mouse click position once it is read
Javier
1
-4
/
+12
2022-04-11
add new virtualbox shared folders client
Javier
1
-9
/
+3
2022-04-09
rename source files for consistency
Javier
1
-0
/
+1468