1. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  2. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  3. b03512c Move client attributes out of ServerParams by Pierre Ossman · 7 years ago
  4. 6ea58ba Merge client resize capabilities by Pierre Ossman · 7 years ago
  5. 5588f4f Remove unused flags from ServerParams by Pierre Ossman · 7 years ago
  6. ef6881b Move update request handling in to CConnection by Pierre Ossman · 7 years ago
  7. dd45b44 Let CMsgHandler::serverInit() handle initial set up by Pierre Ossman · 7 years ago
  8. 2affd77 Stop requiring CConnection::serverInit() to be overridden by Pierre Ossman · 7 years ago
  9. 6eecbca Stop using fences for pixel format switch by Pierre Ossman · 7 years ago
  10. b14a6bc Split out ServerParams from ConnParams by Pierre Ossman · 7 years ago
  11. 9312b0e Encapsulate screen layout storage in ConnParams by Pierre Ossman · 7 years ago
  12. 4af93a9 Adjust some strings so they are easier to translate by Pierre Ossman · 7 years ago
  13. 5d05546 Add support for Unix sockets by Pierre Ossman · 7 years ago
  14. 4c20423 Move server cut text handler to Viewport by Pierre Ossman · 7 years ago
  15. fecf0a4 Replace "frames" with "updates" in stats by Pierre Ossman · 7 years ago
  16. 2fa63f8 Add client support for LED state sync by Pierre Ossman · 9 years ago
  17. f4d1d89 Allow removal of GUI prompt on fatal errors by Dr. David Alan Gilbert · 8 years ago
  18. 921f6c8 Display performance statistics in viewer by Pierre Ossman · 9 years ago
  19. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  20. 0f626ad Do explict sync after XShmPutImage() by Pierre Ossman · 9 years ago
  21. 9a73adf More robust event and close handling by Pierre Ossman · 9 years ago
  22. f862c2e Add option to set primary selection for cut text by Pierre Ossman · 9 years ago
  23. c9dd3a4 Throttle overlapping screen updates by Pierre Ossman · 10 years ago
  24. 5102fa9 Consolidate how to run the FLTK loop in one place by Pierre Ossman · 10 years ago
  25. 3da238d Let CConnection intercept more callbacks by Pierre Ossman · 10 years ago
  26. 9f273e9 Delegate decoder object management to a separate class by Pierre Ossman · 10 years ago
  27. 0068a4f Clean out unused dependencies from CConnection.h by Pierre Ossman · 10 years ago
  28. 1db7324 Terminate the viewer even when waiting for data by Pierre Ossman · 10 years ago
  29. d9b9003 Display partial updates on slow transfers by Pierre Ossman · 10 years ago
  30. fb450fb Fix mismatches between format string and arguments by Pierre Ossman · 11 years ago
  31. 28c1d54 Switch to unsigned parameters for ExtendedDesktopSize handler by Pierre Ossman · 11 years ago
  32. 5c23b9e Fix bad signed/unsigned comparisons by Pierre Ossman · 11 years ago
  33. c76bd2b Improve some error messages by Pierre Ossman · 11 years ago
  34. 744e55c Add comments for translators where requested by Pierre Ossman · 11 years ago
  35. 8ca4c1d Make sure user visible strings are translated by Pierre Ossman · 11 years ago
  36. b204643 Split up the info string by Pierre Ossman · 11 years ago
  37. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  38. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  39. 668468b Encoders/decoders should track the connection object by Pierre Ossman · 12 years ago
  40. fdba3fe Push encoder and decoder handling down into the connection objects by Pierre Ossman · 12 years ago
  41. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  42. a22459d Remove magic JPEG variables from ConnParams by Pierre Ossman · 11 years ago
  43. 947b48d Remove some premature optimisation by Pierre Ossman · 12 years ago
  44. 0dff4b8 Add some missing whitespace by Pierre Ossman · 12 years ago
  45. 945cdda Be more consistent in referring to pixel byte streams as buffers by Pierre Ossman · 12 years ago
  46. 5803d3b Printing the clipboard data is very annoying as it could by Pierre Ossman · 12 years ago
  47. 5010488 Forgot to respect the AcceptClipboard option in the by Pierre Ossman · 12 years ago
  48. 3e7ed81 Fix build on 32-bit and 64-bit Windows by DRC · 13 years ago
  49. 2a7a8d6 Reimplement -listen in the new FLTK vncviewer. Work done by by Pierre Ossman · 13 years ago
  50. ff47340 Make it possible to dynamically resize the size of the session, when resizing by Pierre Ossman · 13 years ago
  51. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  52. f52740e Make sure we're paranoid about accidentally feeding a format string. by Pierre Ossman · 13 years ago
  53. aa73c89 Client side support for continuous updates. by Pierre Ossman · 14 years ago
  54. e28bdb2 Support and use fences in the client. This allows more aggressive use of by Pierre Ossman · 14 years ago
  55. 5e04c26 Use the correct matching free operation. Patch by Matthieu Lochegnies. by Pierre Ossman · 14 years ago
  56. 5d512c3 Redesign the format switching logic so that we don't have to adjust the way by Pierre Ossman · 14 years ago
  57. 33c15e3 If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines. by DRC · 14 years ago
  58. cf2443c The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY. by Pierre Ossman · 14 years ago
  59. c359f36 Make sure to include config.h in every compilation unit. Otherwise, by Peter Åstrand · 14 years ago
  60. fba3e86 This was not a good method to get an initial full update as we would get two by Pierre Ossman · 14 years ago
  61. ff22510 When we stopped doing full updates on format changes, we also lost the side by Pierre Ossman · 14 years ago
  62. 470839a We don't need to force a full refresh on format changes with the new viewer by Pierre Ossman · 14 years ago
  63. cf836f2 Managed to consistently get the colour levels reversed. Fix up everything so by Pierre Ossman · 14 years ago
  64. e2ef5c1 Destroy the main UI and connection objects before popping up the fatal error by Pierre Ossman · 14 years ago
  65. 39ceb50 Create a proper header file for the exported functions from vncviewer.cxx. by Pierre Ossman · 14 years ago
  66. b65bb93 Fix build issues with Visual C++ (implemented macro version of snprintf + re-ordered headers to ensure that winsock is included ahead of windows.h) by DRC · 14 years ago
  67. da38956 The default value of local cursor support is false, so we couldn't just by Pierre Ossman · 14 years ago
  68. 4c8e311 Bah, not enough coffee today. I had already implemented the pointer rate by Pierre Ossman · 14 years ago
  69. 835b4ef Add support for cursors to the new viewer. by Pierre Ossman · 14 years ago
  70. 6455d85 Handle framebuffer resize requests. by Pierre Ossman · 14 years ago
  71. 689c458 Make sure we can handle clipboard data of any size. by Pierre Ossman · 14 years ago
  72. 6a9e2e6 Do some proper cleanup and delete the desktop window on close. by Pierre Ossman · 14 years ago
  73. d81e8f4 Implement support for clipboard data coming from the server. by Pierre Ossman · 14 years ago
  74. f4f3094 Update connection parameters when the user has changed things in the options by Pierre Ossman · 14 years ago
  75. 2eb1d11 Add connection information dialog based on the one in the unix viewer. by Pierre Ossman · 14 years ago
  76. d4c61ce Implement menu entry for forced refresh of screen. by Pierre Ossman · 14 years ago
  77. 5156d5e Initial commit of new FLTK based vncviewer. Most of the code comes from the by Pierre Ossman · 15 years ago
  78. d1e4e90 Migrating to new directory structure adopted from the RealVNC's source tree. Windows part should be complete. For the Unix part, more changes will follow. by Constantin Kaplinsky · 19 years ago
  79. c971056 Adapt CConn::getUserPasswd, so that it can read from a file again. by Peter Åstrand · 19 years ago
  80. 318eb4a Toolbar handling restored. by Constantin Kaplinsky · 19 years ago
  81. ac30668 Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the code compiles but does not always work properly yet. by Constantin Kaplinsky · 19 years ago