aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Basic support for QEMU Extended Key EventsPierre Ossman2017-08-284-5/+5
* rfb_win32: Add support for LED state notificationsRahul Kale2017-08-282-1/+31
* Change cursor API to use RGBA dataPierre Ossman2017-02-222-86/+153
* spelling fixesklemens2017-01-282-2/+2
* Replace Windows specific thread handlingPierre Ossman2016-07-079-346/+45
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-1/+1
* Remove legacy Windows codePierre Ossman2016-01-1223-1040/+264
* Remove stub mirror driver codePierre Ossman2016-01-123-62/+2
* Provide description for servicesPierre Ossman2016-01-122-4/+11
* Use correct type for format stringPierre Ossman2015-09-291-1/+3
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-1/+1
* Remove debug log noise from Windows dialog classPierre Ossman2015-03-171-7/+0
* Local address change events are not socket specificPierre Ossman2015-03-172-2/+2
* Fix bad initialiser listsPierre Ossman2015-03-031-2/+2