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
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-09-05
mousew16: fix regression: vertical wheel scrolling was not scaled by 2x since...
Javier
1
-34
/
+42
2024-07-07
mouse: start with cursor centered on screen as per spec
Javier
2
-2
/
+21
2024-07-07
moustest: do not run graphics/cio code from interrupt
Javier
1
-76
/
+147
2024-07-07
refactor int16 store keystroke with separate scancode/character args
Javier
4
-9
/
+9
2024-06-30
moustest: add video mode switching
Javier
1
-188
/
+541
2024-06-02
simply the way user mouse routine is called and add version string support
Javier
1
-24
/
+33
2024-06-02
add new moustest program for testing
Javier
4
-2
/
+382
2024-05-20
don't clobber si on int33/3 calls, this breaks qbasic.com
Javier
3
-9
/
+24
2024-05-20
detect num wheels while loading TSR
Javier
4
-7
/
+43
2024-05-20
do not necessarily require int33/11 call to enable wheelapi
Javier
4
-22
/
+22
2024-05-19
add horizontal wheel scroll support to w16 driver
Javier
3
-63
/
+86
2024-05-19
add initial support for 2nd wheel & 4-5 mouse buttons
Javier
11
-132
/
+1230
2024-03-10
minor cleanup
Javier
1
-5
/
+4
2024-03-10
fix bug with cmdline parsing
Javier
1
-0
/
+2
2023-12-16
separate define for tracing ps/2 protocol events
Javier
4
-7
/
+9
2023-02-19
fix typos in README
Javier
1
-4
/
+4
2023-02-19
bump to 0.67
v0.67
Javier
2
-2
/
+4
2023-02-18
replace .??? wildcards with a plain '*'
Javier
1
-3
/
+4
2023-01-08
fix failure to parse some cp*uni.tbl files (e.g. 437, 852)
Javier
1
-13
/
+12
2023-01-01
fix wheelkey video link in README
Javier
1
-3
/
+5
2023-01-01
bump to 0.66
v0.66
Javier
2
-2
/
+3
2022-12-31
restore int33 callback+window when windows goes foreground
Javier
3
-34
/
+173
2022-12-18
slight makefile cleanups
Javier
1
-8
/
+14
2022-12-18
use pause opcode when waiting for vbox result
Javier
2
-3
/
+7
2022-12-11
bump to 0.65
v0.65
Javier
3
-5
/
+7
2022-12-11
do not allow the show cursor counter to go above 0
Javier
3
-21
/
+24
2022-12-10
fix issue with borlandc, bump to 0.64
v0.64
Javier
4
-13
/
+36
2022-11-27
bump to v0.63
v0.63
Javier
2
-3
/
+3
2022-11-27
fix regression with non-uppercase filenames
Javier
1
-10
/
+14
2022-11-27
fix README typos
Javier
1
-1
/
+1
2022-11-27
bump to 0.62
Javier
1
-2
/
+2
2022-11-27
refactor to add per-mount options to vbsf
Javier
13
-258
/
+430
2022-11-27
search first for .tbl and kitten files in same path as exe
Javier
2
-9
/
+54
2022-11-06
cleaning up makefile
Javier
1
-23
/
+34
2022-11-06
improve wheel support (e.g. winword works now)
Javier
3
-19
/
+120
2022-08-07
bump internal version
Javier
2
-8
/
+6
2022-07-17
Add /cs option for mounting case sensitive filesystems
Eduardo Casino
3
-18
/
+19
2022-07-15
Define _() macro for kittengets()
Eduardo Casino
3
-105
/
+107
2022-07-14
readme fixes
Javier
1
-1
/
+3
2022-07-14
Localization support
Eduardo Casino
9
-113
/
+1130
2022-07-14
add license file for unicode tables
Javier
1
-0
/
+46
2022-07-14
Fix error message for hash option
Eduardo Casino
1
-1
/
+1
2022-06-12
update README and bump to 0.6
v0.6
Javier
1
-21
/
+59
2022-06-12
add .tbl files in both floppy image and dist zip
Javier
2
-0
/
+3
2022-06-12
define IN_TSR macro in all tsr files
Javier
4
-5
/
+4
2022-06-12
import nls tables
Javier
17
-0
/
+0
2022-06-12
Fix mount when folder names contain utf8 chars
Eduardo Casino
1
-1
/
+3
2022-06-12
Fix hash short names when host file system is case sensitive
Eduardo Casino
3
-5
/
+12
[next]