1. 615d16b Improved clipboard API by Pierre Ossman · 6 years ago
  2. 56fa782 Add UTF-8 to/from ISO 8859-1 conversion routines by Pierre Ossman · 10 years ago
  3. 66f1db5 Clean up internal clipboard handling by Pierre Ossman · 6 years ago
  4. 609a9c8 Properly sync LED state on connect by Pierre Ossman · 7 years ago
  5. fa646bc Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  6. 59da99f Stop abusing InputHandler class for write class by Pierre Ossman · 10 years ago
  7. be6909b Avoid clipboard updates when not focused by Pierre Ossman · 7 years ago
  8. 9a74732 Add focus test helper for Viewport by Pierre Ossman · 7 years ago
  9. 7823629 Handle LED state sync entirely in Viewport by Pierre Ossman · 7 years ago
  10. 4c20423 Move server cut text handler to Viewport by Pierre Ossman · 7 years ago
  11. 5124978 Better detection of AltGr on Windows by Pierre Ossman · 8 years ago
  12. 0c15866 Add support for raw keyboard in vncviewer by Pierre Ossman · 8 years ago
  13. 1668cfa Sync LED state when gaining focus by Pierre Ossman · 9 years ago
  14. 2fa63f8 Add client support for LED state sync by Pierre Ossman · 9 years ago
  15. 6a1a0d0 Change cursor API to use RGBA data by Pierre Ossman · 9 years ago
  16. 3d74d88 Render on a temporary surface when needed by Pierre Ossman · 9 years ago
  17. 403ac27 Abstract platform rendering to "surfaces" by Pierre Ossman · 9 years ago
  18. 2e33286 Remove unused declarations from Viewport.h by Pierre Ossman · 9 years ago
  19. 9f273e9 Delegate decoder object management to a separate class by Pierre Ossman · 10 years ago
  20. 56610fb Raise FLTK requirement to 1.3.3 by Pierre Ossman · 11 years ago
  21. 64ff1ca Update FLTK patches based on feeback from upstream by Pierre Ossman · 11 years ago
  22. 4f3ac69 Add xhandler hook by Pierre Ossman · 11 years ago
  23. 25188c4 Remove simple keyboard model by Pierre Ossman · 11 years ago
  24. 0c9bd4b Use PixelBuffer objects as the interface for encoders and decoders by Pierre Ossman · 11 years ago
  25. a32040d Provide a better R/W base PixelBuffer class by Pierre Ossman · 12 years ago
  26. ac13abe Create a proper interface base class for the viewport's framebuffer by Pierre Ossman · 12 years ago
  27. b6b4dc6 Remove full support for colour maps by Pierre Ossman · 12 years ago
  28. 947b48d Remove some premature optimisation by Pierre Ossman · 12 years ago
  29. 945cdda Be more consistent in referring to pixel byte streams as buffers by Pierre Ossman · 12 years ago
  30. b8349b7 Remove unused method prototype by Pierre Ossman · 12 years ago
  31. 769963f Clean up header dependencies in the vncviewer directory by Pierre Ossman · 12 years ago
  32. 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
  33. abd70ce - Changes behaviour of context menu to be reinitialize by Henrik Andersson · 14 years ago
  34. f350545 The new viewer stores the framebuffer in a native format, instead of by Pierre Ossman · 14 years ago
  35. c18753c Implement optimised drawing operations for OS X. Didn't see any reduction in by Pierre Ossman · 14 years ago
  36. db7091c Flushing screen updates after 100 ms turned out to be too aggressive and by Pierre Ossman · 14 years ago
  37. b4cb876 Optimised drawing routines for Win32, based on the old Windows viewer. by Pierre Ossman · 14 years ago
  38. 1350069 Optimised drawing routines for X11, roughly based on how the old Unix viewer by Pierre Ossman · 14 years ago
  39. 132b3d0 Basic framework for more optimised, platform specific, drawing routines. by Pierre Ossman · 14 years ago
  40. 835b4ef Add support for cursors to the new viewer. by Pierre Ossman · 14 years ago
  41. e00f0aa Allow resize of the viewport widget. by Pierre Ossman · 14 years ago
  42. 4e7271e Handling a full range of keys for the menu key is not as trivial in FLTK as by Pierre Ossman · 14 years ago
  43. cd6ddef Better handling of the numpad by looking at FLTK's "original key code". by Pierre Ossman · 14 years ago
  44. 4a6be4a Implement support for sending the local clipboard to the server. by Pierre Ossman · 14 years ago
  45. c7bfaac Initial support for context menu, based on Unix vncviewer code. by Pierre Ossman · 14 years ago
  46. d50b3d1 Split out the graphics and input handling to a separate widget in preparation by Pierre Ossman · 14 years ago