summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...runge2005-04-101-0/+4
|
* x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -httprunge2005-04-041-0/+5
|
* x11vnc: fix event leaks, build-time customizations, -nolookuprunge2005-03-291-0/+3
|
* x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat Nrunge2005-03-201-0/+4
|
* x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.runge2005-03-121-0/+3
|
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-051-0/+3
|
* add '-listen ipaddr' optionrunge2005-03-051-0/+6
|
* x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.runge2005-02-141-0/+3
|
* x11vnc -input to fine tune allow user input. per-client settings -Rrunge2005-02-111-0/+4
|
* x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.hrunge2005-02-091-0/+4
|
* prepare_x11vnc_dist.sh: few tweaks for next releaserunge2005-02-071-0/+1
|
* configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfwrunge2005-02-071-0/+5
|
* x11vnc -solid color, -opts; tightvnc unix viewer alpha patchrunge2005-02-051-0/+5
|
* sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other ↵runge2005-01-241-0/+4
| | | | info
* disappearing cursor fixed & debug message purgeddscho2005-01-201-0/+4
|
* pointerClient was still static.dscho2005-01-181-0/+21
| | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. 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. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not.
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-0/+7
|
* x11vnc: improve XFIXES cursor transparency, more remote-control cmds.runge2004-12-271-0/+4
|
* released 0.7dscho2004-12-201-0/+3
|
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-201-0/+4
|
* x11vnc: XFIXES cursorshape, XRANDR resize, remote control, guirunge2004-12-171-0/+9
|
* support MinGW32!dscho2004-12-011-0/+3
|
* fix long reads (in some events of success, no TRUE was returned)dscho2004-11-301-0/+3
|
* x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewerrunge2004-09-011-0/+6
|
* API changesdscho2004-08-301-0/+5
|
* x11vnc: -cursor change shape handling, configure.ac: add more macros for X ↵runge2004-08-301-0/+6
| | | | extensions
* x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option.runge2004-08-151-0/+4
|
* fix XKBlib.h detection on *BSD, x11vnc: manpage and READMErunge2004-08-041-0/+4
|
* x11vnc: -cursorpos now the default, fix cursorpos + scaling bug.runge2004-07-311-0/+3
|
* x11vnc: -add_keysyms dynamically add missing keysyms to X serverrunge2004-07-291-0/+3
|
* x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrcrunge2004-07-271-0/+6
|
* modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.acrunge2004-07-161-0/+4
|
* x11vnc: -norepeat to turn off X server autorepeat when clients exist.runge2004-07-111-0/+4
|
* x11vnc: add "-scale fraction" for global server-side scaling.runge2004-06-261-0/+3
|
* x11vnc: simple ~/.x11vncrc config file support, -rc, -norcrunge2004-06-171-0/+3
|
* x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP ↵runge2004-06-121-0/+4
| | | | RFB_SERVER_PORT to -accept/-gone
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-0/+1
| | | | the redrawn part of the screen didn't get updated, and so left cursor trails).
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-0/+5
| | | | automake CFLAGS nagging
* x11vnc: rearrange file for easier maintenance, add RFB_CLIENT_COUNT to ↵runge2004-06-061-1/+5
| | | | -accept/-gone
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-271-0/+5
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+4
|
* x11vnc: -gone, -passwdfile, -o logfile; add view-only to -acceptrunge2004-05-221-0/+3
|
* x11vnc: add -accept some-command/xmessage/popuprunge2004-05-081-2/+5
|
* x11vnc: mouse -> keystroke and keystroke -> mouse remappings.runge2004-05-061-4/+9
|
* x11vnc: add -auth, more -cursorpos and -nofb workrunge2004-04-281-0/+3
|
* x11vnc: add -cursorpos for Cursor Position Updates, and -sigpiperunge2004-04-201-0/+3
|
* x11vnc: do not send selection unless all clients are in RFB_NORMAL state.runge2004-04-131-0/+6
| | | | increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
* x11vnc options -blackout, -xinerama, -xwarppointer. check cargs.runge2004-04-081-0/+6
| | | | modify configure.ac to pick up -lXinerama
* fix cargs.c: arguments were not correctly purged.dscho2004-03-221-0/+4
|
* fix --link for libvncserver-configdscho2004-03-151-0/+4
|