| Commit message (Expand) | Author | Age | Files | Lines |
* | X.Org 1.14 support was incomplete | Adam Tkac | 2013-02-19 | 2 | -1/+5 |
* | Add xserver114.patch patch | Adam Tkac | 2013-01-24 | 1 | -0/+84 |
* | Allow to change "AcceptPointerEvents" via "vncconfig -set". | Adam Tkac | 2012-11-26 | 1 | -1/+2 |
* | Fix handling of whitelisted "vncconfig -set" parameters in Xvnc. | Adam Tkac | 2012-11-26 | 1 | -3/+3 |
* | Add support for X.Org 1.13 | Adam Tkac | 2012-09-05 | 4 | -3/+108 |
* | Add xserver113.patch | Adam Tkac | 2012-09-05 | 1 | -0/+92 |
* | Fix build errors with XORG < 111: I assume that the last NULL argument | Peter Åstrand | 2012-08-29 | 1 | -1/+1 |
* | Add support for X.Org 1.12.X | Adam Tkac | 2012-08-28 | 4 | -17/+227 |
* | Add Support for X.Org 1.11.X | Adam Tkac | 2012-08-28 | 4 | -10/+161 |
* | Fix silly typo that caused us to mishandle some SetDesktopSize requests. | Pierre Ossman | 2012-08-27 | 1 | -1/+1 |
* | Remove the in-tree versin of FLTK. Maintaining such a copy is way too | Peter Åstrand | 2012-08-09 | 1 | -1/+1 |
* | Implicit drawing operations (like window borders) are done by accessing | Pierre Ossman | 2012-07-19 | 1 | -9/+26 |
* | Fix improper check of errors when getting a suitable RandR mode. | Pierre Ossman | 2012-07-18 | 1 | -2/+2 |
* | We need to be able to handle outputs without any CRTC connected as well. | Pierre Ossman | 2012-07-18 | 1 | -10/+56 |
* | Forgot to initialise the iterator index properly. | Pierre Ossman | 2012-07-18 | 1 | -1/+1 |
* | We need to manually update the RandR timestamp, as it is normally set in | Pierre Ossman | 2012-07-17 | 1 | -0/+7 |
* | The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure things | Pierre Ossman | 2012-07-17 | 1 | -2/+19 |
* | Add back support for letting the client reconfigure the screen, this time | Pierre Ossman | 2012-07-13 | 4 | -34/+284 |
* | Track outputs instead of CRTCs, as those better match the screen concept | Pierre Ossman | 2012-07-12 | 2 | -15/+17 |
* | Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The old | Pierre Ossman | 2012-07-12 | 5 | -165/+366 |
* | Fix unsafe usage of the logging functions. | Pierre Ossman | 2012-04-26 | 2 | -2/+2 |
* | The reformatting of all the Xserver sources in the 1.12.1 release changed | Pierre Ossman | 2012-04-25 | 1 | -2/+2 |
* | Consolidate the installation paths and make sure we have decent defaults. | Pierre Ossman | 2012-03-27 | 4 | -8/+8 |
* | Bump version number to prepare for post-1.2 development | DRC | 2012-02-12 | 1 | -1/+1 |
* | Fix a race condition where we might get updates thrown at us right after a | Pierre Ossman | 2012-01-23 | 3 | -0/+19 |
* | Bump version to 1.1.91 (1.2 beta2) | DRC | 2012-01-17 | 1 | -1/+1 |
* | 1.1.90 (1.2 beta1) | DRC | 2011-12-23 | 1 | -1/+1 |
* | Fix syntax error | DRC | 2011-11-22 | 1 | -1/+1 |
* | Reimplement the deferred update handling, this time in a more robust and | Pierre Ossman | 2011-11-08 | 4 | -46/+2 |
* | The dummy timer isn't used anymore. | Pierre Ossman | 2011-11-08 | 2 | -3/+2 |
* | Eliminate dependency on libfreetype.so in legacy-friendly Xvnc build | DRC | 2011-11-07 | 1 | -11/+15 |
* | Fix legacy-friendly build (I hope). r4745 (enabling DPMS) removed -DNO_HW_ON... | DRC | 2011-11-07 | 2 | -2/+2 |
* | Timers in RFB still weren't working properly. Do this right and check the next | Pierre Ossman | 2011-11-07 | 3 | -15/+32 |
* | Remove unused function. | Pierre Ossman | 2011-11-04 | 1 | -19/+0 |
* | Attempt to fix the legacy-friendly build, which was broken by r4745 | DRC | 2011-11-04 | 1 | -1/+1 |
* | The Tight decoding optimizations broke the build of the legacy viewers, so th... | DRC | 2011-11-03 | 16 | -3482/+0 |
* | We informed the RFB layer of RENDER operations before they were actually | Pierre Ossman | 2011-11-03 | 1 | -8/+15 |
* | Activate the DPMS extension; avoid Ubuntu 11.10 crashing. | Peter Åstrand | 2011-10-31 | 2 | -2/+20 |
* | Make socket writes non-blockable. This allows the system to more quickly | Pierre Ossman | 2011-10-25 | 4 | -0/+222 |
* | Avoid catching composite (RENDER) operations that only affect off-screen | Pierre Ossman | 2011-10-11 | 1 | -16/+20 |
* | Launch vncconfig directly from vncserver, not from xstartup. Justification: ... | DRC | 2011-10-05 | 1 | -1/+2 |
* | Always look for the Java classes in ../vnc/classes first before looking in th... | DRC | 2011-10-04 | 1 | -3/+4 |
* | Disable Composite extension by default in the legacy-friendly TigerVNC build.... | DRC | 2011-10-01 | 1 | -1/+1 |
* | Fixed the formatting of a few Cendio copyright lines, so that it is | Peter Åstrand | 2011-09-28 | 3 | -3/+3 |
* | Support building an out-of-tree Xvnc binary using in-tree X server sources | DRC | 2011-08-24 | 1 | -1/+3 |
* | Oops. Need to escape parentheses | DRC | 2011-08-24 | 1 | -1/+1 |
* | We can't assume that Pixman is under ${includedir}, because ${includedir} dep... | DRC | 2011-08-23 | 1 | -5/+14 |
* | Link x0vncserver against Xtst, if it was detected (otherwise x0vncserver is v... | DRC | 2011-08-19 | 1 | -0/+6 |
* | "Don't use parallel make by default," he says after accidentally turning it o... | DRC | 2011-08-11 | 1 | -1/+3 |
* | (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modif... | DRC | 2011-08-09 | 1 | -1/+1 |