summaryrefslogtreecommitdiffstats
path: root/client_examples
Commit message (Collapse)AuthorAgeFilesLines
* Teach SDLvncviewer about scroll wheel eventsdscho2009-03-121-8/+27
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: fix passing a wrong pointer typedscho2009-03-121-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Clipboard support for SDLvncviewerdscho2009-03-084-1/+603
| | | | | | The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: upon focus loss, force releasing the Alt keysdscho2009-03-071-0/+16
| | | | | | | | When switching windows using the Alt+Tab shortcut, SDLvncviewer would get the "down" event, but not the "up" event. This patch provides a workaround. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: refactor event handlingdscho2009-03-071-43/+50
| | | | | | | Instead of having deep indent levels, put the code to handle events into its own function. That also helps readability. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Teach SDLvncviewer to be resizabledscho2009-03-071-8/+145
| | | | | | | | Using "SDLvncviewer -resizable", you make the window resizable. This means that you can shrink the window (e.g. when you are trying to access an x11vnc from your little netbook), or you can enlarge it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: enable key repeatdscho2009-03-061-0/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* clean up build flagsdscho2009-02-031-1/+1
| | | | | | | | | | | | | | | | | 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>
* SDLvncviewer: update screen correctly after a resizedscho2008-06-031-0/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: add -viewonlydscho2008-05-131-1/+15
| | | | | | | Just like its siblings from other projects, SDLvncviewer now supports viewonly connections. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: fix button handlingdscho2008-02-021-2/+2
| | | | | | | | For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit "translate keys based on unicode (much more reliable than sym)". I do not remember why, nor what I smoked, but this was wrong. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: fix Ctrl+<letter>dscho2008-02-021-0/+5
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* SDLvncviewer: fix translation of the Tab keydscho2008-02-021-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Build shared libraries per defaultdscho2007-03-301-1/+1
| | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-1/+21
|
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-0/+1
|
* fix SDLvncviewer for widths which are not divisible by 8dscho2006-04-281-1/+2
|
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
|
* add KeyboardLedState extensiondscho2006-03-281-0/+8
|
* assorted fixes for MinGW32dscho2005-12-191-0/+1
|
* translate keys based on unicode (much more reliable than sym)dscho2005-12-071-142/+88
|
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-063-4/+103
| | | | | so that more than one data structure can be attached, and add an example to speak the client part of the back channel.
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
|
* support new ffmpeg versiondscho2005-09-272-5/+17
|
* link to libmp3lame only if existsdscho2005-06-061-1/+5
|
* try 32 bit firstdscho2005-05-241-1/+2
|
* work around bug in ffmpegdscho2005-05-231-0/+1
|
* fix compilation for LIBAVCODEC_BUILD==4754dscho2005-05-231-0/+5
|
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-152-11/+12
|
* fix for older SDL versionsdscho2005-03-061-3/+9
|
* do not crash when /tmp is not writabledscho2005-03-011-1/+5
|
* support MinGW32!dscho2004-12-012-2/+46
|
* my ffmpeg was compiled with mp3lame...dscho2004-08-301-1/+1
|
* cleanups; libvncclient supports -encodings alreadydscho2004-06-181-14/+12
|
* cleanups; support vncrec'orded files as inputdscho2004-06-181-34/+25
|
* fix compilation on IRIXdscho2004-06-081-2/+3
|
* fix compilation on MacOSXdscho2004-06-081-5/+4
|
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-0/+9
|
* add vnc2mpg, a program which makes a movie from a VNC desktop using FFMPEGdscho2004-06-072-1/+438
|
* added -encodingsdscho2004-06-071-1/+9
|
* add mouse button handlingdscho2004-06-071-1/+12
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-073-0/+342
automake CFLAGS nagging