Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 1 | -0/+9 | |
| | ||||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -0/+3 | |
| | ||||||
* | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewer | runge | 2004-09-01 | 1 | -0/+6 | |
| | ||||||
* | API changes | dscho | 2004-08-30 | 1 | -0/+5 | |
| | ||||||
* | x11vnc: -cursor change shape handling, configure.ac: add more macros for X ↵ | runge | 2004-08-30 | 1 | -0/+6 | |
| | | | | extensions | |||||
* | x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option. | runge | 2004-08-15 | 1 | -0/+4 | |
| | ||||||
* | fix XKBlib.h detection on *BSD, x11vnc: manpage and README | runge | 2004-08-04 | 1 | -0/+4 | |
| | ||||||
* | x11vnc: -cursorpos now the default, fix cursorpos + scaling bug. | runge | 2004-07-31 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: -add_keysyms dynamically add missing keysyms to X server | runge | 2004-07-29 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrc | runge | 2004-07-27 | 1 | -0/+6 | |
| | ||||||
* | modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.ac | runge | 2004-07-16 | 1 | -0/+4 | |
| | ||||||
* | x11vnc: -norepeat to turn off X server autorepeat when clients exist. | runge | 2004-07-11 | 1 | -0/+4 | |
| | ||||||
* | x11vnc: add "-scale fraction" for global server-side scaling. | runge | 2004-06-26 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: simple ~/.x11vncrc config file support, -rc, -norc | runge | 2004-06-17 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP ↵ | runge | 2004-06-12 | 1 | -0/+4 | |
| | | | | RFB_SERVER_PORT to -accept/-gone | |||||
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -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 ↵ | dscho | 2004-06-07 | 1 | -0/+5 | |
| | | | | automake CFLAGS nagging | |||||
* | x11vnc: rearrange file for easier maintenance, add RFB_CLIENT_COUNT to ↵ | runge | 2004-06-06 | 1 | -1/+5 | |
| | | | | -accept/-gone | |||||
* | x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfile | runge | 2004-05-27 | 1 | -0/+5 | |
| | ||||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+4 | |
| | ||||||
* | x11vnc: -gone, -passwdfile, -o logfile; add view-only to -accept | runge | 2004-05-22 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: add -accept some-command/xmessage/popup | runge | 2004-05-08 | 1 | -2/+5 | |
| | ||||||
* | x11vnc: mouse -> keystroke and keystroke -> mouse remappings. | runge | 2004-05-06 | 1 | -4/+9 | |
| | ||||||
* | x11vnc: add -auth, more -cursorpos and -nofb work | runge | 2004-04-28 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: add -cursorpos for Cursor Position Updates, and -sigpipe | runge | 2004-04-20 | 1 | -0/+3 | |
| | ||||||
* | x11vnc: do not send selection unless all clients are in RFB_NORMAL state. | runge | 2004-04-13 | 1 | -0/+6 | |
| | | | | increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers. | |||||
* | x11vnc options -blackout, -xinerama, -xwarppointer. check cargs. | runge | 2004-04-08 | 1 | -0/+6 | |
| | | | | modify configure.ac to pick up -lXinerama | |||||
* | fix cargs.c: arguments were not correctly purged. | dscho | 2004-03-22 | 1 | -0/+4 | |
| | ||||||
* | fix --link for libvncserver-config | dscho | 2004-03-15 | 1 | -0/+4 | |
| | ||||||
* | x11vnc options -vncconnect, -connect, -remap, | runge | 2004-03-11 | 1 | -0/+7 | |
| | | | | | | -debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option | |||||
* | fixed valgrind warning | dscho | 2004-02-29 | 1 | -0/+3 | |
| | ||||||
* | x11vnc options -nosel -noprimary -visual. | runge | 2004-02-20 | 1 | -2/+8 | |
| | | | | | | add clipboard/selection handling. add visual option (mostly for testing and workarounds). improve shm cleanup on failures. | |||||
* | make examples g++ compileable, thanks to Juan Jose Costello | dscho | 2004-02-04 | 1 | -0/+4 | |
| | ||||||
* | memory leaks fixed | dscho | 2004-01-30 | 1 | -0/+4 | |
| | ||||||
* | Honour the check for libz, libjpeg again | dscho | 2004-01-29 | 1 | -0/+3 | |
| | ||||||
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 1 | -0/+1 | |
| | ||||||
* | update | dscho | 2004-01-21 | 1 | -0/+5 | |
| | ||||||
* | handle mouse button number mismatch | runge | 2004-01-19 | 1 | -0/+6 | |
| | | | | | | 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 | -0/+3 | |
| | ||||||
* | x11vnc options -allow, -localhost, -nodragging, -input_skip | runge | 2004-01-10 | 1 | -0/+4 | |
| | | | | minimize memory usage under -nofb | |||||
* | x11vnc: XBell events, -nofb, -notruecolor, misc. cleaning | runge | 2003-12-09 | 1 | -1/+5 | |
| | ||||||
* | -inetd, -noshm and friends added | dscho | 2003-11-11 | 1 | -0/+3 | |
| | ||||||
* | release 0.6 | dscho | 2003-11-07 | 1 | -0/+3 | |
| | ||||||
* | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 1 | -0/+7 | |
| | | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS. | |||||
* | 2003-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 1 | -147/+13 | |
| | | | | | | | | | | | | | | * 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. | |||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -0/+1 | |
| | ||||||
* | added --disable-cxx flag to configure | dscho | 2003-08-29 | 1 | -0/+19 | |
| | ||||||
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -0/+1 | |
| | ||||||
* | credit last two changes to Erik | dscho | 2003-07-31 | 1 | -0/+2 | |
| |