diff --git a/index.html b/index.html index a656c3d..3ae3ffa 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,14 @@

News

+ 2005/05/25 LibVNCClient now features ZRLE decoding! +

+ 2005/05/15 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. +

+ 2005/05/07 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. +

+ 2005/01/21 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. +

2005/01/16 Renamed this page to reflect that LibVNCClient is actually very usable.

2005/01/16 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!