diff options
author | dscho <dscho> | 2004-09-07 15:32:14 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-09-07 15:32:14 +0000 |
commit | d10f5ebec7099a9c3c38d33e40fefa20a29165bd (patch) | |
tree | 4edce5971cb57e21a090450a97d8135a775a7de2 /index.html | |
parent | 3060d5fa153b370d54e87ef44017f7fa72a53875 (diff) | |
download | libtdevnc-d10f5ebec7099a9c3c38d33e40fefa20a29165bd.tar.gz libtdevnc-d10f5ebec7099a9c3c38d33e40fefa20a29165bd.zip |
new API
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,7 +13,10 @@ <p> <h2> News </h2> + <strong>2004/09/07</strong> The API was cleaned up. The structures and functions now have a prefix (mostly "rfb", sometimes "zrle" or "sra") in order not to clutter the namespace, while the structure's members don't need such a prefix. +<p> <strong>2004/08/17</strong> I finally came around to fix mouse behaviour in QEMU's VNC frontend for Windows 98. Please find the patch <a href=qemu/>here</a>. If mouse behaves strangely, try to wiggle the pointer to a free spot on the desktop, hit Ctrl+Shift and release them. After that, the mouse should behave nicely. +<p> <strong>2004/06/07</strong> After silently being added almost a year ago, libvncclient's API was modified for real use, and three examples were added: ppmtest (a very simple demo), SDLvncviewer, and vnc2mpg (which lets you record your VNC session to a movie). Automated regression tests of the libraries are planned. <p> <strong>2004/06/02</strong> <a href=http://www.karlrunge.com/x11vnc/>x11vnc</a>-0.6.1 was released! This reflects the long way the original, small example has gone, improved in many possible ways and having a broad user base. |