51 Commits (master)

Author SHA1 Message Date
  Pierre Ossman 8d2739fa71 Completely ignore server clipboard when unfocused 7 months ago
  Pierre Ossman 6881c895ab Use stdint types 1 year ago
  Pierre Ossman 4f6d4895c3 Handle macOS keyboard stealing 2 years ago
  Samuel Mannehed d71135b02b Cancel AltGr timeout on mouse events as well 4 years ago
  Alex Tanskanen bab9d1fa18 Add emulated middle mouse button 4 years ago
  Pierre Ossman 615d16bd5b Improved clipboard API 5 years ago
  Pierre Ossman 56fa782156 Add UTF-8 to/from ISO 8859-1 conversion routines 8 years ago
  Pierre Ossman 66f1db543b Clean up internal clipboard handling 5 years ago
  Pierre Ossman 609a9c89e9 Properly sync LED state on connect 5 years ago
  Pierre Ossman 59da99f650 Stop abusing InputHandler class for write class 8 years ago
  Pierre Ossman be6909b3c0 Avoid clipboard updates when not focused 6 years ago
  Pierre Ossman 9a74732b5c Add focus test helper for Viewport 6 years ago
  Pierre Ossman 7823629930 Handle LED state sync entirely in Viewport 6 years ago
  Pierre Ossman 4c20423fb2 Move server cut text handler to Viewport 6 years ago
  Pierre Ossman 5124978b10 Better detection of AltGr on Windows 6 years ago
  Pierre Ossman 0c15866f0c Add support for raw keyboard in vncviewer 6 years ago
  Pierre Ossman 1668cfaef2 Sync LED state when gaining focus 7 years ago
  Pierre Ossman 2fa63f8576 Add client support for LED state sync 7 years ago
  Pierre Ossman 6a1a0d0c57 Change cursor API to use RGBA data 7 years ago
  Pierre Ossman 3d74d88806 Render on a temporary surface when needed 7 years ago
  Pierre Ossman 403ac27d23 Abstract platform rendering to "surfaces" 7 years ago
  Pierre Ossman 2e33286868 Remove unused declarations from Viewport.h 7 years ago
  Pierre Ossman 9f273e9cd8 Delegate decoder object management to a separate class 8 years ago
  Pierre Ossman 56610fb847 Raise FLTK requirement to 1.3.3 9 years ago
  Pierre Ossman 64ff1ca14f Update FLTK patches based on feeback from upstream 9 years ago
  Pierre Ossman 4f3ac69a11 Add xhandler hook 9 years ago
  Pierre Ossman 25188c448c Remove simple keyboard model 9 years ago
  Pierre Ossman 0c9bd4b0ba Use PixelBuffer objects as the interface for encoders and decoders 9 years ago
  Pierre Ossman a32040d7c9 Provide a better R/W base PixelBuffer class 10 years ago
  Pierre Ossman ac13abe4ce Create a proper interface base class for the viewport's framebuffer 10 years ago
  Pierre Ossman b6b4dc6487 Remove full support for colour maps 10 years ago
  Pierre Ossman 947b48de71 Remove some premature optimisation 10 years ago
  Pierre Ossman 945cddacef Be more consistent in referring to pixel byte streams as buffers 10 years ago
  Pierre Ossman b8349b73af Remove unused method prototype 10 years ago
  Pierre Ossman 769963fa71 Clean up header dependencies in the vncviewer directory 10 years ago
  DRC 33c15e3a3a 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. 12 years ago
  Henrik Andersson abd70cedde - Changes behaviour of context menu to be reinitialize 12 years ago
  Pierre Ossman f350545337 The new viewer stores the framebuffer in a native format, instead of 12 years ago
  Pierre Ossman c18753c3ee Implement optimised drawing operations for OS X. Didn't see any reduction in 13 years ago
  Pierre Ossman db7091c0f4 Flushing screen updates after 100 ms turned out to be too aggressive and 13 years ago
  Pierre Ossman b4cb8766d3 Optimised drawing routines for Win32, based on the old Windows viewer. 13 years ago
  Pierre Ossman 1350069127 Optimised drawing routines for X11, roughly based on how the old Unix viewer 13 years ago
  Pierre Ossman 132b3d0f75 Basic framework for more optimised, platform specific, drawing routines. 13 years ago
  Pierre Ossman 835b4ef7cd Add support for cursors to the new viewer. 13 years ago
  Pierre Ossman e00f0aa62b Allow resize of the viewport widget. 13 years ago
  Pierre Ossman 4e7271e060 Handling a full range of keys for the menu key is not as trivial in FLTK as 13 years ago
  Pierre Ossman cd6ddefabe Better handling of the numpad by looking at FLTK's "original key code". 13 years ago
  Pierre Ossman 4a6be4a2a0 Implement support for sending the local clipboard to the server. 13 years ago
  Pierre Ossman c7bfaac733 Initial support for context menu, based on Unix vncviewer code. 13 years ago
  Pierre Ossman d50b3d137b Split out the graphics and input handling to a separate widget in preparation 13 years ago