aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-072-43/+58
* Remove the scaled pixel buffer classes as they are not used.Pierre Ossman2014-07-073-281/+0
* Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes...Samuel Mannehed2014-02-122-82/+59
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-072-1/+19
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-267-19/+19
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-7/+1
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-072-7/+1
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-121-0/+1
* Remove unused autotools build systemDRC2011-06-241-111/+0
* [Bugfix] Fix 3-button mouse emulation in win viewer.Adam Tkac2011-05-111-2/+2
* [Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format.Adam Tkac2011-02-211-1/+6
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-489/+0
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-015-0/+341
* CMake build system for WindowsDRC2010-10-272-0/+50
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-252-2/+2
* [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4thAdam Tkac2010-06-241-1/+2