289 次程式碼提交 (056c153209fea793ce00986cf102a5b587e28369)

作者 SHA1 備註 提交日期
  Pierre Ossman acd195d949 Remove debug log noise from Windows dialog class 9 年之前
  Pierre Ossman 5b90c5fbf7 Convert WinVNC to the new TcpListener API 9 年之前
  Pierre Ossman a56bc86e1b winsock2.h must always be included before windows.h 9 年之前
  Pierre Ossman 79f82f95c1 Local address change events are not socket specific 9 年之前
  Pierre Ossman 57cab51d83 Resurrect TcpListener::getMyAddresses() 9 年之前
  Pierre Ossman cd5c82a655 Fix unsafe format strings to the logging functions 9 年之前
  Pierre Ossman b0a8047bba Don't shove a pointer into a 32-bit variable 9 年之前
  Pierre Ossman 6e538b4020 Fix bad initialiser lists 9 年之前
  Pierre Ossman 4c33d0bd98 Compiler doesn't like us not checking return values here 9 年之前
  Pierre Ossman e67bb2dfbb Compiler doesn't like referencing unset variables 9 年之前
  Pierre Ossman 40e3ceb007 LPARAM and WPARAM have different types on Win32 and Win64 9 年之前
  Pierre Ossman e8b987b503 WIN64 should come from the compiler or SDK, not us 9 年之前
  Pierre Ossman 8a044ee41e Pointer truncation/expansion needs to be very explicit 9 年之前
  Pierre Ossman ba6fbfe368 Give CharArray a printf style method to ease automatic allocation 9 年之前
  Pierre Ossman 7728be27d0 Add extra parentheses to avoid and/or priority ambiguity 9 年之前
  Pierre Ossman b1cd6ca8f0 Reorder class initialiser list to match what actually happens 9 年之前
  Pierre Ossman fb450fba5d Fix mismatches between format string and arguments 9 年之前
  Pierre Ossman 5c23b9ed7d Fix bad signed/unsigned comparisons 9 年之前
  Pierre Ossman e84db6535e Use new API for getVncAuthPasswd() 9 年之前
  Pierre Ossman f8d525b129 String literals are constant 10 年之前
  Pierre Ossman a32040d7c9 Provide a better R/W base PixelBuffer class 10 年之前
  Pierre Ossman 2e5a106083 Get rid of getStride() 10 年之前
  Pierre Ossman ff9eb5a949 Get rid of the direct access abuse of FullFramePixelBuffer's data 10 年之前
  Pierre Ossman b6b4dc6487 Remove full support for colour maps 10 年之前
  Pierre Ossman 5ad4d06006 Remove a lot of platform compatibilty stuff 10 年之前
  Pierre Ossman 890c10118c Remove remnants of Windows only client 10 年之前
  Pierre Ossman 4d0bc6e7ca Fix some offenders that poke around in the PixelFormat internals 10 年之前
  Pierre Ossman 9fe3479104 Remove the scaled pixel buffer classes as they are not used. 10 年之前
  Samuel Mannehed 65c9858dbc Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes bug #142. 10 年之前
  Samuel Mannehed 60c419320d Make WinVNC service mode work on Windows Vista and beyond. 10 年之前
  Brian Hinz dc6af3740c Removes the additional padding reserved for the menubar and enables drag undocking for the java applet when served from Windows. 10 年之前
  Peter Åstrand f8212b949c Update more copyrights to 2013. 11 年之前
  Pierre Ossman 7f4fc69784 Windows has a bit of a peculiarity in that winsock2.h must be included 12 年之前
  Pierre Ossman ad8609a2ed Fix unsafe usage of the logging functions. 12 年之前
  Pierre Ossman 57bbce4306 Use the gcc way of creating shared segments in DLLs. The previous way 12 年之前
  Pierre Ossman 4c378e0f93 Build wm_hooks in its own directory. Makes the build structure more clear. 12 年之前
  Pierre Ossman 95e28f74a2 Consolidate the installation paths and make sure we have decent defaults. 12 年之前
  Pierre Ossman bbf955ebd7 Reimplement the deferred update handling, this time in a more robust and 12 年之前
  DRC ccc0969dd9 Remove Visual C++ support 12 年之前
  Pierre Ossman a3ac01ef9c Clean up the interface for VNCSConnectionST. Entry points are more apparent 12 年之前
  DRC 714110ba26 Fix installer build when using MinGW 12 年之前
  DRC 3591fa5b96 The Tight decoding optimizations broke the build of the legacy viewers, so this seems like a good time to get rid of them like we discussed. 12 年之前
  DRC 11278c50dc Fix Java viewer integration when building WinVNC with MinGW 12 年之前
  DRC 3080ec4065 Enable WinVNC build with MinGW and MinGW64 12 年之前
  DRC e8b16be856 Newer versions of GCC (specifically, the one in MinGW64) don't like casting directly from a 64-bit pointer to a 32-bit integer, so we need to first cast to a 64-bit integer (remember that Windows is LLP64) 12 年之前
  DRC c19ab9ec7f Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) 12 年之前
  DRC 857f1337eb Only include Java viewer resources if BUILD_JAVA is defined 12 年之前
  DRC f50ec7c550 Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1 12 年之前
  DRC 07baad757a Use generic copyright message which refers the user to the complete copyright history in README.txt 13 年之前
  DRC 71ac57699a Don't need Windows formatted copy of LICENCE.TXT anymore 13 年之前