aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+5
* Clean up string encoding handlingPierre Ossman2023-06-301-0/+49
* Remove custom CharArray typePierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-043-25/+15
* Use stdint typesPierre Ossman2023-02-011-13/+13
* Explicitly mark unused parametersPierre Ossman2023-01-047-7/+7
* Mark system include paths correctlyPierre Ossman2023-01-041-1/+1
* Ignore whitespace around components of host-and-port specificationCatherine Tower2022-09-011-0/+12
* Move include_directories() to proper placesPierre Ossman2022-08-251-1/+2
* Be consistent in including config.hPierre Ossman2021-12-307-0/+28
* 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
* 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
* Handle pixel formats with odd shift valuesPierre Ossman2019-11-151-0/+6
* Add unit tests for PixelFormat.is888() detectionPierre Ossman2019-11-151-1/+59
* 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-253-0/+448