diff options
author | dscho <dscho> | 2005-05-25 10:59:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-25 10:59:27 +0000 |
commit | 813f4211ee483f2e6ef32265970cfe4d67b84491 (patch) | |
tree | a622eb54d659fd9268dd2fdc4c4d5bdf30314432 /index.html | |
parent | ae59284aec473bada56b55b3177ad0b4998971dd (diff) | |
download | libtdevnc-813f4211ee483f2e6ef32265970cfe4d67b84491.tar.gz libtdevnc-813f4211ee483f2e6ef32265970cfe4d67b84491.zip |
news
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -16,6 +16,14 @@ <p> <h2> News </h2> + <strong>2005/05/25</strong> LibVNCClient now features ZRLE decoding! +<p> + <strong>2005/05/15</strong> Another round of valgrinding completed. This time it is augmented by changes instigated by using Linus' sparse. In the course, the complete sources were converted to ANSI C. +<p> + <strong>2005/05/07</strong> The member socketInitDone was renamed to socketState, and no longer contains a bool value. This allows us to quit a server cleanly from the event loop via rfbShutdownServer(), so that the structures can be cleaned up properly. This is demonstrated in examples/example.c. +<p> + <strong>2005/01/21</strong> The function rfbMakeMaskFromAlphaSource() applies a Floyd-Steinberg dither to approximate a binary mask from a cursor with alpha channel. A demonstration can be found in test/cursortest.c. +<p> <strong>2005/01/16</strong> Renamed this page to reflect that LibVNCClient is actually very usable. <p> <strong>2005/01/16</strong> Karl Runge has done awesome work to support cursors with alpha blending! You can try it with x11vnc as in CVS, or wait a few more days for x11vnc to be released officially! |