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
/
mousew16.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-12-31
restore int33 callback+window when windows goes foreground
Javier
1
-15
/
+147
Even though it should not be necessary, this should help some cases where mouse control is lost when returning from a fullscreen DOS box.
2022-11-06
improve wheel support (e.g. winword works now)
Javier
1
-17
/
+118
2022-04-30
refactor: switch debug log to a more convenient printf-like API
Javier
1
-25
/
+9
2022-04-18
switch mouse driver to always use 1-byte packets from BIOS
Javier
1
-1
/
+1
2022-04-18
in w16driver, change mouse speed for improved dosemu2 compatibility
Javier
1
-10
/
+29
See discussion in https://github.com/dosemu2/dosemu2/issues/1552#issuecomment-1101657149
2022-04-14
add wheel support to win16 mouse driver
Javier
1
-7
/
+135
2022-04-09
rename source files for consistency
Javier
1
-0
/
+187
2022-03-29
initial import of DOS mouse driver
Javier
1
-342
/
+0
2022-03-13
split ps/2 initialization into more functions
Javier
1
-5
/
+16
2022-03-13
let VMD know the mouse type
Javier
1
-1
/
+10
2022-03-12
use int2f to detect fullscreen dosboxes in protected mode
Javier
1
-2
/
+105
2022-02-28
use virtual DMA service on windows with paging enabled
Javier
1
-4
/
+8
2022-02-27
initial import
Javier
1
-0
/
+215