summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update German translationMario Blättermann2015-09-151-538/+578
* 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 Viewport initial sizing issue on OS XBrian P. Hinz2015-09-131-1/+3
* Handle CA chain certificatesBrian P. Hinz2015-09-131-4/+7
* Improve handling of x509 authenticationBrian P. Hinz2015-09-131-24/+101
* Merge pull request #194 from bphinz/masterBrian Hinz2015-09-123-14/+171
|\
| * Compile legacy Xvnc with relative rpath for portabilityBrian P. Hinz2015-09-123-14/+171
|/
* Add keyboard debug log to serversPierre Ossman2015-08-311-4/+21
* Merge pull request #190 from bphinz/masterBrian Hinz2015-08-205-32/+86
|\
| * Fix UI logic in Java viewerBrian P. Hinz2015-08-201-1/+0
| * Disable window functions for embedded appletBrian P. Hinz2015-08-202-0/+6
| * Disable desktopSize option for embedded appletsBrian P. Hinz2015-08-201-1/+2
| * Add multiple monitor spanning feature to java viewerBrian P. Hinz2015-08-204-12/+65
| * Java viewer UI updatesBrian P. Hinz2015-08-202-14/+11
| * Fix desktopSize parameter issueBrian P. Hinz2015-08-201-5/+3
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2015-08-204-11/+15
| |\ | |/ |/|
* | Show error dialog when ACL pattern isn't acceptedPierre Ossman2015-08-101-2/+7
* | Change netmask to prefix in ACL documentationPierre Ossman2015-08-102-7/+6
* | Fix reversed logic in vncIsTCPPortUsed()Pierre Ossman2015-08-101-2/+2
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2015-08-090-0/+0
| |\ | |/ |/|
* | Apply recent Xorg CVE patches, update dependenciesBrian P. Hinz2015-08-096-5/+482
| * Bump el5 RPM spec versionBrian P. Hinz2015-08-091-1/+1
| * Rename patch fileBrian P. Hinz2015-08-091-0/+0
| * Merge remote-tracking branch 'upstream/master'Brian P. Hinz2015-08-0934-1645/+3841
| |\ | |/ |/|
* | Set user/client requested mode as preferredPierre Ossman2015-07-304-58/+93
* | Log which addresses connection attempts are made againstPierre Ossman2015-07-301-0/+6
* | Properly report connect error codesPierre Ossman2015-07-301-11/+13
* | Start a hidden rather than minimised vncconfigPierre Ossman2015-07-301-1/+1
* | Add a missing break statement.Joel Teichroeb2015-07-181-0/+1
* | Add minimize button on f8 menu. Fixes #90Joel Teichroeb2015-07-131-1/+5
* | Add resize on connect menu controls to Java viewerBrian P. Hinz2015-07-122-2/+65
* | Update OptionsDialog UI layout for better consistency with Fltk viewerBrian P. Hinz2015-07-121-25/+30
* | Merge branch 'translation' of https://github.com/CendioOssman/tigervncPierre Ossman2015-07-116-1505/+2882
|\ \
| * | Add Bulgarian translationAlexander Shopov2015-07-022-1/+710
| * | Add Danish translationJoe Hansen2015-06-292-1/+709
| * | Update Swedish translationGöran Uddeborg2015-06-251-555/+534
| * | Update Ukrainian translationYuri Chornoivan2015-06-251-537/+577
| * | Update translation templatePierre Ossman2015-06-251-412/+353
* | | Merge pull request #103 from hifi/runfixBrian Hinz2015-07-032-2/+2
|\ \ \ | |/ / |/| |
| * | Allow java viewer to load without manifest properlyToni Spets2015-07-012-2/+2
|/ /
* | Fix infinite update caused by b64dbf2Pierre Ossman2015-06-231-1/+1
* | Change development version to 1.5.80Pierre Ossman2015-06-183-4/+4
* | Add Greek translationVangelis Skarmoutsos2015-06-182-1/+765
* | Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-174-8/+8
* | Avoid losing updates on partial requestsPierre Ossman2015-06-091-1/+4
* | Clean up server rendered cursor logicPierre Ossman2015-06-092-17/+27
* | Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-059-22/+28