<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vbados.git, branch v0.67</title>
<subtitle>DOS mouse driver and shared folders for VirtualBox</subtitle>
<id>https://git.javispedro.com/cgit/vbados.git/atom?h=v0.67</id>
<link rel='self' href='https://git.javispedro.com/cgit/vbados.git/atom?h=v0.67'/>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/'/>
<updated>2023-02-19T16:35:06Z</updated>
<entry>
<title>bump to 0.67</title>
<updated>2023-02-19T16:35:06Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2023-02-19T16:35:06Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=37c2320920bf2de11749370396da23cab0aafa77'/>
<id>urn:sha1:37c2320920bf2de11749370396da23cab0aafa77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace .??? wildcards with a plain '*'</title>
<updated>2023-02-18T14:48:41Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2023-02-18T14:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=386e3e22c069cc306c6e0bd22fba824e1e13a7d9'/>
<id>urn:sha1:386e3e22c069cc306c6e0bd22fba824e1e13a7d9</id>
<content type='text'>
Before, patterns like 'test.???' would be passed as 'test' incorrectly.
This fixes command.com which uses this pattern when searching for
executable files.
</content>
</entry>
<entry>
<title>fix failure to parse some cp*uni.tbl files (e.g. 437, 852)</title>
<updated>2023-01-08T15:05:28Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2023-01-08T15:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=4e62ff17398cbbe00ecd8cdcb1c791ab96b60c9c'/>
<id>urn:sha1:4e62ff17398cbbe00ecd8cdcb1c791ab96b60c9c</id>
<content type='text'>
They had spaces in the description field, so scanf '%s' would
fail to parse them.
</content>
</entry>
<entry>
<title>fix wheelkey video link in README</title>
<updated>2023-01-01T17:13:09Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2023-01-01T17:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=62e8638ef5e07f631621648c430e353da8da7ae4'/>
<id>urn:sha1:62e8638ef5e07f631621648c430e353da8da7ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump to 0.66</title>
<updated>2023-01-01T16:25:07Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2023-01-01T16:25:07Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=eae434ad97f38f33a8a312e8b39d4d32db7af8dd'/>
<id>urn:sha1:eae434ad97f38f33a8a312e8b39d4d32db7af8dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restore int33 callback+window when windows goes foreground</title>
<updated>2022-12-31T14:26:56Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2022-12-31T14:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=ea30df89b6fa62874b82cd75e6cf81a089ee2d25'/>
<id>urn:sha1:ea30df89b6fa62874b82cd75e6cf81a089ee2d25</id>
<content type='text'>
Even though it should not be necessary, this should help some cases
where mouse control is lost when returning from a fullscreen DOS box.
</content>
</entry>
<entry>
<title>slight makefile cleanups</title>
<updated>2022-12-18T20:25:34Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2022-12-18T20:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=831d16b852dc13a9f5ff7a1b56302f94ed193565'/>
<id>urn:sha1:831d16b852dc13a9f5ff7a1b56302f94ed193565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use pause opcode when waiting for vbox result</title>
<updated>2022-12-18T20:18:45Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2022-12-18T20:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=ae74cf99ea1513b7bd03e3a39fa49d3b715f225e'/>
<id>urn:sha1:ae74cf99ea1513b7bd03e3a39fa49d3b715f225e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump to 0.65</title>
<updated>2022-12-11T16:28:45Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2022-12-11T16:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=9a33ea807b463e3ef344e4237eedee4f618d2788'/>
<id>urn:sha1:9a33ea807b463e3ef344e4237eedee4f618d2788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not allow the show cursor counter to go above 0</title>
<updated>2022-12-11T15:26:11Z</updated>
<author>
<name>Javier</name>
<email>dev.git@javispedro.com</email>
</author>
<published>2022-12-11T15:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.javispedro.com/cgit/vbados.git/commit/?id=7e3679f7c06cee1bd5ca76c6efdebc8ce367f587'/>
<id>urn:sha1:7e3679f7c06cee1bd5ca76c6efdebc8ce367f587</id>
<content type='text'>
</content>
</entry>
</feed>
