ChangeLog 13.3 KB
Newer Older
1 2 3
2005-05-17  Karl Runge <runge@karlrunge.com>
	* x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bog

4 5 6
2005-05-15  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* almost every file: ANSIfy, fix warnings from Linus' sparse

7 8 9
2005-05-14  Karl Runge <runge@karlrunge.com>
	* x11vnc: more work on -scrollcopyrect and -xkb modes.

10 11 12
2005-05-13  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* libvncserver/{main,rfbserver,sockets}.c: fix memory leaks (valgrind)

dscho's avatar
dscho committed
13 14 15 16 17 18
2005-05-07  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* libvncserver/rfbserver.c: fix memory leak pointed out by Tim Jansen
	* libvncserver/{httpd,main,rfbserver,sockets}.c, rfb/rfb.h:
	  replace "rfbBool socketInitDone" by "enum rfbSocketState
	  socketState"

19 20 21 22
2005-05-03  Karl Runge <runge@karlrunge.com>
	* libvncserver/main.c: fix leak in rfbDoCopyRect/rfbScheduleCopyRect
	* configure.ac: guard against empty HAVE_X

23 24 25 26 27 28
2005-05-02  Karl Runge <runge@karlrunge.com>
	* configure.ac: fatal error for x11vnc package if no X present
	* configure.ac: give warnings and info about missing libjpeg/libz
	* x11vnc: X RECORD heuristics to detect scrolls: -scrollcopyrect,
	  build customizations, bandwidth/latency estimates.

29 30 31
2005-04-27  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* clear requested region (long standing TODO, pointed out by Karl)

32 33 34 35 36 37
2005-04-19  Karl Runge <runge@karlrunge.com>
	* x11vnc: -wireframe, -wirecopyrect.  Back to the 90's with
	  wireframes to avoid window move/resize lurching.
	* safer remote control defaults. -privremote, -safer, -nocmds.
	* debug_xevents, debug_xdamage. -noviewonly for rawfb mode.

38 39 40 41
2005-04-10  Karl Runge <runge@karlrunge.com>
	* configure.ac: add mmap
	* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...

42 43 44 45 46
2005-04-03  Karl Runge <runge@karlrunge.com>
	* configure.ac: add conditional libXTrap checking
	* x11vnc: use DEC-XTRAP on old X11R5 for grab control.
	  -shiftcmap n, -http, fix DAMAGE event leak.

47 48 49
2005-03-29  Karl Runge <runge@karlrunge.com>
	* x11vnc: fix event leaks, build-time customizations, -nolookup

50 51 52 53
2005-03-19  Karl Runge <runge@karlrunge.com>
	* x11vnc: scale cursors by default, -scale_cursor to tune,
	  -arrow n, -norepeat n, speed up integer magnification. 

54 55 56
2005-03-12  Karl Runge <runge@karlrunge.com>
	* x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.

57 58 59
2005-03-05  Karl Runge <runge@karlrunge.com>
	* autoconf: rpm -> rpmbuild and echo -n -> printf

runge's avatar
runge committed
60 61 62 63 64 65
2005-03-04  Karl Runge <runge@karlrunge.com>
	* libvncserver/{cargs.c,sockets.c}: add -listen option and
	  rfbScreen member listenInterface.
	* rfb/rfb.h: rfbListenOnTCPPort() and rfbListenOnUDPPort()
	  function prototypes changed to include network interface.

66 67 68
2005-02-14  Karl Runge <runge@karlrunge.com>
	* x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.

69 70 71 72
2005-02-10  Karl Runge <runge@karlrunge.com>
	* x11vnc: -input option to fine tune allowed client input,
	  additions to remote control and gui for this.

73 74 75 76
2005-02-09  Karl Runge <runge@karlrunge.com>
	* x11vnc: -users, fix -solid on gnome and kde.
	* configure.ac: add pwd.h, wait.h, and utmpx.h checks.

77 78 79 80
2005-02-06  Karl Runge <runge@karlrunge.com>
	* configure.ac: add /usr/sfw on Solaris when XFIXES, add
	  --with-jpeg=DIR --with-zlib=DIR, workaround bug when
	  --without-jpeg was supplied.
81
	* prepare_x11vnc_dist.sh: few tweaks for next release
