aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle invalid UTF-16 code pointsPierre Ossman2020-10-051-0/+2
* Fix conversion of latin-1 to UTF-8Pierre Ossman2020-10-051-0/+34
* Fix UTF-16 encoding/decoding of high code pointsPierre Ossman2020-10-051-0/+4
* Return the correct number of consumed UTF-8 bytesPierre Ossman2020-10-052-0/+168
* Update gesture unit test to cover angle cornercaseSamuel Mannehed2020-06-151-3/+3
* Improve names of many gesturehandler unit testsSamuel Mannehed2020-06-051-24/+24
* Remove unnecessary touchEnd from unit testsSamuel Mannehed2020-06-051-1/+0
* Use mingw's stdio routines where neededPierre Ossman2020-05-311-7/+4
* Implement touch gesture handling on UnixAaron Sowry2020-05-292-0/+1248
* Fix position for click and drag with EmulateMBAlex Tanskanen2020-05-261-2/+60
* Add unit tests for EmulateMBAlex Tanskanen2020-05-262-0/+433
* Fix framebuffer setup in encperfPierre Ossman2020-02-271-2/+3
* Provide dummy output for dummy client connectionsPierre Ossman2020-02-272-2/+54
* Handle pixel formats with odd shift valuesPierre Ossman2019-11-151-0/+6
* Add unit tests for PixelFormat.is888() detectionPierre Ossman2019-11-151-1/+59
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Add sanity checks for PixelFormat shift valuesPierre Ossman2019-11-151-0/+6
* Fix depth sanity test in PixelFormatPierre Ossman2019-11-151-0/+4
* Add unit test for PixelFormat sanity checksPierre Ossman2019-11-152-0/+117
* Add unit tests for convertLF() and convertCRLF()Pierre Ossman2019-09-252-0/+127
* Split test programs to benchmarking and unit testsPierre Ossman2019-09-2517-45/+51
* Clean up internal clipboard handlingPierre Ossman2019-07-012-4/+4
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-102-13/+11
|\
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-012-8/+4
| * Rename ConnParams to ClientParamsPierre Ossman2018-11-011-2/+2
| * Split out ServerParams from ConnParamsPierre Ossman2018-11-012-3/+5
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-012-2/+2
* | Remove variable length arraysPierre Ossman2018-11-071-2/+3
|/
* Fix .gitignore for vncviewer/ and tests/Pierre Ossman2018-07-111-0/+6
* Catch exceptions by referencePierre Ossman2018-05-292-6/+6
* Fix calculation of conversion test target valuesPierre Ossman2018-03-011-3/+3
* Add client support for LED state syncPierre Ossman2017-08-241-1/+3
* Use correct color space for current monitorPierre Ossman2017-04-281-1/+4
* Change cursor API to use RGBA dataPierre Ossman2017-02-222-4/+4
* Add alpha blending support to surfacesPierre Ossman2017-02-102-4/+8
* Render on a temporary surface when neededPierre Ossman2017-02-101-5/+34
* Abstract platform rendering to "surfaces"Pierre Ossman2017-02-102-25/+79
* Improve framebuffer performance test measurementPierre Ossman2017-02-101-10/+103
* spelling fixesklemens2017-01-281-1/+1
* Do explict sync after XShmPutImage()Pierre Ossman2017-01-111-3/+0
* Add Fltk and Gettext include dirs when compiling testsBrian P. Hinz2017-01-081-0/+3
* Add test to measure framebuffer performancePierre Ossman2017-01-044-0/+291
* Add unit tests for getHostAndPort()Pierre Ossman2016-07-112-0/+83
* Performance analysis of multi-core decoderPierre Ossman2015-12-022-0/+40
* Estimate CPU core usage in performance testsPierre Ossman2015-11-272-35/+125
* Let CConnection intercept more callbacksPierre Ossman2015-11-272-0/+8
* Delegate decoder object management to a separate classPierre Ossman2015-11-272-60/+19
* Include kernel time in CPU usage measurementPierre Ossman2015-11-091-14/+29
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-271-2/+2
* Wrong array index in CPU usage calculation on WindowsPierre Ossman2015-03-031-1/+1