summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tight-1 -> encodingstestdscho2004-10-161-1/+1
|
* rename tight-1.c into encodingstest.c, fixing it in the process. It nowdscho2004-10-162-17/+58
| | | | | passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient)
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-166-35/+46
| | | | overrideable
* compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,dscho2004-10-151-38/+120
| | | | libvncclient is not yet reentrant (or threadsafe).
* no need to modify argvdscho2004-10-151-2/+4
|
* ideasdscho2004-10-151-73/+2
|
* compiling, non functional version of a unit test for encodingsdscho2004-10-151-18/+211
|
* cursor problemdscho2004-10-041-0/+1
|
* release client list mutex earlierdscho2004-10-021-2/+2
|
* added success stories and link to x11vnc's homedscho2004-09-142-2/+22
|
* add success stories (only one at the moment)dscho2004-09-141-0/+32
|
* new APIdscho2004-09-071-0/+3
|
* output only via rfbErrdscho2004-09-031-4/+4
|
* libvncserver.a is in libvncserver/ nowdscho2004-09-031-1/+1
|
* x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewerrunge2004-09-016-66/+258
|
* API changesdscho2004-08-301-0/+5
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-3036-590/+589
| | | | while structure members should not
* my ffmpeg was compiled with mp3lame...dscho2004-08-301-1/+1
|
* x11vnc: -cursor change shape handling, configure.ac: add more macros for X ↵runge2004-08-306-848/+1638
| | | | extensions
* news: QEMU patch v6dscho2004-08-171-0/+1
|
* x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option.runge2004-08-155-357/+716
|
* 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-046-12/+29
|
* x11vnc: adjust version number and outputrunge2004-07-312-4/+5
|
* x11vnc: -cursorpos now the default, fix cursorpos + scaling bug.runge2004-07-313-102/+149
|
* x11vnc: -add_keysyms dynamically add missing keysyms to X serverrunge2004-07-293-1/+152
|
* x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrcrunge2004-07-273-104/+1069
|
* 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-164-115/+157
|
* x11vnc: -norepeat to turn off X server autorepeat when clients exist.runge2004-07-113-1/+92
|
* 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
|
* do not use GNU-only getlinedscho2004-06-301-3/+12
|
* 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-263-82/+522
|
* convert c++ comments to c commentsdscho2004-06-186-14/+11
|
* debugdscho2004-06-181-0/+8
|
* cleanups; libvncclient supports -encodings alreadydscho2004-06-181-14/+12
|
* cleanups; support vncrec'orded files as inputdscho2004-06-181-34/+25
|
* now that the examples reside in a subdirectory, the classes path has to be ↵dscho2004-06-183-3/+3
| | | | adapted
* more comments; support playing vncrec'orded filesdscho2004-06-181-1/+13
|
* support password reading with getpass(); support -play to play vncrec'orded ↵dscho2004-06-183-24/+122
| | | | files
* x11vnc: simple ~/.x11vncrc config file support, -rc, -norcrunge2004-06-173-23/+177
|
* fixeddscho2004-06-151-1/+2
|
* fix silly hextile bugdscho2004-06-151-1/+1
|
* recognize more encodingsdscho2004-06-151-0/+6
|
* debugdscho2004-06-151-1/+17
|
* fix CoRRE with maxRectsPerUpdate bugdscho2004-06-151-2/+4
|
* fix silly update bug with raw encodingdscho2004-06-151-8/+9
|