82

83 84 85 86 87
2005-02-05  Karl Runge <runge@karlrunge.com>
	* x11vnc: -solid color, -opts/-?
	* tightvnc-1.3dev5-vncviewer-alpha-cursor.patch: create, name
	  says it all.

88 89 90 91
2005-01-23  Karl Runge <runge@karlrunge.com>
	* x11vnc: -timeout, -noalphablend.  make -R norepeat work.
	* sync with new draw cursor mechanism.

92 93 94 95
2005-01-20  Karl Runge <runge@karlrunge.com>
	* libvncserver/{cursor.c,rfbserver.c}: fixed the "disappearing cursor"
	  problem

dscho's avatar
dscho committed
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
2005-01-18  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* rfb/rfb.h libvncserver/rfbserver.c: pointerClient was still static
	* libvncserver/rfbserver.c: do not make requestedRegion empty without
	  reason.
	* almost everything: the cursor handling for clients which don't handle
	  CursorShape updates was completely broken. It originally was very
	  complicated for performance reasons, however, in most cases it made
	  performance even worse, because at idle times there was way too much
	  checking going on, and furthermore, sometimes unnecessary updates
	  were inevitable.
	  The code now is much more elegant: the ClientRec structure knows
	  exactly where it last painted the cursor, and the ScreenInfo
	  structure knows where the cursor shall be.
	  As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(),
	  no more dontSendFramebufferUpdate, and no more isCursorDrawn.
	  It is now possible to have clients which understand CursorShape
	  updates and clients which don't at the same time.
	* libvncserver/cursor.c: rfbSetCursor no longer has the option
	  freeOld; this is obsolete, as the cursor structure knows what
	  to free and what not.

117 118 119 120 121 122 123
2005-01-15  Karl Runge <runge@karlrunge.com>
	* rfb/rfb.h: add alphaSource and alphaPreMultiplied to rfbCursor. 
	* libvncserver/cursor.c: do cursor alpha blending in rfbDrawCursor()
	  for non-cursorshapeupdates clients.
	* x11vnc: -alphablend, cursors fixes, -snapfb, more tweaks and bug
	  fixes.

124 125 126 127
2004-12-27  Karl Runge <runge@karlrunge.com>
	* x11vnc: improve alpha channel handling for XFIXES cursors. 
	* add more parameters to remote control.

dscho's avatar
dscho committed
128 129 130
2004-12-20  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* released version 0.7

131 132 133 134
2004-12-19  Karl Runge <runge@karlrunge.com>
	* x11vnc: string cleanup, synchronous remote-control option -sync
	* libvncserver/cursor.c: zero underCursorBufferLen when cursor freed.

135 136 137 138 139 140 141 142 143
2004-12-16  Karl Runge <runge@karlrunge.com>
	* test/encodingstest.c: fix decl bug in main()
	* x11vnc: use XFIXES extension to show the exact cursor shape.
	* remote control nearly everything on the fly, -remote/-query 
	* tcl/tk gui based on the remote control, -gui
	* support screen size changes with XRANDR ext., -xrandr, -padgeom
	* Misc: -overlay visual support on IRIX, -id pick, -pointer_mode n,
	  -sb n, RFB_MODE set in env. under -accept/-gone.

dscho's avatar
dscho committed
144 145 146
2004-12-02  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* make LibVNCServer compile & work on MinGW32

147 148 149
2004-11-30  "Leiradella, Andre V Matos Da Cunha" <ANDRE.LEIRADELLA@bra.xerox.com>
	* libvncclient/sockets.c: return TRUE in every case of success

150 151 152 153 154 155
2004-08-29  Karl Runge <runge@karlrunge.com>
	* x11vnc: yet another pointer input handling algorithm in
	  check_user_input(), revert to previous with -old_pointer2.
	* modifiy prepare_x11vnc_dist.sh to install tightvnc Java viewer
	  in $prefix/share/x11vnc/classes

