summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* X.Org 1.14 support was incompleteAdam Tkac2013-02-192-1/+5
* Add xserver114.patch patchAdam Tkac2013-01-241-0/+84
* Allow to change "AcceptPointerEvents" via "vncconfig -set".Adam Tkac2012-11-261-1/+2
* Fix handling of whitelisted "vncconfig -set" parameters in Xvnc.Adam Tkac2012-11-261-3/+3
* Add support for X.Org 1.13Adam Tkac2012-09-054-3/+108
* Add xserver113.patchAdam Tkac2012-09-051-0/+92
* Fix build errors with XORG < 111: I assume that the last NULL argumentPeter Åstrand2012-08-291-1/+1
* Add support for X.Org 1.12.XAdam Tkac2012-08-284-17/+227
* Add Support for X.Org 1.11.XAdam Tkac2012-08-284-10/+161
* Fix silly typo that caused us to mishandle some SetDesktopSize requests.Pierre Ossman2012-08-271-1/+1
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-091-1/+1
* Implicit drawing operations (like window borders) are done by accessingPierre Ossman2012-07-191-9/+26
* Fix improper check of errors when getting a suitable RandR mode.Pierre Ossman2012-07-181-2/+2
* We need to be able to handle outputs without any CRTC connected as well.Pierre Ossman2012-07-181-10/+56
* Forgot to initialise the iterator index properly.Pierre Ossman2012-07-181-1/+1
* We need to manually update the RandR timestamp, as it is normally set inPierre Ossman2012-07-171-0/+7
* The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure thingsPierre Ossman2012-07-171-2/+19
* Add back support for letting the client reconfigure the screen, this timePierre Ossman2012-07-134-34/+284
* Track outputs instead of CRTCs, as those better match the screen conceptPierre Ossman2012-07-122-15/+17
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-125-165/+366
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-262-2/+2
* The reformatting of all the Xserver sources in the 1.12.1 release changedPierre Ossman2012-04-251-2/+2
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-274-8/+8
* Bump version number to prepare for post-1.2 developmentDRC2012-02-121-1/+1
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-233-0/+19
* 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