summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* Remove stub mirror driver codePierre Ossman2016-01-126-73/+3
* Shorten service identifierPierre Ossman2016-01-121-1/+1
* Provide description for servicesPierre Ossman2016-01-123-4/+12
* Enable Windows specific debug code in debug buildsPierre Ossman2015-09-291-0/+4
* Use correct type for format stringPierre Ossman2015-09-291-1/+3
* Clean up listening sockets on errorPierre Ossman2015-09-291-1/+5
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-292-9/+9
* Show error dialog when ACL pattern isn't acceptedPierre Ossman2015-08-101-2/+7
* Change netmask to prefix in ACL documentationPierre Ossman2015-08-101-1/+1
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-1/+1
* Improve TigerVNC branding in WinVNCPierre Ossman2015-05-043-4/+4
* Remove debug log noise from Windows dialog classPierre Ossman2015-03-171-7/+0
* Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-173-19/+42
* winsock2.h must always be included before windows.hPierre Ossman2015-03-171-0/+1
* Local address change events are not socket specificPierre Ossman2015-03-174-6/+6
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-171-2/+2
* Fix unsafe format strings to the logging functionsPierre Ossman2015-03-033-4/+4
* Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-032-4/+3
* 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
* WIN64 should come from the compiler or SDK, not usPierre Ossman2015-03-031-1/+0
* Pointer truncation/expansion needs to be very explicitPierre Ossman2015-03-033-11/+12
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-032-7/+6
* Add extra parentheses to avoid and/or priority ambiguityPierre Ossman2015-03-031-1/+2
* Reorder class initialiser list to match what actually happensPierre Ossman2015-03-032-7/+8
* Fix mismatches between format string and argumentsPierre Ossman2015-03-0314-43/+43
* Fix bad signed/unsigned comparisonsPierre Ossman2015-03-033-6/+6
* Use new API for getVncAuthPasswd()Pierre Ossman2014-12-021-1/+2
* String literals are constantPierre Ossman2014-07-141-1/+1
* 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 a lot of platform compatibilty stuffPierre Ossman2014-07-073-8/+0
* 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-123-99/+73
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-078-38/+180
* Removes the additional padding reserved for the menubar and enables drag undo...Brian Hinz2014-01-122-1/+3
* Update more copyrights to 2013. Peter Åstrand2013-06-112-2/+2
* Windows has a bit of a peculiarity in that winsock2.h must be includedPierre Ossman2012-04-261-1/+2
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-267-19/+19
* Use the gcc way of creating shared segments in DLLs. The previous wayPierre Ossman2012-04-253-26/+18
* Build wm_hooks in its own directory. Makes the build structure more clear.Pierre Ossman2012-04-253-12/+14
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-272-3/+3
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-081-7/+1
* Remove Visual C++ supportDRC2011-11-082-13/+1