aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better check for on screen visibilityPierre Ossman2016-01-111-13/+33
* Install viewer .desktop file and icons on all Unix systemsPierre Ossman2016-01-119-96/+10
* Ubuntu package fixesBrian P. Hinz2016-01-094-5/+5
* Allow Ubuntu 12.04 packages to build on any architectureBrian P. Hinz2016-01-061-2/+2
* Debian package updatesBrian P. Hinz2016-01-051-3/+3
* Block signals from being handled on worker threadsPierre Ossman2016-01-041-0/+12
* Compile common code with -fPIC on all non-Windows platformsPierre Ossman2016-01-041-1/+1
* Delete unnecessary patch filesBrian P. Hinz2016-01-033-111/+0
* Remove uncessary Xauth cookie patch from deb & rpm packagesBrian P. Hinz2016-01-037-81/+0
* Update Swedish translationGöran Uddeborg2015-12-291-4/+4
* Fix race problem with detecting listening inetd socketsTristan Schmelcher2015-12-293-15/+9
* Add workaround for Vino's VeNCrypt implementationPierre Ossman2015-12-291-1/+12
* Set up Xauthority using a single invokationPierre Ossman2015-12-291-2/+4
* Use mcookie to generate X server cookiePierre Ossman2015-12-291-19/+4
* Check that xauth is in PATHPierre Ossman2015-12-291-17/+1
* Suppress/eliminate JDK warningsBrian P. Hinz2015-12-2611-28/+48
* Upgrade in-tree jsch and jzlib to latest upstream versionsBrian P. Hinz2015-12-26153-2368/+8073
* Add snap tag to el7 packagesBrian P. Hinz2015-12-241-1/+1
* Add support for building RPM packages for RHEL 7 derivativesBrian P. Hinz2015-12-247-0/+969
* Update French translationStéphane Aulery2015-12-231-547/+512
* Update Brazilian Portuguese translationRafael Fontenelle2015-12-181-562/+544
* Use --host and --build to prevent buildhost-specific optimizationsBrian P. Hinz2015-12-122-21/+41
* Only show sendPrimary on X11 platformsPierre Ossman2015-12-115-0/+16
* Include class keyword for friend declarationPierre Ossman2015-12-081-1/+1
* Init socket subsystem before parsing filtersPierre Ossman2015-12-071-0/+2
* Merge branch 'master' of https://github.com/hackonteur/tigervncPierre Ossman2015-12-071-2/+37
|\
| * Replace external wget with native Python versionScott Roland2015-12-051-1/+36
| * Fix coding to be utf-8 instead of UTF-8Scott Roland2015-12-041-1/+1
* | Update German translationMario Blättermann2015-12-071-77/+86
* | Update Danish translationJoe Hansen2015-12-071-77/+86
* | Update Dutch translationBenno Schulenberg2015-12-071-562/+526
|/
* Update Bulgarian translationAlexander Shopov2015-12-041-76/+85
* Update Finnish translationJorma Karvonen2015-12-041-542/+593
* Update Swedish translationGöran Uddeborg2015-12-031-113/+86
* Update Ukrainian translationYuri Chornoivan2015-12-021-76/+85
* Merge branch 'multicore' of https://github.com/CendioOssman/tigervncPierre Ossman2015-12-0263-772/+2225
|\
| * Performance analysis of multi-core decoderPierre Ossman2015-12-022-0/+40
| * Optimised shortcut for decoding on single CPU systemsPierre Ossman2015-11-271-1/+17
| * Limit the number of decoder threads to 4Pierre Ossman2015-11-271-1/+6
| * Throttle overlapping screen updatesPierre Ossman2015-11-275-4/+85
| * Consolidate how to run the FLTK loop in one placePierre Ossman2015-11-273-19/+18
| * Propagate exceptions from worker threads back to main threadPierre Ossman2015-11-272-3/+44
| * Estimate CPU core usage in performance testsPierre Ossman2015-11-272-35/+125
| * Protect PlatformPixelBuffer from simultaneous accessPierre Ossman2015-11-272-0/+7
| * Create one decode thread for each CPUPierre Ossman2015-11-273-4/+44
| * Add option to enable thread sanitizerPierre Ossman2015-11-272-0/+13
| * Allow parallel decoding of Tight JPEG rectsPierre Ossman2015-11-272-6/+2
| * Allow conditional dependencies between rects when decodingPierre Ossman2015-11-275-1/+80
| * Decode rectangles in order if neededPierre Ossman2015-11-274-4/+15
| * Decode overlapping rectangles in orderPierre Ossman2015-11-276-3/+58