aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TigerVNC 1.8.0v1.8.01.8-branchPierre Ossman2017-05-163-4/+4
* Update Swedish translationGöran Uddeborg2017-05-151-114/+61
* Make RandR callbacks optional as they were beforeJan Grulich2017-05-091-3/+7
* Update Serbian translationМирослав Николић2017-05-091-113/+99
* Make sure install path for java classes is properly defined (re:#295)Brian P. Hinz2017-05-071-0/+2
* Fix for issue #455Brian P. Hinz2017-05-062-7/+8
* Set gateway host correctly when -via is usedBrian P. Hinz2017-05-061-1/+1
* Multithreaded decoder improvements (java viewer)Brian P. Hinz2017-05-063-11/+12
* Update Dutch translationBenno Schulenberg2017-05-051-118/+106
* Add Hungarian translationBalázs Úr2017-05-022-1/+660
* Update French translationStéphane Aulery2017-05-021-119/+59
* Update Turkish translationVolkan Gezer2017-05-021-559/+491
* Update Bulgarian translationAlexander Shopov2017-05-021-212/+153
* Updated Vietnamese translationTrần Ngọc Quân2017-05-021-113/+99
* Update Russian translationYuri Kozlov2017-05-021-115/+101
* Update Brazilian Portuguese translationRafael Fontenelle2017-05-021-116/+101
* Update Ukrainian translationYuri Chornoivan2017-05-021-113/+99
* Filter out alpha channel for normal draw() operationPierre Ossman2017-04-281-3/+11
* Use correct color space for current monitorPierre Ossman2017-04-284-27/+50
* Create new CGImage for each drawPierre Ossman2017-04-282-36/+46
* Use sub-image instead of clippingPierre Ossman2017-04-281-18/+18
* Only draw overlays when neededPierre Ossman2017-04-281-8/+12
* TigerVNC 1.7.90 (1.8.0 beta)v1.7.90Pierre Ossman2017-04-193-4/+4
* Update translation template filePierre Ossman2017-04-191-110/+56
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-175-10/+26
* Limit size of cursor accepted by client.Michal Srb2017-04-062-0/+11
* Partial fix for java viewer performance regressionBrian P. Hinz2017-04-041-8/+8
* Merge branches 'fix-vencrypt-leak' and 'fixes-ssecurityplain' of https://gith...Pierre Ossman2017-03-302-1/+11
|\
| * Limit max username/password size in SSecurityPlain.Michal Srb2017-03-302-0/+10
| * Fix checkNoWait logic in SSecurityPlain.Michal Srb2017-03-301-1/+1
* | Delete underlying ssecurity in SSecurityVeNCrypt.Michal Srb2017-03-291-0/+2
|/
* Be more restrictive with shared memory mode bitsPierre Ossman2017-03-291-1/+1
* Avoid leaking shared memory via X serverPierre Ossman2017-03-291-0/+1
*-. Merge branches 'fix' and 'fix-double-free-fences' of https://github.com/micha...Pierre Ossman2017-03-297-14/+17
|\ \
| | * Prevent double free by crafted fences.Michal Srb2017-03-272-1/+4
| * | Prevent leak of SecurityServer and ClientServer.Michal Srb2017-03-274-13/+10
| * | Fix crash from integer overflow in SMsgReader::readClientCutTextMichal Srb2017-03-271-0/+3
| |/
* / Update visible copyright year to 2017Samuel Mannehed2017-03-208-8/+8
|/
* Add Friulian to list of active languagesPierre Ossman2017-03-171-1/+1
* Add Friulian translationFabio Tomat2017-03-131-0/+713
* Fix for "Invalid use of member 'stats' in static member function"Brian P. Hinz2017-03-101-2/+2
* Remove Windows version informationPierre Ossman2017-03-071-3/+2
* Java client support for X CursorBrian P. Hinz2017-02-272-0/+60
* Fix for exception handling in decoder threads (java client)Brian P. Hinz2017-02-271-1/+1
* Java client support for cursors with full alphaBrian P. Hinz2017-02-279-79/+126
* Merge branch 'fps' of https://github.com/CendioOssman/tigervncPierre Ossman2017-02-249-162/+176
|\
| * Remove unused variable deferredUpdateTimerSetPierre Ossman2017-02-242-2/+1
| * Send updates with a fixed intervalPierre Ossman2017-02-245-84/+66
| * Avoid flicker with a rendered cursorPierre Ossman2017-02-241-9/+4
| * Only update rendered cursor when requestedPierre Ossman2017-02-243-28/+26