aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Esperanto translationsFelipe Castro2015-01-292-1/+753
* 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
* Avoid complaints about unused variable in argument less requestsPierre Ossman2015-01-291-3/+0
* No need to cast these as they are already an appropriate typePierre Ossman2015-01-291-3/+3
* Declare variables at the start of each block, as requiredPierre Ossman2015-01-292-19/+30
* Use proper prototypes in headers for all our internal functionsPierre Ossman2015-01-296-12/+13
* Restructure code a bit to avoid warning about unused variablePierre Ossman2015-01-291-23/+20
* Merge pull request #111 from bphinz/masterBrian Hinz2015-01-28119-17247/+4207
|\
| * Improved font path specifiecation for el5 & generic binaries.Brian P. Hinz2015-01-281-4/+12
| * Fixes for various build issues with el5 buildBrian P. Hinz2015-01-285-115/+189
| * Remove libexpat.so dependency from el5 and generic binariesBrian P. Hinz2015-01-281-0/+1
| * Major update of EL5 buildBrian P. Hinz2015-01-28118-17157/+4034
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2015-01-28119-13242/+3225
| |\ | |/ |/|
* | Merge branch 'xorgheaders' of https://github.com/CendioOssman/tigervncPierre Ossman2015-01-2729-2462/+3225
|\ \
| * | More debug logging for screen layout changesPierre Ossman2015-01-263-9/+26
| * | Remove logging of each Timer firingPierre Ossman2015-01-261-1/+0
| * | Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-2625-2455/+3195
| * | Allow LogWriter objects to be used with va_list argumentPierre Ossman2015-01-261-0/+4
| * | Band aid to work around inluding C headers in C++ codePierre Ossman2014-12-121-0/+3
| |/
* | Merge pull request #94 from bphinz/buildfixesBrian Hinz2014-12-2690-10780/+0
|\ \ | |/ |/|
| * Removing unwanted commits from pull requestBrian P. Hinz2014-12-262-13/+0
| * Remove support for openSUSE 11.4Brian P. Hinz2014-12-2690-10780/+0
| * Fix for broken GLX extension in rhel6u6Brian P. Hinz2014-12-062-0/+13
* | IPv6: create new socket if IPv6 bind fails (#77).Tim Waugh2014-12-101-93/+90
* | Merge pull request #88 from bphinz/buildfixesBrian Hinz2014-12-063-7/+14
|\|
| * Fixes for el6 spec fileBrian P. Hinz2014-12-061-4/+7
| * Fix for rpm-based packages when self-signed cert is used to sign java appletBrian P. Hinz2014-12-063-3/+7
* | Merge branch 'translations' of https://github.com/CendioOssman/tigervncPierre Ossman2014-12-038-512/+1225
|\ \
| * | Reduce symbol scope of parameter helpersPierre Ossman2014-12-031-10/+10
| * | Rework the error message in parameters.cxxPierre Ossman2014-12-031-71/+51
| * | Simplify log message as we always use TrueColourPierre Ossman2014-12-031-3/+1
| * | Improve some error messagesPierre Ossman2014-12-032-5/+5
| * | Add comments for translators where requestedPierre Ossman2014-12-034-0/+11
| * | Sort translation strings by file insteadPierre Ossman2014-12-031-2/+2
| * | Update German translationsMario Blättermann2014-12-021-233/+205
| * | Update Dutch translationsBenno Schulenberg2014-12-021-187/+186
| * | Add Ukrainian translationsYuri Chornoivan2014-12-022-1/+754
|/ /
* | Merge branch 'readonlypassword' of https://github.com/CendioOssman/tigervncPierre Ossman2014-12-0216-74/+164
|\ \
| * | Make sure attributes propagate through security wrappersPierre Ossman2014-12-024-2/+34
| * | Limit access to non-shared modePierre Ossman2014-12-023-1/+4
| * | Use new API for getVncAuthPasswd()Pierre Ossman2014-12-021-1/+2
| * | Merge branch 'readonlypassword' of https://github.com/michalsrb/tigervnc into...Pierre Ossman2014-12-0211-70/+124
|/| |
| * | Update comment of VncAuthPasswdGetter::getVncAuthPasswd.Michal Srb2014-11-241-2/+2
| * | Add AccessSetDesktopSize right.Michal Srb2014-11-245-14/+24
| * | VncAuth: Read and use readonly password.Michal Srb2014-11-102-25/+47