aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
* The reformatting of all the Xserver sources in the 1.12.1 release changedPierre Ossman2012-04-251-2/+2
* 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
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-083-43/+1
* The dummy timer isn't used anymore.Pierre Ossman2011-11-082-3/+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
* 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-253-0/+164
* Avoid catching composite (RENDER) operations that only affect off-screenPierre Ossman2011-10-111-16/+20
* 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
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-3/+1
* Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branchDRC2011-06-241-1/+1
* No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...DRC2011-06-221-1/+1
* 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
* Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...Adam Tkac2011-05-111-1/+2
* [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)Adam Tkac2011-04-271-1/+1
* Avoid intersecting screen with empty clipList in vncHooksCopyArea. ThePeter Åstrand2011-03-071-1/+3
* Clean up the way build-xorg handles GnuTLS. It should now work the same way ...DRC2011-02-101-1/+1
* [Bugfix] Handle situation when viewer doesn't send the key release event well.Adam Tkac2011-01-171-0/+10
* [Bugfix] Fix "Alt key gets stuck in Xvnc" issue.Adam Tkac2011-01-171-2/+68
* [Bugfix] Disable server-side key autorepeating.Adam Tkac2011-01-171-0/+15
* Sometimes we get copy requests that are partially or fully outside thePierre Ossman2010-12-211-0/+7
* We might sometimes end up with an empty copy because of clipping. Make surePierre Ossman2010-12-211-1/+2
* Clean up CopyWindow hook so it's more readable.Pierre Ossman2010-12-211-4/+8
* [Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"Adam Tkac2010-12-133-4/+26
* [Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.Adam Tkac2010-12-081-38/+61
* [Bugfix] Fix various compilation warnings.Adam Tkac2010-12-082-5/+7
* [Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...Adam Tkac2010-12-082-0/+9
* [Development] Add support for X.Org 1.10Adam Tkac2010-12-084-3/+47
* [Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.Adam Tkac2010-12-081-2/+2
* [Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitializedAdam Tkac2010-11-111-1/+2
* [Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)Adam Tkac2010-11-021-0/+1
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Bugfix] Fix memory leak in InputDevice::keyEvent function.Adam Tkac2010-07-211-0/+2
* [Development] Pass "serverClient" to QueryColors when compiling against X.Org...Adam Tkac2010-07-201-0/+4
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-202-2/+12
* [Development] Improve privates handling in vncHooks to be compatible with X.O...Adam Tkac2010-07-201-2/+22
* [Development] Enable compilation against X.Org 1.9.X source.Adam Tkac2010-07-201-1/+3
* Extend the default keyboard table with the Windows keys so that they canPierre Ossman2010-06-151-0/+4
* Map up the rest of the standard modifiers (if available).Pierre Ossman2010-06-151-0/+14
* Use a switch statement instead of a series of if:s for setting up the modmapPierre Ossman2010-06-151-8/+14