summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Remove needless static qualifierPierre Ossman2017-01-191-3/+3
* Harmonise new client handlersPierre Ossman2017-01-191-0/+2
* Fix -inetd not working with xserver >= 1.19Hans de Goede2017-01-101-1/+9
* Use dixChangeWindowProperty() instead of ChangeWindowProperty()Pierre Ossman2016-12-191-13/+15
* Handle select() errorsPierre Ossman2016-10-051-0/+6
* Merge X server block handling code pathsPierre Ossman2016-10-056-403/+242
* Add xorg-xserver 1.19 supportHans de Goede2016-10-057-4/+248
* Merge pull request #332 from xiaoshaaming/masterBrian Hinz2016-09-041-1/+2
|\
| * Added missing dependency for Complie error on RHEL7lidm2016-07-231-1/+2
* | Proper multi-screen support in XvncPierre Ossman2016-08-181-9/+43
* | Set cursor sprite globallyPierre Ossman2016-08-183-4/+8
* | Adjust client pointer coordinates to absolutePierre Ossman2016-08-183-1/+16
* | Convert pointer coordinates to absolutePierre Ossman2016-08-181-2/+12
|/
* Allow control of PRIMARY behaviour by defaultPierre Ossman2016-07-082-2/+2
* Merge branch 'clipboard'Pierre Ossman2016-07-089-175/+591
|\
| * Support UTF8_STRING selection target typePierre Ossman2016-02-051-2/+93
| * Use TARGETS when getting selectionPierre Ossman2016-02-051-15/+35
| * Move selection request handling to a separate functionPierre Ossman2016-02-051-18/+28
| * Create all Atoms in a central placePierre Ossman2016-02-051-17/+13
| * Move server to client clipboard out of vncconfigPierre Ossman2016-02-055-83/+132
| * Move client to server clipboard out of vncconfigPierre Ossman2016-01-128-94/+333
* | Change development version to 1.7.80Pierre Ossman2016-07-011-1/+1
* | Handle parameter without value in libvnc.soPierre Ossman2016-05-161-1/+9
* | Specify TigerVNC Project as the vendor/companyPierre Ossman2016-05-131-1/+1
* | Move socket write event handling in to the RFB corePierre Ossman2016-04-291-4/+4
* | Avoid calling GetMaster() with old XorgPierre Ossman2016-04-151-0/+4
* | xserver: Add support for xorg version 1.18.Dominik Muth2016-04-112-2/+6
* | Document AllowOverride parameter.Michal Srb2016-03-291-0/+15
* | Add AllowOverride parameter.Michal Srb2016-03-213-8/+54
* | change the Copyright yearBojan Memetovic2016-03-181-1/+1
|/
* Better check for on screen visibilityPierre Ossman2016-01-111-13/+33
* Fix race problem with detecting listening inetd socketsTristan Schmelcher2015-12-291-2/+1
* Gracefully handle empty CopyArea operationsPierre Ossman2015-11-301-6/+15
* Change development version to 1.6.80Pierre Ossman2015-11-261-1/+1
* Fix inverted logic in ProcVncExtSetParam.Michal Srb2015-11-121-1/+1
* Xvnc.man: remove -i optionKirill Kolyshkin2015-10-281-1/+1
* Properly free temporary cursor bufferPierre Ossman2015-09-291-0/+2
* Avoid dropping const qualifier needlesslyPierre Ossman2015-09-291-4/+4
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-294-24/+35
* Make sure fallback block handler remains enabledPierre Ossman2015-09-241-0/+3
* Use REGION_INTERSECT() rather than trying to compute things manuallyPierre Ossman2015-09-141-3/+13
* Make vncHooksComposite() and vncHooksGlyphs() staticPierre Ossman2015-09-141-2/+2
* Remove REGION_NULL fallbackPierre Ossman2015-09-141-7/+0
* Refuse to start Xvnc if we failed to initialise a screenPierre Ossman2015-09-143-0/+11
* Fix reversed logic in vncIsTCPPortUsed()Pierre Ossman2015-08-101-2/+2
* Set user/client requested mode as preferredPierre Ossman2015-07-304-58/+93
* Change development version to 1.5.80Pierre Ossman2015-06-181-1/+1
* Default to -noreset in XvncPierre Ossman2015-05-041-1/+4
*-. Merge branches 'noreset' and 'syslog' of https://github.com/michalsrb/tigervncPierre Ossman2015-05-043-6/+13
|\ \
| | * Enable and document syslog logger in Xvnc.Michal Srb2015-04-102-5/+7