| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle whitespace in list parameters | Pierre Ossman | 2025-03-13 | 1 | -0/+24 |
* | Add enumeration list parameter | Pierre Ossman | 2025-03-13 | 1 | -0/+108 |
* | Add string list parameter type | Pierre Ossman | 2025-03-12 | 1 | -0/+64 |
* | Add integer list parameter type | Pierre Ossman | 2025-03-12 | 1 | -0/+130 |
* | Add enumeration parameter type | Pierre Ossman | 2025-03-12 | 1 | -0/+102 |
* | Validate integer parameter values | Pierre Ossman | 2025-03-06 | 1 | -0/+18 |
* | Add unit tests for parameter types | Pierre Ossman | 2025-03-06 | 2 | -0/+369 |
* | Convert unicode unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -142/+133 |
* | Convert pixelformat unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -111/+171 |
* | Convert gesturehandler unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -513/+312 |
* | Convert conv unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -102/+88 |
* | Convert configargs unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -115/+78 |
* | Convert hostport unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -63/+97 |
* | Convert EmulateMB unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -229/+145 |
* | Convert convertLF() unit tests to Google Test | Pierre Ossman | 2025-02-27 | 2 | -93/+45 |
* | Enable Google Test unit test framework | Pierre Ossman | 2025-02-27 | 2 | -1/+10 |
* | Rename core/util to core/string | Pierre Ossman | 2025-02-25 | 3 | -3/+3 |
* | Move time utilities to separate file | Pierre Ossman | 2025-02-25 | 1 | -0/+1 |
* | Move timers to core library | Pierre Ossman | 2025-02-25 | 3 | -25/+25 |
* | Move configuration to core library | Pierre Ossman | 2025-02-25 | 4 | -84/+86 |
* | Move base exception classes to core library | Pierre Ossman | 2025-02-25 | 3 | -4/+0 |
* | Move utility functions to core library | Pierre Ossman | 2025-02-13 | 5 | -23/+24 |
* | Move basic data types to core library | Pierre Ossman | 2025-02-13 | 5 | -18/+18 |
* | Use initializer lists for basic data types | Pierre Ossman | 2025-02-13 | 2 | -33/+33 |
* | Move getHostAndPort() to network library | Pierre Ossman | 2025-02-13 | 2 | -3/+3 |
* | Reduce header #include:s | Pierre Ossman | 2025-02-13 | 1 | -3/+1 |
* | Fix handling of empty -parameter= arguments | Pierre Ossman | 2025-02-06 | 1 | -0/+37 |
* | Fix handling of bool on/off arguments | Pierre Ossman | 2025-01-10 | 1 | -6/+6 |
* | Consolidate argument parsing in single function | Pierre Ossman | 2025-01-10 | 3 | -9/+336 |
* | Merge branch 'master' of https://github.com/madnicendio/tigervnc | Pierre Ossman | 2024-11-22 | 1 | -2/+2 |
|\ |
|
| * | Standardize log message prefix format | Madeleine Nilsson | 2024-11-11 | 1 | -2/+2 |
* | | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc | Pierre Ossman | 2024-11-18 | 1 | -3/+3 |
|\ \ |
|
| * | | vncviewer: support for back/forward mouse buttons | Adam Halim | 2024-10-22 | 1 | -3/+3 |
| |/ |
|
* | | Use standard library naming for exceptions | Pierre Ossman | 2024-11-06 | 2 | -2/+2 |
* | | Use standard exception classes | Pierre Ossman | 2024-11-06 | 3 | -5/+6 |
* | | Subclass exceptions from std::exception | Pierre Ossman | 2024-11-06 | 2 | -3/+3 |
* | | Use what() to access exception description | Pierre Ossman | 2024-11-06 | 2 | -4/+4 |
|/ |
|
* | Move getUserPasswd()/showMsgBox() to CConnection | Kang Lin | 2024-08-30 | 2 | -0/+23 |
* | Remove unused setPixelFormat() callback | Pierre Ossman | 2024-08-12 | 2 | -8/+1 |
* | Better type for pointer button mask | Pierre Ossman | 2024-08-12 | 1 | -3/+3 |
* | Avoid shadowing variables | Pierre Ossman | 2024-06-24 | 2 | -5/+5 |
* | Mark overridden virtual functions | Pierre Ossman | 2024-06-24 | 5 | -36/+36 |
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 5 | -22/+22 |
* | Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervnc | Pierre Ossman | 2024-05-20 | 1 | -2/+5 |
|\ |
|
| * | vncconfig: add option to force view-only remote client connections | Carlos Santos | 2024-04-26 | 1 | -0/+3 |
| * | Move the AccessRights type and constants to the rfb namespace | Carlos Santos | 2024-04-23 | 1 | -2/+2 |
* | | Implement XDG Base Directory paths, deprecate ~/.vnc | 90 | 2024-04-26 | 1 | -0/+5 |
|/ |
|
* | Prevent incorrect cmake usage | Pierre Ossman | 2023-12-28 | 1 | -0/+4 |
* | Merge branch 'types2' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2023-06-30 | 1 | -0/+54 |
|\ |
|
| * | Don't allow surrugate code points in UTF-8 | Pierre Ossman | 2023-06-30 | 1 | -0/+5 |