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
2024-09-05
preserve the state of the 4th&5th buttons if we get a wheel movement packet
HEAD
master
Javier
1
-0
/
+3
2024-09-05
vbmouse: undo reversing horizontal wheel direction. it seems a virtualbox-onl...
Javier
1
-1
/
+1
2024-07-07
mouse: start with cursor centered on screen as per spec
Javier
1
-2
/
+2
2024-07-07
refactor int16 store keystroke with separate scancode/character args
Javier
1
-2
/
+2
2024-06-02
simply the way user mouse routine is called and add version string support
Javier
1
-24
/
+33
2024-05-20
don't clobber si on int33/3 calls, this breaks qbasic.com
Javier
1
-7
/
+14
2024-05-20
do not necessarily require int33/11 call to enable wheelapi
Javier
1
-13
/
+13
2024-05-19
add horizontal wheel scroll support to w16 driver
Javier
1
-6
/
+9
2024-05-19
add initial support for 2nd wheel & 4-5 mouse buttons
Javier
1
-95
/
+198
2023-12-16
separate define for tracing ps/2 protocol events
Javier
1
-3
/
+3
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