Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-31 | restore int33 callback+window when windows goes foreground | Javier | 1 | -0/+22 | |
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-12-11 | do not allow the show cursor counter to go above 0 | Javier | 1 | -1/+2 | |
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 | -6/+18 | |
See discussion in https://github.com/dosemu2/dosemu2/issues/1552#issuecomment-1101657149 | |||||
2022-04-14 | add wheel support to win16 mouse driver | Javier | 1 | -0/+11 | |
2022-04-08 | try to detect video mode changes | Javier | 1 | -3/+25 | |
2022-04-03 | try to handle graphical cursor rendering in a more generic way | Javier | 1 | -2/+7 | |
2022-04-03 | complete wheel support | Javier | 1 | -6/+25 | |
2022-04-02 | implement graphic cursor for CGA modes, wheel mouse detection, int2f ↵ | Javier | 1 | -1/+9 | |
hooking, simplify w16 driver | |||||
2022-03-29 | initial import of DOS mouse driver | Javier | 1 | -0/+197 | |