aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Convert DisconnectAction to EnumParameterPierre Ossman2025-03-123-11/+10
* Make use of IntParameter range validationPierre Ossman2025-03-064-4/+7
* Move concurrency abstration layer to corePierre Ossman2025-02-257-44/+37
* Move application directory handling to corePierre Ossman2025-02-252-3/+0
* Rename core/util to core/stringPierre Ossman2025-02-258-8/+8
* Get rid of __rfbmax()/__rfbmin()Pierre Ossman2025-02-251-2/+5
* Move time utilities to separate filePierre Ossman2025-02-251-1/+1
* Move timers to core libraryPierre Ossman2025-02-251-1/+1
* Move logging to core libraryPierre Ossman2025-02-2536-64/+84
* Move configuration to core libraryPierre Ossman2025-02-2512-26/+32
* Move base exception classes to core libraryPierre Ossman2025-02-2532-129/+147
* Move utility functions to core libraryPierre Ossman2025-02-1312-12/+48
* Move basic data types to core libraryPierre Ossman2025-02-1319-25/+43
* Use initializer lists for basic data typesPierre Ossman2025-02-138-19/+19
* Move getHostAndPort() to network libraryPierre Ossman2025-02-131-1/+2
* Reduce header #include:sPierre Ossman2025-02-132-0/+3
* Remove unused SStaticDesktopPierre Ossman2025-02-131-0/+1
* Update visible copyright year to 2025Pierre Ossman2025-01-142-2/+2
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-141-1/+1
*-. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-102-20/+11
|\ \
| | * Remove server and viewer config typesPierre Ossman2025-01-072-4/+0
| |/ |/|
| * Consolidate argument parsing in single functionPierre Ossman2025-01-102-16/+11
|/
* Capitalize even more logging and exceptionsPierre Ossman2024-11-2214-38/+38
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2229-178/+178
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-2122-124/+124
| * Standardize log message prefix formatMadeleine Nilsson2024-11-112-7/+7
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-1110-47/+47
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-184-5/+5
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-224-5/+5
* | | Use standard library naming for exceptionsPierre Ossman2024-11-0629-104/+104
* | | Replace base exception class with standard libraryPierre Ossman2024-11-063-1/+6
* | | Use standard exception classesPierre Ossman2024-11-0615-33/+35
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-0616-33/+33
* | | Use what() to access exception descriptionPierre Ossman2024-11-0614-27/+27
| |/ |/|
* | Split SystemException to handle WindowsPierre Ossman2024-10-0928-100/+100
* | Consistently use SocketException for socket errorsPierre Ossman2024-10-091-5/+5
|/
* Remove fake framebuffer update request callPierre Ossman2024-08-121-1/+0
* Better type for pointer button maskPierre Ossman2024-08-124-4/+4
* Avoid shadowing variablesPierre Ossman2024-06-248-41/+39
* Simplify code using range-based for loopsPierre Ossman2024-06-241-6/+4
* Mark overridden virtual functionsPierre Ossman2024-06-2428-79/+79
* Use nullptr in all C++ codePierre Ossman2024-06-2458-278/+285
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-194-12/+15
|\
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-192-6/+9
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-192-4/+6
| * Remove unneeded iterationPierre Ossman2024-06-191-3/+1
* | Remove the network::SocketServer interface.Carlos Santos2024-04-264-21/+31
* | Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-15/+15
|/
* Update copyright year to 2024Samuel Mannehed2024-01-092-2/+2
* Prevent incorrect cmake usagePierre Ossman2023-12-281-0/+4