This website works better with JavaScript.
cafeb40fed
disappearing cursor fixed & debug message purged
dscho
2005-01-20 14:10:26 +0000
155f4c1053
fix disappearing cursor
dscho
2005-01-20 14:04:10 +0000
47646a200f
redraw region under old cursor even if the old cursor doesn't have to be freed.
dscho
2005-01-19 18:32:49 +0000
ff87112b50
a granted wish has several children ;-)
dscho
2005-01-19 02:21:14 +0000
d354bb6015
fix test (don't show cursor...); correctly set the encodings in the client; really test 20 seconds
dscho
2005-01-19 02:15:00 +0000
81ac5600be
oops, a debug message slipped through
dscho
2005-01-19 02:08:23 +0000
a84b3d072a
pointerClient was still static.
dscho
2005-01-18 23:18:04 +0000
dd923e8660
add convenience function to clip using x2,y2 instead of w,h
dscho
2005-01-18 22:58:59 +0000
9cc78e5460
add a cursor test (interactive for now)
dscho
2005-01-18 22:53:13 +0000
b5bbdae630
more ignorance
dscho
2005-01-18 22:52:10 +0000
85fad9c787
LibVNCClient is included
dscho
2005-01-17 16:27:04 +0000
df81ea8935
alpha cursor and VisualNaCro news
dscho
2005-01-17 16:23:22 +0000
b0f7d0450f
ignore generated files
dscho
2005-01-16 17:09:27 +0000
b58e460fac
add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
runge
2005-01-16 04:49:44 +0000
336d7dad1d
fix most TODOs; recorder.pl now actually records something; add nacro.pm to package
dscho
2005-01-14 21:17:56 +0000
2d03c071df
reverted segfault fix; use rfbDrawCharWithClip
dscho
2005-01-14 21:16:51 +0000
8d2ae4ea51
add comment "if col=bcol, assume background is transparent"
dscho
2005-01-14 21:16:04 +0000
135767a93e
fix comment
dscho
2005-01-14 21:15:35 +0000
a87e288f09
close socket in ClientConnectionGone
dscho
2005-01-14 21:15:17 +0000
6b9df7e09a
new version...
dscho
2005-01-14 14:58:43 +0000
7ad7468855
VisualNacro, a visual macro recorder for VNC. Alpha version
dscho
2005-01-14 14:44:49 +0000
2cd3c824c6
return value of rfbProcessEvents tells if an update was pending
dscho
2005-01-14 14:35:52 +0000
b9a8f19bb4
fix segfault when trying to write outside of frameBuffer
dscho
2005-01-14 14:35:00 +0000
b7dae538f6
argc and argv may be zero (which means to ignore them)
dscho
2005-01-14 14:33:52 +0000
e78a41c69c
add hook to allow for custom client messages
dscho
2005-01-03 22:34:48 +0000
4b89306d17
x11vnc: improve XFIXES cursor transparency, more remote-control cmds.
runge
2004-12-27 22:07:55 +0000
c9a69485ec
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
runge
2004-12-23 04:55:10 +0000
22ef536ce5
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
runge
2004-12-23 04:26:05 +0000
3e5208ef36
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
runge
2004-12-23 04:20:38 +0000
36181297d0
x11vnc: minor tweaks for x11vnc 0.7 file release
runge
2004-12-23 04:05:08 +0000
42adf57266
Ooh, I'm lazy. Some news were added retroactively.
dscho
2004-12-20 22:35:25 +0000
298db07aaf
released 0.7
dscho
2004-12-20 22:20:20 +0000
19a0d05bb9
compile fix on mac; still untested...
dscho
2004-12-20 21:59:13 +0000
094c01bdce
fix for MinGW
dscho
2004-12-20 19:46:23 +0000
88c3bc6645
x11vnc: minor tweaks for 0.7 file release
runge
2004-12-20 15:46:51 +0000
2cc1b1d3e7
x11vnc: synchronous mode for -remote, string cleanup
runge
2004-12-20 04:02:23 +0000
f28038b28a
don't mix up width & height!
dscho
2004-12-17 23:02:01 +0000
3a84b0ccc8
x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui
runge
2004-12-17 03:55:35 +0000
7e13b8a594
fix compilation on non MinGW32...
dscho
2004-12-01 23:12:54 +0000
658b65ad0c
support MinGW32!
dscho
2004-12-01 23:06:56 +0000
7d3b1c9762
use rfbClientErr to log errors, check if calloc succeded (both hinted by Andre Leiradella)
dscho
2004-12-01 18:21:39 +0000
c641923d05
fix long reads (in some events of success, no TRUE was returned)
dscho
2004-11-30 16:45:03 +0000
9a8a28c117
add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
dscho
2004-11-30 16:36:27 +0000
b1ee3af47e
TODOs from encodingstest
dscho
2004-10-16 02:50:22 +0000
ca96ef26d2
tight-1 -> encodingstest
dscho
2004-10-16 02:49:20 +0000
5a3e352fba
rename tight-1.c into encodingstest.c, fixing it in the process. It now passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient)
dscho
2004-10-16 02:48:45 +0000
b583cf5347
move read buffer to rfbClient structure (thread safety); make rfbClientLog overrideable
dscho
2004-10-16 02:46:52 +0000
8715a8ab42
compiles, 1st run is okay, 2nd and subsequent give errors. Evidently, libvncclient is not yet reentrant (or threadsafe).
dscho
2004-10-15 23:12:44 +0000
31d0617d3d
no need to modify argv
dscho
2004-10-15 21:25:57 +0000
1ca3bdc71b
ideas
dscho
2004-10-15 16:22:41 +0000
7ea0d024cb
compiling, non functional version of a unit test for encodings
dscho
2004-10-15 16:22:06 +0000
dca073b665
cursor problem
dscho
2004-10-04 09:15:35 +0000
28d09a73ce
release client list mutex earlier
dscho
2004-10-02 23:54:14 +0000
e383deccf9
added success stories and link to x11vnc's home
dscho
2004-09-14 08:30:59 +0000
b2bc0cdd69
add success stories (only one at the moment)
dscho
2004-09-14 07:49:09 +0000
d10f5ebec7
new API
dscho
2004-09-07 15:32:14 +0000
3060d5fa15
output only via rfbErr
dscho
2004-09-03 11:18:50 +0000
be50833051
libvncserver.a is in libvncserver/ now
dscho
2004-09-03 10:38:45 +0000
3495019ada
x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewer
runge
2004-09-01 02:19:06 +0000
86d7695f8b
API changes
dscho
2004-08-30 15:48:15 +0000
97299606da
global structures/functions should have "rfb", "sra" or "zrle" as prefix, while structure members should not
dscho
2004-08-30 15:45:58 +0000
0d3b958b47
my ffmpeg was compiled with mp3lame...
dscho
2004-08-30 15:33:14 +0000
52ba8bfb2d
x11vnc: -cursor change shape handling, configure.ac: add more macros for X extensions
runge
2004-08-30 13:49:20 +0000
3a4f41f657
news: QEMU patch v6
dscho
2004-08-17 12:57:33 +0000
d77d118d99
x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option.
runge
2004-08-15 19:59:01 +0000
6460243eaf
fix XKBlib.h detection on *BSD, x11vnc: manpage and README
runge
2004-08-04 03:20:36 +0000
2c668dea01
fix XKBlib.h detection on *BSD, x11vnc: manpage and README
runge
2004-08-04 03:11:03 +0000
a19a9de3e5
x11vnc: adjust version number and output
runge
2004-07-31 14:46:52 +0000
33c4ea8e1d
x11vnc: -cursorpos now the default, fix cursorpos + scaling bug.
runge
2004-07-31 13:56:26 +0000
c41ab764b8
x11vnc: -add_keysyms dynamically add missing keysyms to X server
runge
2004-07-29 01:04:27 +0000
eb9a6928b0
x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrc
runge
2004-07-27 01:14:37 +0000
64605a8c20
x11vnc: ignore keysyms >4 for a keycode, add lastmod to -help, -version
runge
2004-07-19 23:14:35 +0000
57234c523d
modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.ac
runge
2004-07-16 02:03:58 +0000
03376f710a
x11vnc: -norepeat to turn off X server autorepeat when clients exist.
runge
2004-07-11 02:14:42 +0000
4015b99262
x11vnc: extend -allow to re-read a file with allowed IP addresses.
runge
2004-07-05 02:19:29 +0000
515dbae42a
x11vnc: improve scaled grid calc to regain text compression. add :pad option
runge
2004-07-02 01:35:59 +0000
b68e387949
do not use GNU-only getline
dscho
2004-06-30 10:34:30 +0000
b6caa102d1
x11vnc: round scaled width to multiple of 4 to make vncviewer happy.
runge
2004-06-28 22:30:41 +0000
88f1aa7075
x11vnc: speed up scaling a bit, add no blending option to -scale
runge
2004-06-27 02:54:50 +0000
b512ce1b2f
x11vnc: add "-scale fraction" for global server-side scaling.
runge
2004-06-26 03:17:45 +0000
2a4a0f487e
convert c++ comments to c comments
dscho
2004-06-18 09:18:22 +0000
1589d04d50
debug
dscho
2004-06-18 09:15:43 +0000
c8ccb166ba
cleanups; libvncclient supports -encodings already
dscho
2004-06-18 09:14:27 +0000
2e9817e095
cleanups; support vncrec'orded files as input
dscho
2004-06-18 09:13:35 +0000
97a1de323b
now that the examples reside in a subdirectory, the classes path has to be adapted
dscho
2004-06-18 09:12:25 +0000
a6d341c01e
more comments; support playing vncrec'orded files
dscho
2004-06-18 09:11:21 +0000
11271316d3
support password reading with getpass(); support -play to play vncrec'orded files
dscho
2004-06-18 09:02:15 +0000
a7446d7123
x11vnc: simple ~/.x11vncrc config file support, -rc, -norc
runge
2004-06-17 23:26:41 +0000
9892088f45
fixed
dscho
2004-06-15 14:20:38 +0000
20e8e7302f
fix silly hextile bug
dscho
2004-06-15 14:16:37 +0000
03ad9b0b03
recognize more encodings
dscho
2004-06-15 13:20:49 +0000
e70c3be736
debug
dscho
2004-06-15 13:20:27 +0000
6bda09f03c
fix CoRRE with maxRectsPerUpdate bug
dscho
2004-06-15 12:23:57 +0000
d197504916
fix silly update bug with raw encoding
dscho
2004-06-15 10:33:26 +0000
f868d56ef1
x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP RFB_SERVER_PORT to -accept/-gone
runge
2004-06-12 14:25:47 +0000
992be8f5f7
fix compilation on IRIX
dscho
2004-06-08 20:17:04 +0000
1afc2a04e4
fix test for sdl
dscho
2004-06-08 19:46:12 +0000
68422b6309
fix compilation on MacOSX
dscho
2004-06-08 19:13:06 +0000
120500f7a3
layout and wording fix
dscho
2004-06-07 20:09:49 +0000
83dd5a9032
more news
dscho
2004-06-07 19:41:48 +0000