aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-2/+2
|\
| * Standardize log message prefix formatMadeleine Nilsson2024-11-111-2/+2
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-181-3/+3
|\ \
| * | vncviewer: support for back/forward mouse buttonsAdam Halim2024-10-221-3/+3
| |/
* | Use standard library naming for exceptionsPierre Ossman2024-11-062-2/+2
* | Use standard exception classesPierre Ossman2024-11-063-5/+6
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-062-3/+3
* | Use what() to access exception descriptionPierre Ossman2024-11-062-4/+4
|/
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-302-0/+23
* Remove unused setPixelFormat() callbackPierre Ossman2024-08-122-8/+1
* Better type for pointer button maskPierre Ossman2024-08-121-3/+3
* Avoid shadowing variablesPierre Ossman2024-06-242-5/+5
* Mark overridden virtual functionsPierre Ossman2024-06-245-36/+36
* Use nullptr in all C++ codePierre Ossman2024-06-245-22/+22
* Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervncPierre Ossman2024-05-201-2/+5
|\
| * vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-261-0/+3
| * Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-2/+2
* | Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-0/+5
|/
* Prevent incorrect cmake usagePierre Ossman2023-12-281-0/+4
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-301-0/+54
|\
| * Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+5
| * Clean up string encoding handlingPierre Ossman2023-06-301-0/+49
* | Prefer target_include_directories()Pierre Ossman2023-03-312-3/+3
|/
* Remove custom CharArray typePierre Ossman2023-02-041-0/+1
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-044-31/+18
* 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