| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The reformatting of all the Xserver sources in the 1.12.1 release changed | Pierre Ossman | 2012-04-25 | 1 | -2/+2 |
* | 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 |
* | Reimplement the deferred update handling, this time in a more robust and | Pierre Ossman | 2011-11-08 | 3 | -43/+1 |
* | The dummy timer isn't used anymore. | Pierre Ossman | 2011-11-08 | 2 | -3/+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 |
* | 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 | 3 | -0/+164 |
* | Avoid catching composite (RENDER) operations that only affect off-screen | Pierre Ossman | 2011-10-11 | 1 | -16/+20 |
* | 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 |
* | Use generic copyright message which refers the user to the complete copyright... | DRC | 2011-06-28 | 1 | -3/+1 |
* | Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch | DRC | 2011-06-24 | 1 | -1/+1 |
* | No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ... | DRC | 2011-06-22 | 1 | -1/+1 |
* | Server support for full colour cursors (no support for alpha though). | Pierre Ossman | 2011-06-08 | 1 | -43/+75 |
* | Allow buttons 6 and 7 to be used as well so that we can get horizontal | Pierre Ossman | 2011-05-24 | 1 | -1/+1 |
* | Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i... | Adam Tkac | 2011-05-11 | 1 | -1/+2 |
* | [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la) | Adam Tkac | 2011-04-27 | 1 | -1/+1 |
* | Avoid intersecting screen with empty clipList in vncHooksCopyArea. The | Peter Åstrand | 2011-03-07 | 1 | -1/+3 |
* | Clean up the way build-xorg handles GnuTLS. It should now work the same way ... | DRC | 2011-02-10 | 1 | -1/+1 |
* | [Bugfix] Handle situation when viewer doesn't send the key release event well. | Adam Tkac | 2011-01-17 | 1 | -0/+10 |
* | [Bugfix] Fix "Alt key gets stuck in Xvnc" issue. | Adam Tkac | 2011-01-17 | 1 | -2/+68 |
* | [Bugfix] Disable server-side key autorepeating. | Adam Tkac | 2011-01-17 | 1 | -0/+15 |
* | Sometimes we get copy requests that are partially or fully outside the | Pierre Ossman | 2010-12-21 | 1 | -0/+7 |
* | We might sometimes end up with an empty copy because of clipping. Make sure | Pierre Ossman | 2010-12-21 | 1 | -1/+2 |
* | Clean up CopyWindow hook so it's more readable. | Pierre Ossman | 2010-12-21 | 1 | -4/+8 |
* | [Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText" | Adam Tkac | 2010-12-13 | 3 | -4/+26 |
* | [Bugfix] Handle situation when keyboard has no modifiers in Input.cc well. | Adam Tkac | 2010-12-08 | 1 | -38/+61 |
* | [Bugfix] Fix various compilation warnings. | Adam Tkac | 2010-12-08 | 2 | -5/+7 |
* | [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1... | Adam Tkac | 2010-12-08 | 2 | -0/+9 |
* | [Development] Add support for X.Org 1.10 | Adam Tkac | 2010-12-08 | 4 | -3/+47 |
* | [Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call. | Adam Tkac | 2010-12-08 | 1 | -2/+2 |
* | [Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitialized | Adam Tkac | 2010-11-11 | 1 | -1/+2 |
* | [Bugfix] Use correct settings for 24 bit color depth (Martin Koegler) | Adam Tkac | 2010-11-02 | 1 | -0/+1 |
* | [Bugfix] Set pvfb->pixelFormatDefined only if format is defined. | Adam Tkac | 2010-08-27 | 1 | -2/+2 |