summaryrefslogtreecommitdiffstats
path: root/x11vnc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* x11vnc: Use opengl to read screen on macosx. non-deprecated macosx ↵runge2010-12-291-2/+10
| | | | interfaces for input injection.
* x11vnc: touchscreen uinput support and Java viewer mousewheel support. See ↵runge2010-12-211-1/+1
| | | | x11vnc/ChangeLog for rest.
* update to x11vnc 0.9.12runge2010-09-101-2/+1
|
* x11vnc: -appshare mode for sharing an application windows instead of therunge2009-12-021-1/+1
| | | | | | | | | entire desktop. map port + 5500 in reverse connect. Add id_cmd remote control functions for id (and other) windows. Allow zero port in SSL reverse connections. Adjust delays between multiple reverse connections; X11VNC_REVERSE_SLEEP_MAX env var. Add some missing mutex locks; add INPUT_LOCK and threads_drop_input. More safety in -threads mode for new framebuffer change. Fix some stderr leaking in -inetd mode.
* clean up build flagsdscho2009-02-031-3/+4
| | | | | | | | | | | | | | | | | The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* x11vnc: x11vnc.desktop file. -reopen, -dhparams, -sslCRL,runge2008-11-221-1/+4
| | | | | | | -setdefer options. -rfbport PROMPT VeNCrypt and TLSVNC SSL/TLS encryption support. Tweaks to choose_delay() algorithm. -ssl ANON anonymouse Diffie-Hellman mode. Fix bugs in certs management. Additions to tray=setpass naive user mode.
* x11vnc: Add symmetric key encryption -enc cipher:keyfile,runge2008-09-211-1/+1
| | | | | works with SSVNC. Make -remap work on MacOSX console. update to 0.9.5 strings. Add a couple menu items to tkx11vnc.
* clobbered x11vnc/Makefile.am by mistake.runge2007-05-271-5/+9
|
* Build shared libraries per defaultdscho2007-03-301-1/+1
| | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
* x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego ↵runge2007-02-121-4/+5
| | | | Petteno. add -find -create
* x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. ↵runge2007-01-311-1/+1
| | | | MODTWEAK_LOWEST workaround.
* x11vnc: Native Mac OS X support.runge2006-11-131-1/+6
|
* x11vnc: enable --without-x builds for -rawfb only binaries.runge2006-07-181-3/+5
|
* x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).runge2006-07-091-1/+1
|
* x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵runge2006-05-071-1/+1
| | | | -rawfb console.
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
|
* SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils ↵runge2006-04-051-1/+1
| | | | for x11vnc. FBPM "support".
* x11vnc: add -ssl mode using libssl. Include Xdummy in misc.runge2006-03-121-1/+1
|
* x11vnc: -unixpw and -stunnel. Add clipboard to input control.runge2006-02-251-1/+1
|
* IRIX linker is very picky about order of librariesdscho2006-02-211-1/+1
|
* x11vnc: add -8to24 option for some multi-depth displays.runge2006-01-151-1/+1
|
* x11vnc: the big split.runge2006-01-091-1/+1
|
* DEFINES -> AM_CFLAGSdscho2005-10-061-1/+1
|
* x11vnc: -rawfb, -pipeinput, -xtrap, -flag, ...runge2005-04-101-0/+3
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-2/+2
|
* x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc packagerunge2004-12-231-1/+1
|
* support MinGW32!dscho2004-12-011-1/+1
|
* fix XKBlib.h detection on *BSD, x11vnc: manpage and READMErunge2004-08-041-1/+2
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-1/+1
| | | | automake CFLAGS nagging
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+16