summaryrefslogtreecommitdiffstats
path: root/x11vnc
Commit message (Collapse)AuthorAgeFilesLines
* pointerClient was still static.dscho2005-01-181-20/+15
| | | | | | | | | | | | | | | | | | | | | | 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-166-1654/+2988
|
* x11vnc: improve XFIXES cursor transparency, more remote-control cmds.runge2004-12-276-606/+1586
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-233-11/+13
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-2/+2
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-1/+1
|
* x11vnc: minor tweaks for x11vnc 0.7 file releaserunge2004-12-236-48/+358
|
* x11vnc: minor tweaks for 0.7 file releaserunge2004-12-205-13/+74
|
* x11vnc: synchronous mode for -remote, string cleanuprunge2004-12-206-619/+1298
|
* x11vnc: XFIXES cursorshape, XRANDR resize, remote control, guirunge2004-12-176-1678/+11934
|
* support MinGW32!dscho2004-12-011-1/+1
|
* x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewerrunge2004-09-014-64/+246
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-45/+45
| | | | while structure members should not
* x11vnc: -cursor change shape handling, configure.ac: add more macros for X ↵runge2004-08-304-829/+1580
| | | | extensions
* x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option.runge2004-08-154-357/+712
|
* fix XKBlib.h detection on *BSD, x11vnc: manpage and READMErunge2004-08-042-0/+3381
|
* fix XKBlib.h detection on *BSD, x11vnc: manpage and READMErunge2004-08-043-11/+21
|
* x11vnc: adjust version number and outputrunge2004-07-312-4/+5
|
* x11vnc: -cursorpos now the default, fix cursorpos + scaling bug.runge2004-07-312-102/+146
|
* x11vnc: -add_keysyms dynamically add missing keysyms to X serverrunge2004-07-292-1/+149
|
* x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrcrunge2004-07-272-104/+1063
|
* x11vnc: ignore keysyms >4 for a keycode, add lastmod to -help, -versionrunge2004-07-192-6/+25
|
* modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.acrunge2004-07-162-112/+146
|
* x11vnc: -norepeat to turn off X server autorepeat when clients exist.runge2004-07-112-1/+88
|
* x11vnc: extend -allow to re-read a file with allowed IP addresses.runge2004-07-052-38/+103
|
* x11vnc: improve scaled grid calc to regain text compression. add :pad optionrunge2004-07-022-15/+99
|
* x11vnc: round scaled width to multiple of 4 to make vncviewer happy.runge2004-06-282-7/+49
|
* x11vnc: speed up scaling a bit, add no blending option to -scalerunge2004-06-272-94/+199
|
* x11vnc: add "-scale fraction" for global server-side scaling.runge2004-06-262-82/+519
|
* x11vnc: simple ~/.x11vncrc config file support, -rc, -norcrunge2004-06-172-23/+174
|
* x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP ↵runge2004-06-122-79/+290
| | | | RFB_SERVER_PORT to -accept/-gone
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-0/+5
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-1/+1
| | | | automake CFLAGS nagging
* x11vnc: rearrange file for easier maintenance, add RFB_CLIENT_COUNT to ↵runge2004-06-062-605/+765
| | | | -accept/-gone
* *** empty log message ***runge2004-05-281-1/+1
|
* x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfilerunge2004-05-272-13/+91
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-253-0/+6901