aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* Change streams to be asynchronousPierre Ossman2020-05-211-5/+32
* 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
* Compiler doesn't like us not checking return values herePierre Ossman2015-03-031-3/+3
* Compiler doesn't like referencing unset variablesPierre Ossman2015-03-031-0/+4
* LPARAM and WPARAM have different types on Win32 and Win64Pierre Ossman2015-03-032-2/+4
* Pointer truncation/expansion needs to be very explicitPierre Ossman2015-03-032-9/+10
* Add extra parentheses to avoid and/or priority ambiguityPierre Ossman2015-03-031-1/+2
* Fix mismatches between format string and argumentsPierre Ossman2015-03-0313-42/+42
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-032-3/+3
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-0/+1
* Get rid of getStride()Pierre Ossman2014-07-071-3/+0
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-6/+19
* Remove full support for colour mapsPierre Ossman2014-07-077-154/+22
* Remove remnants of Windows only clientPierre Ossman2014-07-0712-1346/+0