summaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* Link basic X11 libraries lastPierre Ossman2014-10-171-1/+3
* Correct naming convention for some parametersPierre Ossman2014-09-171-4/+4
* Remove unused VideoArea parameterPierre Ossman2014-09-173-49/+0
* Avoid extra spacing in the generated man pagesPierre Ossman2014-09-171-0/+46
* Update server man pages to reflect current list of optionsPierre Ossman2014-09-171-29/+49
* Remove the date from man pagesPierre Ossman2014-09-171-1/+1
* Clean up the authors section of the man pagesPierre Ossman2014-09-171-1/+7
* Get rid of getStride()Pierre Ossman2014-07-072-9/+2
* Remove full support for colour mapsPierre Ossman2014-07-073-20/+4
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-10/+11
* Accidentally removed some code in the previous commit.Pierre Ossman2014-06-251-0/+14
* Add XDAMAGE support to x0vncserver. Makes it more efficientPierre Ossman2014-06-252-15/+65
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-271-2/+2
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-3/+1
* Link x0vncserver against Xtst, if it was detected (otherwise x0vncserver is v...DRC2011-08-191-0/+6
* Fixes a typo introduced with commit 4570.Henrik Andersson2011-06-291-1/+1
* Added leftout cmake build of x0vncserver, fixes bug #3329519.Henrik Andersson2011-06-291-0/+21
* Remove unused autotools build systemDRC2011-06-241-28/+0
* Previous fix for statically linking against GnuTLS on OS X broke the build on...DRC2010-10-011-0/+4
* Support linking statically with GnuTLS on OS XDRC2010-10-011-1/+1
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-1/+0
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-0/+2
* Fix VPATH and out-of-tree buildsDRC2010-02-141-4/+4
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
* Make unix/ subtree compilable.Adam Tkac2009-09-041-5/+7
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-1/+1
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-1/+1
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-741/+0
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+741
* Remove the "video" feature and its associated custom JPEG handling.Pierre Ossman2009-03-051-2/+0
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-272-7/+7
* [Documentation] Documented the VideoArea parameter.Constantin Kaplinsky2008-12-231-5/+18
* [Documentation] Corrected documentation on UseHardwareJPEG parameter.Constantin Kaplinsky2008-12-231-6/+6
* [Documentation] Documented the VideoPriority parameter.Constantin Kaplinsky2008-12-231-2/+21
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-221-0/+2
* [Cleanup] Detect and handle IRIX related enhancements in common/* directory onlyAdam Tkac2008-10-061-1/+1
* Install *man files and vncserver script in Makefile.amsAdam Tkac2008-09-291-0/+2
* Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky2008-09-283-31/+19
|\
| * Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-141-1/+4
| * - generate Makefile.in in unix/* subtree from Makefile.amAdam Tkac2008-04-172-30/+15
| * - use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() ...Adam Tkac2008-04-171-1/+1
| * After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-225-25/+30
| * - use Makefile.am and configure.acAdam Tkac2008-03-205-30/+25
* | [Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, ...Constantin Kaplinsky2008-09-051-0/+2
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-051-1/+1
* | [Bugfix] Geometry::getVideoRect() should return coordinates relative to theConstantin Kaplinsky2008-09-022-5/+19
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-211-2/+3
* | Added parsing for new VideoArea parameter. It does not have any effect yet.Constantin Kaplinsky2008-08-202-6/+41
* | Added a comment.Constantin Kaplinsky2008-08-201-0/+2