summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Carbon and Cocoa dependencies to vncviewerPierre Ossman2014-10-171-0/+4
* Move ws2_32 dependency to the correct placePierre Ossman2014-10-173-9/+6
* Link basic X11 libraries lastPierre Ossman2014-10-171-1/+3
* Remove libjpeg-turbo build instructionsPierre Ossman2014-10-171-51/+3
* Clean up GnuTLS linking and instructionsPierre Ossman2014-10-174-167/+1
* Merge branch 'assert' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-109-18/+38
|\
| * Use exceptions rather than asserts for for "normal" errorsPierre Ossman2014-10-103-8/+11
| * Use the same style for exception messagesPierre Ossman2014-10-102-4/+4
| * Make sure we check failed memory allocationsPierre Ossman2014-10-102-1/+23
| * Remove unused assert.h includePierre Ossman2014-10-104-5/+0
* | Merge branch 'jpeg16' of https://github.com/CendioOssman/tigervncPierre Ossman2014-10-092-23/+61
|\ \ | |/ |/|
| * Wrong padding size calculated (copy-paste error)Pierre Ossman2014-10-091-1/+1
| * Make sure stride handling is also testedPierre Ossman2014-10-091-13/+45
| * Use constants for the test buffer dimensionsPierre Ossman2014-10-091-14/+20
|/
* Merge pull request #42 from bphinz/buildfixesbphinz2014-09-301-4/+4
|\
| * Fix pointer initialization to prevent NULL events.Brian P. Hinz2014-09-291-4/+4
* | Handle PrintScreen and SysReq on WindowsPierre Ossman2014-09-303-1/+10
|/
* Merge branch 'convtest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-09-255-17/+376
|\
| * Fix endian conversionPierre Ossman2014-09-251-12/+22
| * Add pixel conversion correctness testPierre Ossman2014-09-253-0/+332
| * PixelTransformer is gone so we can protect these nowPierre Ossman2014-09-251-2/+1
| * Add missing copyright header.Pierre Ossman2014-09-241-0/+18
| * Rename the pixel conversion performance testPierre Ossman2014-09-242-3/+3
|/
* Merge branch 'translations' of https://github.com/CendioOssman/tigervncPierre Ossman2014-09-2225-590/+7590
|\
| * Refresh translation filesPierre Ossman2014-09-2212-313/+5292
| * Fix the build timestamp to be more translation friendlyPierre Ossman2014-09-224-36/+11
| * Move copyright year out of string to avoid re-translationPierre Ossman2014-09-221-2/+3
| * Don't use tabs for indentationPierre Ossman2014-09-221-80/+84
| * Make sure user visible strings are translatedPierre Ossman2014-09-228-78/+96
| * Make some log messages more sane for translatorsPierre Ossman2014-09-221-4/+8
| * Generate the about text in a single placePierre Ossman2014-09-221-10/+12
| * Split up the info stringPierre Ossman2014-09-221-22/+56
| * Add file location to the translation filesPierre Ossman2014-09-221-1/+1
| * Update translations with those already done by CendioPierre Ossman2014-09-1810-242/+1931
| * Regenerate translation filesPierre Ossman2014-09-187-83/+378
| * New address for mailing listPierre Ossman2014-09-181-1/+1
| * Allow generating translations even with a separate build directoryPierre Ossman2014-09-181-1/+0
| * CMake needs to have the quotes at the end to work properlyPierre Ossman2014-09-181-4/+4
* | Apparently, at least my CMake requires that quotes are at thePeter Åstrand (astrand)2014-09-221-2/+2
* | Merge pull request #35 from bphinz/buildfixesbphinz2014-09-191-8/+0
|\ \
| * | Applying xserver115.patch fails on Ubuntu xorg-server source at hunk 2. Wayl...Brian P. Hinz2014-09-191-8/+0
* | | Merge pull request #34 from bphinz/buildfixesbphinz2014-09-198-181/+0
|\| | | |/ |/|
| * Remove distro specific patches obsoleted by changes in 38023dc304Brian P. Hinz2014-09-188-181/+0
|/
* Merge branch 'doc' of https://github.com/CendioOssman/tigervncPierre Ossman2014-09-1832-1940/+538
|\
| * Move preferred encoding tracking into a server objectPierre Ossman2014-09-185-11/+29
| * Document the client side X509 parametersPierre Ossman2014-09-171-0/+18
| * Correct naming convention for some parametersPierre Ossman2014-09-178-27/+29
| * Give a correct list of valid security schemesPierre Ossman2014-09-172-2/+10
| * Remove unused VideoArea parameterPierre Ossman2014-09-173-49/+0
| * Avoid extra spacing in the generated man pagesPierre Ossman2014-09-175-86/+132