dscho's avatar
dscho committed
156 157 158 159 160
2004-08-29  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* */*.[ch]: API changes: global functions/structures should have
	*   either "rfb", "sra" or "zrle" as prefix, while structure members
	*   should not...

161 162 163 164 165 166
2004-08-29  Karl Runge <runge@karlrunge.com>
	* x11vnc: changes in cursor shape handling: use rfbSetCursor()
	* cursor shape options: -cursor, -cursor (X|some|most)
	* -vncconnect the default. 
	* configure.ac: add more macros for X extensions.

167 168 169 170
2004-08-15  Karl Runge <runge@karlrunge.com>
	* x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals.
	* -sid option.

171 172 173 174
2004-08-03  Karl Runge <runge@karlrunge.com>
	* x11vnc: manpage and README
	* fix XKBlib.h detection on *BSD

175 176 177
2004-07-31  Karl Runge <runge@karlrunge.com>
	* x11vnc: -cursorpos now the default

178 179 180
2004-07-28  Karl Runge <runge@karlrunge.com>
	* x11vnc: -add_keysyms dynamically add missing keysyms to X server

181 182 183 184 185 186
2004-07-26  Karl Runge <runge@karlrunge.com>
	* x11vnc: first pass at doing modtweak via XKEYBOARD extension (-xkb)
	* -skip_keycodes; reset modtweaks on event MappingNotify.
	* fix bugs wrt PRIMARY handling.
	* continuation lines "\" in x11vncrc.  

187 188 189 190
2004-07-15  Karl Runge <runge@karlrunge.com>
	* x11vnc: modtweak is now the default
	* check X11/XKBlib.h in configure.ac to work around Solaris 7 bug.

191 192 193 194
2004-07-10  Karl Runge <runge@karlrunge.com>
	* x11vnc: norepeat to turn off X server autorepeat when clients exist,
	  let the client side do the autorepeating.

195 196 197
2004-06-26  Karl Runge <runge@karlrunge.com>
	* x11vnc: add "-scale fraction" for global server-side scaling.

198 199 200
2004-06-17  Karl Runge <runge@karlrunge.com>
	* x11vnc: simple ~/.x11vncrc config file support, -rc, -norc

201 202 203 204
2004-06-12  Karl Runge <runge@karlrunge.com>
	* x11vnc: -clear_mods, -clear_keys, and -storepasswd,
	* add RFB_SERVER_IP RFB_SERVER_PORT to -accept env.

205
2004-06-07  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
206
	* libvncserver/cursor.c, rfb/rfb.h: fix cursor trails
207 208 209 210
	* */Makefile.am: stop automake nagging
	* libvncclient/*, client_examples/*: streamline API, SDLvncviewer added
	* examples/, libvncclient/, test/: moved tests to test/

211 212 213 214
2004-06-05  Karl Runge <runge@karlrunge.com>
	* x11vnc: rearrange file for easier maintenance
	* add RFB_CLIENT_COUNT to -accept and -gone commands

215 216 217 218 219
2004-05-27  Karl Runge <runge@karlrunge.com>
	* x11vnc: -viewpasswd, viewonly passwds.
	* some typos in prepare_x11vnc_dist.sh 
	* libvncserver: fix view-only plain passwd and view-only CutText 

220 221 222 223
2004-05-25  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* moved the library into libvncserver/
	* moved x11vnc into x11vnc/

224 225 226
2004-05-21  Karl Runge <runge@karlrunge.com>
	* x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept

227 228 229
2004-05-08  Karl Runge <runge@karlrunge.com>
	* x11vnc: add -accept some-command/xmessage/popup

230
2004-05-05  Karl Runge <runge@karlrunge.com>
231 232
	* x11vnc: mouse button -> keystrokes and keystroke -> mouse button
	  mappings in -buttonmap and -remap
233 234 235
	* shm OS blacklist revert to -onetile

2004-04-28  Karl Runge <runge@karlrunge.com>
236
	* x11vnc: -auth, more -cursorpos and -nofb work
237

238
2004-04-19  Karl Runge <runge@karlrunge.com>
239 240
	* x11vnc: -cursorpos, -sigpipe

241
2004-04-13  Karl Runge <runge@karlrunge.com>
242 243 244 245 246
	* x11vnc: do not send selection unless all clients
	  are in RFB_NORMAL state.
	* increase rfbMaxClientWait when threaded to avoid
	  ReadExact() timeouts for some viewers.

247
2004-04-08  Karl Runge <runge@karlrunge.com>
248 249 250 251 252
	* x11vnc options -blackout, -xinerama, -xwarppointer
	* modify configure.ac to pick up -lXinerama
	* extend -remap to take mapping list.
	* check cargs result for unused args.

253 254 255 256
2004-03-22  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* fix cargs.c (hopefully for the last time):
	  arguments were not correctly purged

257 258 259 260
2004-03-15  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* fix libvncserver-config to again return a linker when
	  called with --link

261 262 263 264 265 266 267
2004-03-10  Karl Runge <runge@karlrunge.com>
	* x11vnc options -vncconnect, -connect, -remap,
	  -debug_pointer, and -debug_keyboard
	* support reverse connections, vncconnect(1), etc.
	* expt. with user supplied keysym remapping.
	* debug output option for pointer and keyboard.

dscho's avatar
dscho committed
268 269 270
2004-02-29  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* fixed warning of valgrind for regiontest

271 272 273 274 275 276
2004-02-19  Karl Runge <runge@karlrunge.com>
	* x11vnc options -nosel -noprimary -visual.
	* add clipboard/selection handling.
	* add visual option (mostly for testing and workarounds).
	* improve shm cleanup on failures.

277 278 279 280
2004-02-04  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* Make examples (at least a few) compileable with g++,
	  as pointed out by Juan Jose Costello

dscho's avatar
dscho committed
281 282 283 284
2004-01-30  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* Thanks to Paul Fox from Bright Star Engineering,
	  a few more memory leaks were fixed.

285 286 287
2004-01-29  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* Honour the check for libz and libjpeg again.

dscho's avatar
dscho committed
288 289 290 291
2004-01-21  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* do not send unneccessary updates when drawing a cursor
	* ignore SIGPIPE; it is handled by EPIPE
	* add an example how to use rfbDoCopyRect
292
	* add experimental progressive updating (off by default)
293

294 295 296 297 298 299
2004-01-19  Karl Runge <runge@karlrunge.com>
	* handle mouse button number mismatch
	* improved pointer input handling during drags, etc.
	* somewhat faster copy_tiles() -> copy_tiles()
	* x11vnc options -buttonmap -old_pointer -old_copytile

dscho's avatar
dscho committed
300 301 302
2004-01-16  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* compile fix for cygwin

303 304 305 306
2004-01-09  Karl Runge <runge@karlrunge.com>
	* x11vnc options -allow, -localhost, -nodragging, -input_skip
	* minimize memory usage under -nofb

307 308 309 310 311
2003-12-08  Karl Runge <runge@karlrunge.com>
	* add check for XKEYBOARD extension in configure.ac
	* support XBell events (disable: "-nobell"), "-nofb" in x11vnc

2003-11-07  Karl Runge <runge@karlrunge.com>
dscho's avatar
dscho committed
312 313
	* support "-inetd", "-noshm", "-flipbyteorder" in x11vnc

dscho's avatar
dscho committed
314 315 316
2003-10-26  Johannes E. Schindelin  <Johannes.Schindelin@gmx.de>
	* released Version 0.6

317 318 319 320 321 322
2003-09-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.in, */Makefile.in, aclocal.m4,
	  bootstrap.sh, config.h.in, configure,
	  depcomp, install-sh, missing, mkinstalldirs,
	Removed auto-generated files from CVS.
323

324 325 326 327 328 329 330 331 332 333 334 335 336
2003-09-11  Mark McLoughlin  <mark@skynet.ie>

	* rdr/Exception.h, rdr/FdInStream.cxx, rdr/FdInStream.h,
	  rdr/FdOutStream.cxx, rdr/FdOutStream.h, rdr/FixedMemOutStream.h,
	  rdr/InStream.cxx, rdr/InStream.h, rdr/MemInStream.h,
	  rdr/MemOutStream.h, rdr/NullOutStream.cxx, rdr/NullOutStream.h,
	  rdr/OutStream.h, rdr/ZlibInStream.cxx, rdr/ZlibInStream.h,
	  rdr/ZlibOutStream.cxx, rdr/ZlibOutStream.h, rdr/types.h,
	  zrle.cxx, zrleDecode.h, zrleEncode.h: remove original
	C++ ZRLE implementation. Its been ported to C.

	* NEWS: copy the existing ChangeLog to here and make
	this a more detailed ChangeLog.