<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtdevnc/client_examples, branch r14.1.3</title>
<subtitle>Shared TDE VNC library sources
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.3</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.3'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/'/>
<updated>2018-11-11T20:57:21Z</updated>
<entry>
<title>LibVNCClient: add support for custom auth handlers</title>
<updated>2018-11-11T20:57:21Z</updated>
<author>
<name>Tobias Junghans</name>
<email>tobydox@veyon.io</email>
</author>
<published>2018-11-06T13:22:56Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=5f9a07d7e1613dbccd5a27e845dbb8a7f2a27b2e'/>
<id>urn:sha1:5f9a07d7e1613dbccd5a27e845dbb8a7f2a27b2e</id>
<content type='text'>
This allows to register custom authentication handlers in order to
support additional security types.
</content>
</entry>
<entry>
<title>SDLvncviewer: work around SDL_TEXTINPUT not generating chars with CTRL down</title>
<updated>2018-07-30T17:47:32Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-30T17:47:26Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=474f64e5db23ccd14b2a281b4076be081297d110'/>
<id>urn:sha1:474f64e5db23ccd14b2a281b4076be081297d110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: handle mouse wheel events</title>
<updated>2018-07-30T17:15:27Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-30T16:58:28Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=97c9b6c5d7959df3ea18c397a01db2b266ce204a'/>
<id>urn:sha1:97c9b6c5d7959df3ea18c397a01db2b266ce204a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: adhere to C89</title>
<updated>2018-07-30T17:15:25Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-28T12:23:19Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=b0957702a88e6547ecca252165cef4a653239fec'/>
<id>urn:sha1:b0957702a88e6547ecca252165cef4a653239fec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: implement Unicode input handling</title>
<updated>2018-07-30T17:15:23Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-28T12:17:56Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=a2b5284e077b2905656ee77675d8b8949df0497c'/>
<id>urn:sha1:a2b5284e077b2905656ee77675d8b8949df0497c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: remove obsolete video scaling code</title>
<updated>2018-07-30T17:15:15Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-26T09:33:11Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=c562ed4b99c0c077bde9be376911932b6c93a07e'/>
<id>urn:sha1:c562ed4b99c0c077bde9be376911932b6c93a07e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: use SDL2 for clipboard handling</title>
<updated>2018-07-30T17:15:13Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-26T09:14:03Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=bfdb850bfb73ac08146fb7a5d4415c91116eccda'/>
<id>urn:sha1:bfdb850bfb73ac08146fb7a5d4415c91116eccda</id>
<content type='text'>
By using this, we can get rid of our own homebrewn solution scrap.[c|h] and drop X11 from the build system.
</content>
</entry>
<entry>
<title>SDLvncviewer: make input work with SDL2</title>
<updated>2018-07-30T17:15:11Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-25T14:35:09Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=8f1b565dbeab0afd2965ef2fe8af86aabb1275dc'/>
<id>urn:sha1:8f1b565dbeab0afd2965ef2fe8af86aabb1275dc</id>
<content type='text'>
... at least somewhat. This is far from perfect but no regression compared to SDL1.2 functionality.
</content>
</entry>
<entry>
<title>SDLvncviewer: make display work with SDL2</title>
<updated>2018-07-30T17:15:07Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-05-16T16:13:44Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=65126b58268c53931fd742aa5e57bb892b60b4a7'/>
<id>urn:sha1:65126b58268c53931fd742aa5e57bb892b60b4a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SDLvncviewer: add a very simple GetCredentials callback</title>
<updated>2018-07-25T12:22:00Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-07-25T12:22:00Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=436a047f56cf5f5c92d946faa6b08e3ed7aa2309'/>
<id>urn:sha1:436a047f56cf5f5c92d946faa6b08e3ed7aa2309</id>
<content type='text'>
</content>
</entry>
</feed>
