aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/xvnc.c
Commit message (Expand)AuthorAgeFilesLines
* TigerVNC 1.5.0v1.5.01.5-branchPierre Ossman2015-07-111-1/+1
* TigerVNC 1.4.90 (1.5.0 beta)v1.4.90Pierre 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-041-1/+6
|\ \
| * | Warn about not reseting Xvnc and terminate instead.Michal Srb2015-04-011-1/+6
| |/
* / Add -version argument to XvncPierre Ossman2015-04-271-6/+17
|/
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-36/+13
|\
| * Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-291-36/+13
* | Merge branch 'cmdline-crash' of https://github.com/twaugh/tigervncPierre Ossman2015-02-261-8/+28
|\ \
| * | Don't return without value here.Tim Waugh2015-02-251-1/+1
| * | Abort argument processing on error.Tim Waugh2015-02-181-8/+28
* | | Check for out-of-memory when installing color map.Tim Waugh2015-02-251-7/+4
* | | Updated to build against xorg-x11-server 1.17.x.Tim Waugh2015-02-251-6/+6
* | | Update copyright yearsPierre Ossman2015-02-201-1/+1
|/ /
* | Avoid shadowing variablesPierre Ossman2015-01-291-21/+21
* | ddxInitGlobals() was removed from Xorg ages agoPierre Ossman2015-01-291-5/+0
* | ddxBeforeReset() is only conditionally included in the buildPierre Ossman2015-01-291-0/+2
* | Properly define functions as not having any argumentsPierre Ossman2015-01-291-5/+4
* | Remove declaration for variable already present in headersPierre Ossman2015-01-291-3/+0
* | Make sure we get prototypes for global DDX functionsPierre Ossman2015-01-291-0/+4
* | Declare variables at the start of each block, as requiredPierre Ossman2015-01-291-5/+13
* | Use proper prototypes in headers for all our internal functionsPierre Ossman2015-01-291-3/+3
|/
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-0/+1700