summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* When connecting to a repeater, only send initialised stringChristian Beier2018-09-291-2/+8
* androidvncserver: fix print_usage and a compiler warningChristian Beier2018-03-131-1/+1
* androidvncserver: add some boilerplate comment that should have been in the 1...Christian Beier2018-03-131-1/+6
* androidvncserver: fix a quite serious typoChristian Beier2018-03-131-1/+1
* androidvncserver: remove keycodes not in NDK anymoreChristian Beier2018-02-261-5/+1
* CMake: automatically build androidvncserver when crosscompiling for AndroidChristian Beier2017-03-263-128/+0
* drop autotoolsBert van Hall2017-02-132-34/+0
* Fix vncev example compilation on WindowsChristian Beier2017-01-291-1/+2
* Fix some typos (it's / its)Stefan Weil2016-11-182-2/+2
* Fix memory access error in camera.c examplezbierak2016-04-041-1/+1
* Fix some typos (found by codespell)Stefan Weil2015-10-091-2/+2
* Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-022-2/+2
* Merge branch 'repeater'Johannes Schindelin2014-04-052-1/+69
|\
| * Repeater example: show how to shut down cleanlyJohannes Schindelin2014-04-051-0/+6
| * Add an example how to connect to an UltraVNC-style repeaterJohannes Schindelin2014-04-052-1/+63
* | After free()ing clientData, set it to NULLJohannes Schindelin2014-03-301-0/+1
|/
* Include some more missing files for make dist.Christian Beier2012-04-261-0/+1
* Rename 'classes' dir to 'webclients'.Christian Beier2011-11-093-3/+3
* Add installation hints to android example README.Christian Beier2011-07-251-0/+9
* Reduced memory footprint by 50%William Roberts2011-07-231-2/+2
* Corrected resolution issue, but screen is getting reported as wrong sizeWilliam Roberts2011-07-231-1/+1
* Fixes running vncserver on beagleboard/0xdroid and possibly any deviceckanru2011-07-231-2/+6
* Adopt autotools build system to Android.Christian Beier2011-07-232-0/+10
* Add androidvncserver example.Christian Beier2011-07-233-0/+637
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-173-21/+22
* Fix remaining compiler warnings.Christian Beier2011-03-172-9/+4
* Check rfbGetScreen() return value everywhere.Christian Beier2011-03-1713-4/+28
* Move zippy.c to examples.Christian Beier2011-03-102-1/+181
* Remove unneeded files concerning CVS.Christian Beier2011-01-311-18/+0
* Remove completely broken Visual Studio project filesJohannes Schindelin2011-01-311-93/+0
* Add doxygen documentation support.Christian Beier2010-11-187-5/+21
* Fix various compilation warningsVic Lee2009-11-101-1/+1
* clean up build flagsdscho2009-02-031-1/+1
* examples/mac: disable the cursordscho2008-05-131-0/+3
* Build shared libraries per defaultdscho2007-03-301-1/+1
* include rotatetemplate.c in the tarballdscho2006-04-301-1/+1
* add rotate and flip exampledscho2006-04-275-2/+149
* malloc.h should not be needed (it is missing on quite a few platforms)dscho2006-04-271-1/+0
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
* Added an example camera application to demonstrate another way to write a ser...steven_carr2006-04-172-1/+154
* Fix blooptest exampledscho2006-03-013-5/+3
* if compiling with pthreads, also compile blooptestdscho2006-03-011-1/+9
* x11vnc: the big split.runge2006-01-091-1/+2
* fix client non-jpeg/libz buildsrunge2006-01-081-2/+5
* previous patch turned compile warning in a compile error; fix that ;-)dscho2005-12-091-1/+1
* fix compile warningsdscho2005-12-081-3/+5
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-1/+1
* add BackChannel extension exampledscho2005-10-062-1/+114
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-061-60/+0
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1