aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use stdint typesPierre Ossman2023-02-015-36/+36
* Explicitly mark unused parametersPierre Ossman2023-01-0411-17/+20
* Mark system include paths correctlyPierre Ossman2023-01-042-3/+3
* Ignore whitespace around components of host-and-port specificationCatherine Tower2022-09-011-0/+12
* Move include_directories() to proper placesPierre Ossman2022-08-252-3/+3
* Add missing FLTK include statementsAlbrecht Schlosser2022-07-071-0/+1
* Fix up ffmpeg header and library handlingPierre Ossman2022-06-071-1/+0
* Avoid temporary cmake variablesPierre Ossman2022-06-071-8/+7
* H264 DecoderVladimir Sukhonosov2022-01-211-0/+1
* Be consistent in including config.hPierre Ossman2021-12-3012-0/+48
* Allow building with -DBUILD_VIEWER=OFFAlex Richardson2021-07-151-23/+25
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-112-0/+10
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-192-13/+14
|\
| * Change streams to be asynchronousPierre Ossman2020-05-212-3/+10
| * Simplify stream availability handlingPierre Ossman2020-05-212-10/+4
| * Add stream avail() methodsPierre Ossman2020-05-212-4/+4
* | 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