aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-072-7/+1
* Fix installer build when using MinGWDRC2011-11-071-0/+5
* The Tight decoding optimizations broke the build of the legacy viewers, so th...DRC2011-11-0335-6162/+0
* Fix Java viewer integration when building WinVNC with MinGWDRC2011-10-123-6/+10
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-122-0/+2
* Newer versions of GCC (specifically, the one in MinGW64) don't like casting d...DRC2011-10-121-2/+2
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-072-2/+2
* Only include Java viewer resources if BUILD_JAVA is definedDRC2011-10-051-0/+4
* Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1DRC2011-10-054-12/+34
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-284-13/+13
* Don't need Windows formatted copy of LICENCE.TXT anymoreDRC2011-06-281-340/+0
* Consolidate all README files into one and distribute it with the binary packa...DRC2011-06-281-119/+0
* Win32-->Windows (since there are Win64 builds as well); also remove copyright...DRC2011-06-241-9/+2