<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtdevnc/libvncserver/cursor.c, branch r14.1.4</title>
<subtitle>Shared TDE VNC library sources
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.4</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.4'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/'/>
<updated>2018-11-05T14:15:57Z</updated>
<entry>
<title>LibVNCClient: fix integer shifts for cursor colors</title>
<updated>2018-11-05T14:15:57Z</updated>
<author>
<name>Tobias Junghans</name>
<email>tobydox@veyon.io</email>
</author>
<published>2018-11-05T14:15:57Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=c422847e2c5f32ed9531c461650c7f627516d951'/>
<id>urn:sha1:c422847e2c5f32ed9531c461650c7f627516d951</id>
<content type='text'>
Shifting values &gt; 32768 by 16 places can cause undefined results for
signed integers. Therefore cast color components to unsigned integer
before shifting.
</content>
</entry>
<entry>
<title>Add locks of updateMutex in rfbRedrawAfterHideCursor() and</title>
<updated>2009-12-02T01:58:47Z</updated>
<author>
<name>runge</name>
<email>runge@karlrunge.com</email>
</author>
<published>2009-12-02T01:58:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=f40b0111827677625d81b7b7fcd001ce285adf69'/>
<id>urn:sha1:f40b0111827677625d81b7b7fcd001ce285adf69</id>
<content type='text'>
rfbSetClientColourMap().  Up listen limit from 5 to 32.
</content>
</entry>
<entry>
<title>Fix various compilation warnings</title>
<updated>2009-11-10T13:22:59Z</updated>
<author>
<name>Vic Lee</name>
<email>llyzs@163.com</email>
</author>
<published>2009-11-04T15:18:36Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=a4cc897222b8cbfb621d27c7c9f070dbbb05def9'/>
<id>urn:sha1:a4cc897222b8cbfb621d27c7c9f070dbbb05def9</id>
<content type='text'>
Signed-off-by: Vic Lee &lt;llyzs@163.com&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
</content>
</entry>
<entry>
<title>Fix short vs. char problem with X cursors.  Have fg == bg == 0 imply interpolation to B&amp;W.</title>
<updated>2007-03-24T23:32:21Z</updated>
<author>
<name>runge</name>
<email>runge</email>
</author>
<published>2007-03-24T23:32:21Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=ca56c41c9c59048167e46073043d2fcd3db305de'/>
<id>urn:sha1:ca56c41c9c59048167e46073043d2fcd3db305de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected Cursor Statistics reporting as messages</title>
<updated>2006-05-16T19:31:06Z</updated>
<author>
<name>steven_carr</name>
<email>steven_carr</email>
</author>
<published>2006-05-16T19:31:06Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=0a21bf330c5dc6f1e1e5112fea60ea88131fb50b'/>
<id>urn:sha1:0a21bf330c5dc6f1e1e5112fea60ea88131fb50b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The great UltraVNC Compatibility Commit</title>
<updated>2006-05-15T05:37:39Z</updated>
<author>
<name>steven_carr</name>
<email>steven_carr</email>
</author>
<published>2006-05-15T05:37:39Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=ccdbe8f3256c3c776a1cc1a0517a38437b9e2c65'/>
<id>urn:sha1:ccdbe8f3256c3c776a1cc1a0517a38437b9e2c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Client Independent Server Side Scaling is now supported</title>
<updated>2006-05-03T19:29:18Z</updated>
<author>
<name>steven_carr</name>
<email>steven_carr</email>
</author>
<published>2006-05-03T19:29:18Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=2670641432683c15529d93f3ec2e09fed220b53c'/>
<id>urn:sha1:2670641432683c15529d93f3ec2e09fed220b53c</id>
<content type='text'>
Both PalmVNC and UltraVNC SetScale messages are supported
</content>
</entry>
<entry>
<title> fix some non-gcc compiler warnings and signals in x11vnc</title>
<updated>2006-02-20T19:19:30Z</updated>
<author>
<name>runge</name>
<email>runge</email>
</author>
<published>2006-02-20T19:19:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7'/>
<id>urn:sha1:603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title> main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of beta-testing fixes, RFE's.</title>
<updated>2005-06-14T03:50:55Z</updated>
<author>
<name>runge</name>
<email>runge</email>
</author>
<published>2005-06-14T03:50:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=543e64d3c6fa79126be5a5ec5f214a1a96f87335'/>
<id>urn:sha1:543e64d3c6fa79126be5a5ec5f214a1a96f87335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy, fix some warnings from Linus' sparse</title>
<updated>2005-05-15T13:57:51Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2005-05-15T13:57:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=8bee4eb990273c3654431467ba6618eb916f030a'/>
<id>urn:sha1:8bee4eb990273c3654431467ba6618eb916f030a</id>
<content type='text'>
</content>
</entry>
</feed>
