| Commit message (Expand) | Author | Age | Files | Lines |
* | released 0.7 | dscho | 2004-12-20 | 3 | -3/+8 |
* | compile fix on mac; still untested... | dscho | 2004-12-20 | 1 | -5/+5 |
* | fix for MinGW | dscho | 2004-12-20 | 1 | -1/+1 |
* | x11vnc: minor tweaks for 0.7 file release | runge | 2004-12-20 | 5 | -13/+74 |
* | x11vnc: synchronous mode for -remote, string cleanup | runge | 2004-12-20 | 8 | -619/+1303 |
* | don't mix up width & height! | dscho | 2004-12-17 | 1 | -1/+1 |
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 8 | -1679/+11945 |
* | fix compilation on non MinGW32... | dscho | 2004-12-01 | 1 | -0/+4 |
* | support MinGW32! | dscho | 2004-12-01 | 21 | -51/+183 |
* | use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr... | dscho | 2004-12-01 | 4 | -17/+21 |
* | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 2 | -7/+11 |
* | add EncodingUltra; it is not implemented in the libraries yet, so this is jus... | dscho | 2004-11-30 | 1 | -0/+1 |
* | TODOs from encodingstest | dscho | 2004-10-16 | 1 | -0/+4 |
* | tight-1 -> encodingstest | dscho | 2004-10-16 | 1 | -1/+1 |
* | rename tight-1.c into encodingstest.c, fixing it in the process. It now | dscho | 2004-10-16 | 2 | -17/+58 |
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 6 | -35/+46 |
* | compiles, 1st run is okay, 2nd and subsequent give errors. Evidently, | dscho | 2004-10-15 | 1 | -38/+120 |
* | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 |
* | ideas | dscho | 2004-10-15 | 1 | -73/+2 |
* | compiling, non functional version of a unit test for encodings | dscho | 2004-10-15 | 1 | -18/+211 |
* | cursor problem | dscho | 2004-10-04 | 1 | -0/+1 |
* | release client list mutex earlier | dscho | 2004-10-02 | 1 | -2/+2 |
* | added success stories and link to x11vnc's home | dscho | 2004-09-14 | 2 | -2/+22 |
* | add success stories (only one at the moment) | dscho | 2004-09-14 | 1 | -0/+32 |
* | new API | dscho | 2004-09-07 | 1 | -0/+3 |
* | output only via rfbErr | dscho | 2004-09-03 | 1 | -4/+4 |
* | libvncserver.a is in libvncserver/ now | dscho | 2004-09-03 | 1 | -1/+1 |
* | x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewer | runge | 2004-09-01 | 6 | -66/+258 |
* | API changes | dscho | 2004-08-30 | 1 | -0/+5 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 36 | -590/+589 |
* | my ffmpeg was compiled with mp3lame... | dscho | 2004-08-30 | 1 | -1/+1 |
* | x11vnc: -cursor change shape handling, configure.ac: add more macros for X e... | runge | 2004-08-30 | 6 | -848/+1638 |
* | news: QEMU patch v6 | dscho | 2004-08-17 | 1 | -0/+1 |
* | x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option. | runge | 2004-08-15 | 5 | -357/+716 |
* | fix XKBlib.h detection on *BSD, x11vnc: manpage and README | runge | 2004-08-04 | 2 | -0/+3381 |
* | fix XKBlib.h detection on *BSD, x11vnc: manpage and README | runge | 2004-08-04 | 6 | -12/+29 |
* | x11vnc: adjust version number and output | runge | 2004-07-31 | 2 | -4/+5 |
* | x11vnc: -cursorpos now the default, fix cursorpos + scaling bug. | runge | 2004-07-31 | 3 | -102/+149 |
* | x11vnc: -add_keysyms dynamically add missing keysyms to X server | runge | 2004-07-29 | 3 | -1/+152 |
* | x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrc | runge | 2004-07-27 | 3 | -104/+1069 |
* | x11vnc: ignore keysyms >4 for a keycode, add lastmod to -help, -version | runge | 2004-07-19 | 2 | -6/+25 |
* | modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.ac | runge | 2004-07-16 | 4 | -115/+157 |
* | x11vnc: -norepeat to turn off X server autorepeat when clients exist. | runge | 2004-07-11 | 3 | -1/+92 |
* | x11vnc: extend -allow to re-read a file with allowed IP addresses. | runge | 2004-07-05 | 2 | -38/+103 |
* | x11vnc: improve scaled grid calc to regain text compression. add :pad option | runge | 2004-07-02 | 2 | -15/+99 |
* | do not use GNU-only getline | dscho | 2004-06-30 | 1 | -3/+12 |
* | x11vnc: round scaled width to multiple of 4 to make vncviewer happy. | runge | 2004-06-28 | 2 | -7/+49 |
* | x11vnc: speed up scaling a bit, add no blending option to -scale | runge | 2004-06-27 | 2 | -94/+199 |
* | x11vnc: add "-scale fraction" for global server-side scaling. | runge | 2004-06-26 | 3 | -82/+522 |
* | convert c++ comments to c comments | dscho | 2004-06-18 | 6 | -14/+11 |