summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.91 (1.2 beta2)DRC2012-01-171-1/+1
* 1.1.90 (1.2 beta1)DRC2011-12-231-1/+1
* Fix syntax errorDRC2011-11-221-1/+1
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-084-46/+2
* The dummy timer isn't used anymore.Pierre Ossman2011-11-082-3/+2
* Eliminate dependency on libfreetype.so in legacy-friendly Xvnc buildDRC2011-11-071-11/+15
* Fix legacy-friendly build (I hope). r4745 (enabling DPMS) removed -DNO_HW_ON...DRC2011-11-072-2/+2
* Timers in RFB still weren't working properly. Do this right and check the nextPierre Ossman2011-11-073-15/+32
* Remove unused function.Pierre Ossman2011-11-041-19/+0
* Attempt to fix the legacy-friendly build, which was broken by r4745DRC2011-11-041-1/+1
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-0316-3482/+0
* We informed the RFB layer of RENDER operations before they were actuallyPierre Ossman2011-11-031-8/+15
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-312-2/+20
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-254-0/+222
* Avoid catching composite (RENDER) operations that only affect off-screenPierre Ossman2011-10-111-16/+20
* Launch vncconfig directly from vncserver, not from xstartup. Justification: ...DRC2011-10-051-1/+2
* Always look for the Java classes in ../vnc/classes first before looking in th...DRC2011-10-041-3/+4
* Disable Composite extension by default in the legacy-friendly TigerVNC build....DRC2011-10-011-1/+1
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-283-3/+3
* Support building an out-of-tree Xvnc binary using in-tree X server sourcesDRC2011-08-241-1/+3
* Oops. Need to escape parenthesesDRC2011-08-241-1/+1
* We can't assume that Pixman is under ${includedir}, because ${includedir} dep...DRC2011-08-231-5/+14
* Link x0vncserver against Xtst, if it was detected (otherwise x0vncserver is v...DRC2011-08-191-0/+6
* "Don't use parallel make by default," he says after accidentally turning it o...DRC2011-08-111-1/+3
* (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif...DRC2011-08-091-1/+1
* Add a BUILD_STATIC option which links statically against libgcc and libstdc++...DRC2011-07-281-14/+4
* 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-292-0/+22
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-282-6/+2
* Rename man pages to .1 when installingDRC2011-06-253-3/+3
* Install man pages during 'make install' on Unix systemsDRC2011-06-253-0/+9
* Consolidate source README file, remote cruft, and update copyrightsDRC2011-06-241-309/+0
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-1/+1
* Remove unused autotools build systemDRC2011-06-246-111/+0
* Integrate Xvnc build with CMake and new FLTK-based vncviewer buildDRC2011-06-221-14/+19
* No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...DRC2011-06-227-49/+25
* Make '-version 7.4' the default.DRC2011-06-211-4/+4
* Using build-xorg without -static is not useful, because it causes Xvnc to dep...DRC2011-06-141-46/+22
* Server support for full colour cursors (no support for alpha though).Pierre Ossman2011-06-081-43/+75
* Allow buttons 6 and 7 to be used as well so that we can get horizontalPierre Ossman2011-05-241-1/+1
* Remove unused build-xorg-git scriptDRC2011-05-121-205/+0
* Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...Adam Tkac2011-05-117-66/+91
* Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issuesDRC2011-04-302-6/+6
* Regenerate xserver16.patch against xserver 1.6.5.Adam Tkac2011-04-291-13/+13
* [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)Adam Tkac2011-04-272-12/+13
* Merged r4361 from 1_1 branch.Adam Tkac2011-04-272-4/+21
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-272-20/+47
* [Bugfix] Update unix/xserver110.patch patch.Adam Tkac2011-03-141-19/+19
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+3
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-081-1/+1