diff options
author | runge <runge@karlrunge.com> | 2010-12-21 12:04:02 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-12-21 12:04:02 -0500 |
commit | 365a22c63cb292ea494f39ebc48a37e322e5eb14 (patch) | |
tree | ca6e87ab396ee00a837b09b2c6cede62aec69dae /x11vnc/ChangeLog | |
parent | d4fabc217e8cd02aca4d248229bb8a030b2bbfe2 (diff) | |
download | libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.tar.gz libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.zip |
x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest.
Diffstat (limited to 'x11vnc/ChangeLog')
-rw-r--r-- | x11vnc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11vnc/ChangeLog b/x11vnc/ChangeLog index 8eb44c7..7ed6f78 100644 --- a/x11vnc/ChangeLog +++ b/x11vnc/ChangeLog @@ -1,3 +1,19 @@ +2010-12-21 Karl Runge <runge@karlrunge.com> + * x11vnc: Add RELEASE-NOTES. Call shutdown_uinput() when exiting. + Free some minor memory. Do not use GetMainDevice() on macosx. + Add utility scripts qt_tslib_inject.pl and uinput.pl. Option + -ungrabboth (not useful.) X11VNC_SB_FACTOR -sb user tweak. + X11VNC_REFLECT_{bitsPerSample,samplesPerPixel,bytesPerPixel} + for -reflect vncclient. Fix minor fd leaks. For -create mode + preserve LC_ALL; FIND_DISPLAY_NO_VT_FIND, FIND_DISPLAY_NO_LSOF, + and X11VNC_CREATE_LC_ALL_C_OK. Speed up -find and -create scripts + for large installations. Enable direct event input modes to + bypass uinput. TSLIB support for uinput touchscreens. Handle + pressure events on touchscreens. User can set X11VNC_UINPUT_BUS + and X11VNC_UINPUT_VERSION. Allow Tab switch in -create login: + prompt. Fix bug in setting bpp for -rawfb. Java viewers now + handle mousewheel events. No vars named new. + 2010-09-10 Karl Runge <runge@karlrunge.com> * x11vnc: update classes/ssl jars, patches, and script. update prepare_x11vnc_dist.sh to 0.9.13. Makefile.am no top_srcdir |