aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle whitespace in list parametersPierre Ossman2025-03-131-0/+24
* Add enumeration list parameterPierre Ossman2025-03-131-0/+108
* Add string list parameter typePierre Ossman2025-03-121-0/+64
* Add integer list parameter typePierre Ossman2025-03-121-0/+130
* Add enumeration parameter typePierre Ossman2025-03-121-0/+102
* Validate integer parameter valuesPierre Ossman2025-03-061-0/+18
* Add unit tests for parameter typesPierre Ossman2025-03-062-0/+369
* Convert unicode unit tests to Google TestPierre Ossman2025-02-272-142/+133
* Convert pixelformat unit tests to Google TestPierre Ossman2025-02-272-111/+171
* Convert gesturehandler unit tests to Google TestPierre Ossman2025-02-272-513/+312
* Convert conv unit tests to Google TestPierre Ossman2025-02-272-102/+88
* Convert configargs unit tests to Google TestPierre Ossman2025-02-272-115/+78
* Convert hostport unit tests to Google TestPierre Ossman2025-02-272-63/+97
* Convert EmulateMB unit tests to Google TestPierre Ossman2025-02-272-229/+145
* Convert convertLF() unit tests to Google TestPierre Ossman2025-02-272-93/+45
* Enable Google Test unit test frameworkPierre Ossman2025-02-272-1/+10
* Rename core/util to core/stringPierre Ossman2025-02-253-3/+3
* Move time utilities to separate filePierre Ossman2025-02-251-0/+1
* Move timers to core libraryPierre Ossman2025-02-253-25/+25
* Move configuration to core libraryPierre Ossman2025-02-254-84/+86
* Move base exception classes to core libraryPierre Ossman2025-02-253-4/+0
* Move utility functions to core libraryPierre Ossman2025-02-135-23/+24
* Move basic data types to core libraryPierre Ossman2025-02-135-18/+18
* Use initializer lists for basic data typesPierre Ossman2025-02-132-33/+33
* Move getHostAndPort() to network libraryPierre Ossman2025-02-132-3/+3
* Reduce header #include:sPierre Ossman2025-02-131-3/+1
* Fix handling of empty -parameter= argumentsPierre Ossman2025-02-061-0/+37
* Fix handling of bool on/off argumentsPierre Ossman2025-01-101-6/+6
* Consolidate argument parsing in single functionPierre Ossman2025-01-103-9/+336
* 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