1. d06906d Use display polling by default in WinVNC by Pierre Ossman · 6 years ago
  2. 5fbbe10 Use UTF-8 in clipboard API by Pierre Ossman · 6 years ago
  3. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  4. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  5. 546b2ad Make sure clipboard uses \n line endings by Pierre Ossman · 6 years ago
  6. 78bdd17 Add missing throws for exception by Pierre Ossman · 6 years ago
  7. a4308c9 Get rid of SocketServer::checkTimeouts() by Pierre Ossman · 7 years ago
  8. 10688ef Properly terminate server on timeouts by Pierre Ossman · 7 years ago
  9. 025326d Move ListConnInfo to WinVNC directory by Pierre Ossman · 7 years ago
  10. eef6c9a Remove QueryConnectionHandler by Pierre Ossman · 7 years ago
  11. 4a4453f Remove Java web server by Pierre Ossman · 7 years ago
  12. 35cc8d5 Interpret Meta as Alt by Pierre Ossman · 7 years ago
  13. 8ee522a Catch exceptions by reference by Pierre Ossman · 7 years ago
  14. cf647a3 Stop using CopyRect in WinVNC by Pierre Ossman · 8 years ago
  15. ac90e95 Merge branch 'pause' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  16. 1e14a3e Fix compile error on windows when not building with GnuTLS by Brian P. Hinz · 8 years ago
  17. 1ce3b37 Handle Ctrl+Alt+Delete in raw keyboard mode by Pierre Ossman · 8 years ago
  18. f73214c Handle Windows scan code exceptions by Pierre Ossman · 8 years ago
  19. b000ff1 Get rid of getFbSize()/getDesktopSize() in common by Pierre Ossman · 8 years ago
  20. 7423417 rfb_win32: Use scan codes if available by Rahul Kale · 8 years ago
  21. 5ae2821 Basic support for QEMU Extended Key Events by Pierre Ossman · 8 years ago
  22. c719e4a rfb_win32: Add support for LED state notifications by Rahul Kale · 8 years ago
  23. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  24. 0536d09 spelling fixes by klemens · 9 years ago
  25. 338e73a Replace Windows specific thread handling by Pierre Ossman · 9 years ago
  26. d408ca5 Move socket write event handling in to the RFB core by Pierre Ossman · 9 years ago
  27. fc08bee Remove legacy Windows code by Pierre Ossman · 10 years ago
  28. 4ab1e5d Remove stub mirror driver code by Pierre Ossman · 10 years ago
  29. 018c67e Provide description for services by Pierre Ossman · 10 years ago
  30. 023df7e Use correct type for format string by Pierre Ossman · 10 years ago
  31. a9af1f1 Fix some bad signed/unsigned mismatches by Pierre Ossman · 10 years ago
  32. acd195d Remove debug log noise from Windows dialog class by Pierre Ossman · 10 years ago
  33. 79f82f9 Local address change events are not socket specific by Pierre Ossman · 10 years ago
  34. 6e538b4 Fix bad initialiser lists by Pierre Ossman · 11 years ago
  35. 4c33d0b Compiler doesn't like us not checking return values here by Pierre Ossman · 11 years ago
  36. e67bb2d Compiler doesn't like referencing unset variables by Pierre Ossman · 11 years ago
  37. 40e3ceb LPARAM and WPARAM have different types on Win32 and Win64 by Pierre Ossman · 11 years ago
  38. 8a044ee Pointer truncation/expansion needs to be very explicit by Pierre Ossman · 11 years ago
  39. 7728be2 Add extra parentheses to avoid and/or priority ambiguity by Pierre Ossman · 11 years ago
  40. fb450fb Fix mismatches between format string and arguments by Pierre Ossman · 11 years ago
  41. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  42. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  43. 2e5a106 Get rid of getStride() by Pierre Ossman · 12 years ago
  44. ff9eb5a Get rid of the direct access abuse of FullFramePixelBuffer's data by Pierre Ossman · 12 years ago
  45. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  46. 890c101 Remove remnants of Windows only client by Pierre Ossman · 11 years ago
  47. 4d0bc6e Fix some offenders that poke around in the PixelFormat internals by Pierre Ossman · 12 years ago
  48. 9fe3479 Remove the scaled pixel buffer classes as they are not used. by Pierre Ossman · 12 years ago
  49. 65c9858 Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes bug #142. by Samuel Mannehed · 12 years ago
  50. 60c4193 Make WinVNC service mode work on Windows Vista and beyond. by Samuel Mannehed · 12 years ago
  51. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  52. bbf955e Reimplement the deferred update handling, this time in a more robust and by Pierre Ossman · 14 years ago
  53. a3ac01e Clean up the interface for VNCSConnectionST. Entry points are more apparent by Pierre Ossman · 14 years ago
  54. 3080ec4 Enable WinVNC build with MinGW and MinGW64 by DRC · 14 years ago
  55. 1980dd5 Remove unused autotools build system by DRC · 14 years ago
  56. db512da [Bugfix] Fix 3-button mouse emulation in win viewer. by Adam Tkac · 14 years ago
  57. 9c8076b [Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format. by Adam Tkac · 15 years ago
  58. 8dde266 Remove old Visual C++ project files (use CMake to build with Visual C++) by DRC · 15 years ago
  59. cf4e751 [Development] Add new rfb_win32::SecurityPage class by Adam Tkac · 15 years ago
  60. 180c016 CMake build system for Windows by DRC · 15 years ago
  61. 9d58619 Avoid conflict with Visual C++ abs() intrinsic by DRC · 15 years ago
  62. 8fb6ac0 winvnc: Declare argv as "char**" instead of "const *char[]" by Adam Tkac · 15 years ago
  63. ae1ac97 [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th by Adam Tkac · 15 years ago
  64. c75dc44 Fix 64-bit Windows issues by DRC · 15 years ago
  65. c2d8760 Some compilers (most notably, MinGW64) don't define min and max by DRC · 15 years ago
  66. a7088b6 Removed unused variables. by Peter Åstrand · 16 years ago
  67. 6820f6a Eliminated signed/unsigned warnings. by Peter Åstrand · 16 years ago
  68. af2b277 Eliminated timerId signed/unsigned warnings. by Peter Åstrand · 16 years ago
  69. 66a2a93 Eliminated GCC warning: DWORD is unsigned long, so use that in the by Peter Åstrand · 16 years ago
  70. 22ffac1 Eliminated GCC signed/unsigned warnings: by Peter Åstrand · 16 years ago
  71. 32492a6 Bugfix: We were using assignement instead of comparision in the if by Peter Åstrand · 16 years ago
  72. 6ac5b73 Eliminate GCC signed/unsigned warning. sizeof returns unsigned. by Peter Åstrand · 16 years ago
  73. f2180b2 Make it possible to compile things with current upstream mingw. You'll lose by Pierre Ossman · 16 years ago
  74. 934f63c Make winvnc4 and Windows vncconfig compilable via MinGW. by Adam Tkac · 16 years ago
  75. 8517ea5 [Bugfix] Fix MS Visual Studio 2008 compilation issues. by Adam Tkac · 16 years ago
  76. 08c5d47 Adapt Windows viewer to new build system. by Adam Tkac · 16 years ago
  77. 1747751 DIBSectionBuffer can modify the pixel format so we need to read it back to by Pierre Ossman · 16 years ago
  78. f99c571 Remove file transfer support. by Pierre Ossman · 16 years ago
  79. 5b39bbe Fix some overloading ambiguity. by Pierre Ossman · 17 years ago
  80. 7877cd6 No need to repeat the project home page in every source file. Not SPOT. by Peter Åstrand · 17 years ago
  81. 48df274 [Bugfix] Make windows viewer compilable via migw32 (4.3 series) by Adam Tkac · 17 years ago
  82. 6978fc0 Make sure we are sending the appropriate numeric decimal symbol. The by Peter Åstrand · 17 years ago
  83. a2f8d3c Define ~Notifier as virtual, to avoid GCC warning about "virtual by Peter Åstrand · 17 years ago
  84. 0a7700e Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  85. 1dc5f6e printf does not accept CStr()s by Peter Åstrand · 17 years ago
  86. db6d999 Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  87. 79ed17a vlog.debug doesn't accept CStr()s. by Peter Åstrand · 17 years ago
  88. f318be8 Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  89. 4e46da7 Bugfix: by Peter Åstrand · 17 years ago
  90. 5327f41 Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  91. 7c0e229 Avoid using result variable uninitialized by Peter Åstrand · 17 years ago
  92. ddcdbea Use msgType variable when writing debug; eliminating warning about unused variable by Peter Åstrand · 17 years ago
  93. 8da9130 Should return FALSE; not NULL by Peter Åstrand · 17 years ago
  94. d8cc364 Removed extra colon after #endif by Peter Åstrand · 17 years ago
  95. e6e6aba Eliminated unused lastError variable by Peter Åstrand · 17 years ago
  96. 310b30c Make sure all files ends with newline by Peter Åstrand · 17 years ago
  97. 431dab0 Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  98. ee3f46a Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  99. dc30f8e Avoid GCC warning: initializer lists ordered as declarations by Peter Åstrand · 17 years ago
  100. f7bcd2b Removed unused variable by Peter Åstrand · 17 years ago