runge
71f2ec7918
x11vnc: the big split.
19 years ago
runge
454c1fad65
x11vnc: enhance -passwdfile features, filetransfer on by default.
19 years ago
runge
54906d737d
x11vnc: add -loop option.
19 years ago
runge
8eb18f6cd8
fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
19 years ago
runge
de99644d2f
configure.ac: test ... == ... not allowed on all unix.
19 years ago
runge
30c00d0b06
x11vnc: -filexfer, -slow_fb, -blackout noptr,...
19 years ago
dscho
354d3c9a92
DEFINES -> AM_CFLAGS
19 years ago
runge
37f23b2c07
x11vnc: more gui fixes, gui requests via client_sock, PASSWD_REQUIRED build opt.
20 years ago
runge
57d2ea6591
x11vnc: setup for new release 0.7.3 while I remember how..
20 years ago
runge
ec45cd952b
x11vnc: tweaks for release, fix queue buildup under -viewonly.
20 years ago
runge
640eb16239
x11vnc: more improvements to gui, scary nopassword warning msg.
20 years ago
runge
ad02e15542
x11vnc: -grab_buster for XGrabServer deadlock; fix scrolls and copyrect for -clip and -id
20 years ago
runge
8fcf086132
x11vnc: -gui tray now embeds in systray; more improvements to gui.
20 years ago
runge
c59929365c
x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.
20 years ago
runge
150db2adb4
x11vnc: track keycode state for heuristics, -sloppy_keys, -wmdt, add -nodbg as option
20 years ago
runge
b2323a90fd
x11vnc: long info and tips when XOpenDisplay fails, reinstate "bad desktop" for wireframe
20 years ago
runge
7b933e170e
configure.ac: HP-UX and OSF1 no -R, x11vnc: second round of beta-testing fixes.
20 years ago
runge
543e64d3c6
main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of beta-testing fixes, RFE's.
20 years ago
runge
89148d774f
main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fixscreen
20 years ago
runge
4effb62e99
main.c: fix copyRect for non-cursor-shape-aware clients.
20 years ago
runge
ae59284aec
x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile
20 years ago
runge
a5524005d6
x11vnc: more scrolling, -scr_term, -wait_ui, -nowait_bog
20 years ago
dscho
320edc794f
more files to ignore
20 years ago
runge
3a7e70de49
x11vnc: more improvements to -scrollcopyrect and -xkb modes.
20 years ago
dscho
34f714bcdc
socketInitDone -> socketState
20 years ago
runge
b0daa444cc
x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations for x11vnc pkg
20 years ago
runge
014e911f6b
x11vnc: -wireframe, -wirecopyrect, -privremote, -safer, -nocmd, -unsafe, -noviewonly
20 years ago
runge
c46cdf9493
x11vnc: add rawfb setup example misc/ranfb.pl
20 years ago
runge
7ed9e5b1d0
x11vnc: fix some -rawfb bugs, add setup:cmd
20 years ago
runge
baee5e2b3a
x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...
20 years ago
runge
ac01f36ce0
x11vnc: use DEC-XTRAP on legacy X11R5, -shiftcmap, -http
20 years ago
runge
dfe5981ce9
x11vnc: fix event leaks, build-time customizations, -nolookup
20 years ago
runge
1ce9418622
x11vnc: scale cursors, speed up some scaling, alt arrows, -norepeat N
20 years ago
runge
fba6f58a1a
x11vnc: X DAMAGE support, -clip WxH+X+Y, identd.
20 years ago
runge
b8b96689bf
add '-listen ipaddr' option
20 years ago
runge
b36ca23790
x11vnc: final changes for 0.7.1 release.
20 years ago
runge
b70fcb448e
x11vnc: -nap is now the default, version str 0.7.1.
20 years ago
runge
5c13bd0cd4
x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.
20 years ago
runge
86ccf267b1
x11vnc -input to fine tune allow user input. per-client settings -R
20 years ago
runge
5b18d40136
x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.h
20 years ago
runge
2bc615f6e0
x11vnc -solid color, -opts; tightvnc unix viewer alpha patch
20 years ago
runge
bbab31583e
whoops, test version of x11vnc.c leaked out...
20 years ago
runge
d2a0e40e1b
sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other info
20 years ago
dscho
a84b3d072a
pointerClient was still static.
...
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.
20 years ago
runge
b58e460fac
add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
20 years ago
runge
4b89306d17
x11vnc: improve XFIXES cursor transparency, more remote-control cmds.
20 years ago
runge
c9a69485ec
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
20 years ago
runge
22ef536ce5
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
20 years ago
runge
3e5208ef36
x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
20 years ago
runge
36181297d0
x11vnc: minor tweaks for x11vnc 0.7 file release
20 years ago