aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* Use operator overloading for comparisonPierre Ossman2023-02-044-5/+5
* Remove unused rfb/util.h includesPierre Ossman2023-02-042-2/+0
* Remove "str" prefix from string helpersPierre Ossman2023-02-042-2/+2
* Use std::string instead of CharArrayPierre Ossman2023-02-0413-56/+63
* Use std::vector for temporary char arraysPierre Ossman2023-02-041-9/+9
* Free char buffer directlyPierre Ossman2023-02-044-16/+24
* Make strSplit() simpler and saferPierre Ossman2023-02-043-8/+3
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-047-55/+40
* Use fixed size character bufferPierre Ossman2023-02-042-7/+6
* Return static char buffer from some methodsPierre Ossman2023-02-044-15/+14
* Remove unneeded CharArray:sPierre Ossman2023-02-042-10/+9
* Use StringParameters directlyPierre Ossman2023-02-041-9/+7
* Get rid of TCHAR magicPierre Ossman2023-02-0442-486/+254
* Return std::vector instead of dynamic allocationPierre Ossman2023-02-042-15/+9
* Move hex conversion helpers to utilPierre Ossman2023-02-042-5/+7
* Use std::vector for basic data arraysPierre Ossman2023-02-013-30/+31
* Use stdint typesPierre Ossman2023-02-0111-41/+42
* Work around -Wcast-function-typePierre Ossman2023-01-051-9/+9
* Fix incorrect typesPierre Ossman2023-01-051-1/+1
* Remove useless checksPierre Ossman2023-01-051-1/+1
* Explicitly mark unused parametersPierre Ossman2023-01-045-7/+8
* Avoid temporary cmake variablesPierre Ossman2022-06-071-4/+2
* Be consistent in including config.hPierre Ossman2021-12-3031-0/+123
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+32
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-5/+32
* | Don't clear complex objects using memset()Pierre Ossman2020-05-312-4/+2
|/
* Clean up initialization of DIBSectionBufferPierre Ossman2020-01-034-35/+8
* Use size_t for lengths in stream objectsPierre Ossman2019-11-152-6/+6
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-25/+16
* Use display polling by default in WinVNCPierre Ossman2019-09-061-1/+1
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-54/+19
* Improved clipboard APIPierre Ossman2019-07-014-36/+65
* Clean up internal clipboard handlingPierre Ossman2019-07-014-12/+12
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-14/+2
* Add missing throws for exceptionPierre Ossman2019-03-261-1/+1
* Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-1/+2
* Properly terminate server on timeoutsPierre Ossman2018-11-092-0/+10
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-092-1/+32
* Remove QueryConnectionHandlerPierre Ossman2018-10-102-1/+35
* Remove Java web serverPierre Ossman2018-10-092-21/+0
* Interpret Meta as AltPierre Ossman2018-09-211-0/+2
* Catch exceptions by referencePierre Ossman2018-05-292-5/+5
* Stop using CopyRect in WinVNCPierre Ossman2017-11-241-5/+5
* Merge branch 'pause' of https://github.com/CendioOssman/tigervncPierre Ossman2017-11-171-0/+31
|\
| * Handle Ctrl+Alt+Delete in raw keyboard modePierre Ossman2017-11-131-0/+8
| * Handle Windows scan code exceptionsPierre Ossman2017-11-131-0/+23
* | Fix compile error on windows when not building with GnuTLSBrian P. Hinz2017-11-161-0/+2
|/
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-1/+4
* rfb_win32: Use scan codes if availableRahul Kale2017-09-112-0/+36