summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* split rpm into three packages: the library, -devel (headers), and x11vncdscho2005-08-211-0/+3
|
* x11vnc: tweaks for release, fix queue buildup under -viewonly.runge2005-07-131-1/+4
|
* x11vnc: -grab_buster for XGrabServer deadlock; fix scrolls and copyrect for ↵runge2005-07-091-0/+4
| | | | -clip and -id
* x11vnc: -gui tray now embeds in systray; more improvements to gui.runge2005-07-071-0/+3
|
* x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.runge2005-07-021-0/+5
|
* fix annoying zrle decoding bugdscho2005-06-281-0/+4
|
* main.c: fix screen->deferUpdateTime default.runge2005-06-271-0/+4
|
* configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes.runge2005-06-181-0/+6
|
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ↵runge2005-06-141-0/+5
| | | | beta-testing fixes, RFE's.
* no longer complain on Solaris about missing ar, which was not really missingdscho2005-06-111-0/+3
|
* main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add ↵runge2005-06-041-0/+4
| | | | -fixscreen
* main.c: fix copyRect for non-cursor-shape-aware clients.runge2005-05-311-0/+3
|
* x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetilerunge2005-05-251-0/+4
|
* simplify configure (do not check for malloc(0) bug)dscho2005-05-231-0/+3
|
* fix compilation for systems without socklen_tdscho2005-05-181-0/+3
|
* x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bogrunge2005-05-181-0/+3
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-0/+3
|
* fix memory leaks detected using valgrinddscho2005-05-141-0/+3
|
* x11vnc: more improvements to -scrollcopyrect and -xkb modes.runge2005-05-141-0/+3
|
* socketInitDone -> socketStatedscho2005-05-071-0/+6
|
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; ↵runge2005-05-031-0/+4
| | | | configure.ac tweaks.
* x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations for ↵runge2005-05-031-0/+6
| | | | x11vnc pkg
* clear requested region after handling itdscho2005-04-271-0/+3
|
* x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, ↵runge2005-04-191-0/+6
| | | | -noviewonly
* 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