Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEFINES -> AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
| | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -4/+4 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -4/+4 |
| | | | | while structure members should not | ||||
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵ | dscho | 2004-06-07 | 1 | -1/+1 |
| | | | | automake CFLAGS nagging | ||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 3 | -6897/+1 |
| | |||||
* | x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept | runge | 2004-05-22 | 2 | -137/+577 |
| | |||||
* | x11vnc: more -inetd fixes. | runge | 2004-05-14 | 1 | -3/+34 |
| | |||||
* | x11vnc: less fprintf under -q so '-q -inetd' has no stderr output. | runge | 2004-05-14 | 2 | -25/+43 |
| | |||||
* | x11vnc: improvements to -accept popup: yes/no buttons and timeout. | runge | 2004-05-13 | 2 | -30/+100 |
| | |||||
* | x11vnc: clean up -Wall warnings. | runge | 2004-05-08 | 2 | -27/+26 |
| | |||||
* | x11vnc: add -accept some-command/xmessage/popup | runge | 2004-05-08 | 2 | -7/+268 |
| | |||||
* | x11vnc: mouse -> keystroke and keystroke -> mouse remappings. | runge | 2004-05-06 | 2 | -127/+445 |
| | |||||
* | x11vnc: add -auth, more -cursorpos and -nofb work | runge | 2004-04-28 | 2 | -37/+162 |
| | |||||
* | x11vnc: add -cursorpos for Cursor Position Updates, and -sigpipe | runge | 2004-04-20 | 2 | -8/+138 |
| | |||||
* | x11vnc: do not send selection unless all clients are in RFB_NORMAL state. | runge | 2004-04-13 | 2 | -7/+51 |
| | | | | increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers. | ||||
* | x11vnc options -blackout, -xinerama, -xwarppointer. check cargs. | runge | 2004-04-08 | 2 | -260/+814 |
| | | | | modify configure.ac to pick up -lXinerama | ||||
* | x11vnc options -vncconnect, -connect, -remap, | runge | 2004-03-11 | 2 | -56/+511 |
| | | | | | | -debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option | ||||
* | x11vnc options -nosel -noprimary -visual. | runge | 2004-02-20 | 2 | -63/+655 |
| | | | | | | add clipboard/selection handling. add visual option (mostly for testing and workarounds). improve shm cleanup on failures. | ||||
* | handle mouse button number mismatch | runge | 2004-01-19 | 2 | -73/+932 |
| | | | | | | improved pointer input handling during drags, etc. somewhat faster copy_tiles() -> copy_tiles() x11vnc options -buttonmap -old_pointer -old_copytile | ||||
* | compile fix for cygwin | dscho | 2004-01-16 | 1 | -1/+5 |
| | |||||
* | x11vnc options -allow, -localhost, -nodragging, -input_skip | runge | 2004-01-10 | 2 | -25/+177 |
| | | | | minimize memory usage under -nofb | ||||
* | x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning | runge | 2003-12-09 | 2 | -46/+152 |
| | |||||
* | -inetd, -noshm and friends added | dscho | 2003-11-11 | 1 | -10/+116 |
| | |||||
* | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 1 | -341/+0 |
| | | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS. | ||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -2/+1 |
| | |||||
* | Karl Runge: 8bpp handling now much better, single window also, many improvements | dscho | 2003-08-18 | 1 | -63/+199 |
| | |||||
* | using autoconf 1.6 | dscho | 2003-08-18 | 1 | -26/+39 |
| | |||||
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -4/+4 |
| | |||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 3 | -86/+55 |
| | | | | get prefix "LIBVNCSERVER_" | ||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 3 | -42/+56 |
| | | | | should not be used in a library (use rfbLog instead) | ||||
* | another try to make CVS more helpful with configure | dscho | 2003-07-10 | 1 | -0/+329 |
| | |||||
* | added ChangeLog for x11vnc | dscho | 2003-04-03 | 1 | -0/+51 |
| | |||||
* | new version from Karl! | dscho | 2003-04-03 | 1 | -265/+1187 |
| | |||||
* | the correct way to include rfb.h is now "#include <rfb/rfb.h>" | dscho | 2003-02-20 | 3 | -3/+4 |
| | |||||
* | fixed dependecy to libvncserver.a; if the lib is newer, the programs are ↵ | dscho | 2003-02-10 | 1 | -1/+1 |
| | | | | relinked | ||||
* | source from CVS always will need a current autoconf/automake | dscho | 2003-02-09 | 1 | -329/+0 |
| | |||||
* | I give up supporting old autoconf/automake; now require at least 2.52 | dscho | 2003-02-09 | 1 | -0/+329 |
| | |||||
* | converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.h | dscho | 2003-02-09 | 1 | -1/+1 |
| | |||||
* | make dist fixed; make rpm introduced | dscho | 2003-02-09 | 1 | -2/+5 |
| | |||||
* | removed Makefiles; these are generated now | dscho | 2003-02-08 | 2 | -340/+1 |
| | |||||
* | ignore generated files | dscho | 2003-02-08 | 1 | -0/+1 |
| | |||||
* | missing files | dscho | 2003-02-08 | 1 | -0/+4 |
| | |||||
* | autoconf'ed everything | dscho | 2003-02-08 | 2 | -22/+342 |
| | |||||
* | moved files to include; moved a file to examples/ | dscho | 2003-02-07 | 2 | -5/+32 |
| | |||||
* | strange, but standard X11 behaviour from Sun keymappings... | dscho | 2002-12-25 | 1 | -0/+19 |
| | |||||
* | include commented debug functionality | dscho | 2002-12-20 | 1 | -0/+5 |
| | |||||
* | AltGr fixes in x11vnc, renamed from altgr to modtweak | dscho | 2002-12-20 | 1 | -19/+26 |
| | |||||
* | Makefile for contrib | dscho | 2002-12-20 | 1 | -0/+3 |
| |