| Commit message (Expand) | Author | Age | Files | Lines |
* | Cancel AltGr timeout on mouse events as well | Samuel Mannehed | 2020-05-29 | 1 | -0/+1 |
* | Add emulated middle mouse button | Alex Tanskanen | 2020-01-16 | 1 | -1/+6 |
* | Improved clipboard API | Pierre Ossman | 2019-07-01 | 1 | -6/+9 |
* | Add UTF-8 to/from ISO 8859-1 conversion routines | Pierre Ossman | 2019-07-01 | 1 | -2/+2 |
* | Clean up internal clipboard handling | Pierre Ossman | 2019-07-01 | 1 | -2/+2 |
* | Properly sync LED state on connect | Pierre Ossman | 2018-06-07 | 1 | -0/+2 |
* | Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-04-20 | 1 | -2/+12 |
|\ |
|
| * | Avoid clipboard updates when not focused | Pierre Ossman | 2018-03-26 | 1 | -0/+6 |
| * | Add focus test helper for Viewport | Pierre Ossman | 2018-03-26 | 1 | -0/+1 |
| * | Handle LED state sync entirely in Viewport | Pierre Ossman | 2018-03-26 | 1 | -2/+2 |
| * | Move server cut text handler to Viewport | Pierre Ossman | 2018-03-26 | 1 | -0/+3 |
* | | Stop abusing InputHandler class for write class | Pierre Ossman | 2018-03-28 | 1 | -0/+2 |
|/ |
|
* | Better detection of AltGr on Windows | Pierre Ossman | 2018-03-08 | 1 | -0/+9 |
* | Add support for raw keyboard in vncviewer | Pierre Ossman | 2017-09-11 | 1 | -1/+1 |
* | Sync LED state when gaining focus | Pierre Ossman | 2017-08-24 | 1 | -0/+2 |
* | Add client support for LED state sync | Pierre Ossman | 2017-08-24 | 1 | -0/+5 |
* | Change cursor API to use RGBA data | Pierre Ossman | 2017-02-22 | 1 | -1/+1 |
* | Render on a temporary surface when needed | Pierre Ossman | 2017-02-10 | 1 | -0/+3 |
* | Abstract platform rendering to "surfaces" | Pierre Ossman | 2017-02-10 | 1 | -2/+0 |
* | Remove unused declarations from Viewport.h | Pierre Ossman | 2017-01-03 | 1 | -4/+0 |
* | Delegate decoder object management to a separate class | Pierre Ossman | 2015-11-27 | 1 | -3/+0 |
* | Raise FLTK requirement to 1.3.3 | Pierre Ossman | 2015-01-27 | 1 | -3/+0 |
* | Update FLTK patches based on feeback from upstream | Pierre Ossman | 2014-09-11 | 1 | -1/+1 |
* | Add xhandler hook | Pierre Ossman | 2014-08-22 | 1 | -0/+2 |
* | Remove simple keyboard model | Pierre Ossman | 2014-08-22 | 1 | -2/+6 |
* | Use PixelBuffer objects as the interface for encoders and decoders | Pierre Ossman | 2014-07-14 | 1 | -19/+5 |
* | Provide a better R/W base PixelBuffer class | Pierre Ossman | 2014-07-07 | 1 | -2/+3 |
* | Create a proper interface base class for the viewport's framebuffer | Pierre Ossman | 2014-07-07 | 1 | -0/+2 |
* | Remove full support for colour maps | Pierre Ossman | 2014-07-07 | 1 | -9/+0 |
* | Remove some premature optimisation | Pierre Ossman | 2014-07-07 | 1 | -54/+12 |
* | Be more consistent in referring to pixel byte streams as buffers | Pierre Ossman | 2014-07-07 | 1 | -2/+2 |
* | Remove unused method prototype | Pierre Ossman | 2014-07-07 | 1 | -1/+0 |
* | Clean up header dependencies in the vncviewer directory | Pierre Ossman | 2014-07-07 | 1 | -5/+3 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 1 | -6/+10 |
* | - Changes behaviour of context menu to be reinitialize | Henrik Andersson | 2011-09-14 | 1 | -0/+3 |
* | The new viewer stores the framebuffer in a native format, instead of | Pierre Ossman | 2011-07-15 | 1 | -3/+10 |
* | Implement optimised drawing operations for OS X. Didn't see any reduction in | Pierre Ossman | 2011-06-17 | 1 | -1/+6 |
* | Flushing screen updates after 100 ms turned out to be too aggressive and | Pierre Ossman | 2011-06-13 | 1 | -1/+1 |
* | Optimised drawing routines for Win32, based on the old Windows viewer. | Pierre Ossman | 2011-06-13 | 1 | -1/+1 |
* | Optimised drawing routines for X11, roughly based on how the old Unix viewer | Pierre Ossman | 2011-06-13 | 1 | -1/+1 |
* | Basic framework for more optimised, platform specific, drawing routines. | Pierre Ossman | 2011-06-13 | 1 | -1/+9 |
* | Add support for cursors to the new viewer. | Pierre Ossman | 2011-06-08 | 1 | -0/+7 |
* | Allow resize of the viewport widget. | Pierre Ossman | 2011-06-01 | 1 | -0/+4 |
* | Handling a full range of keys for the menu key is not as trivial in FLTK as | Pierre Ossman | 2011-05-24 | 1 | -0/+5 |
* | Better handling of the numpad by looking at FLTK's "original key code". | Pierre Ossman | 2011-05-20 | 1 | -2/+2 |
* | Implement support for sending the local clipboard to the server. | Pierre Ossman | 2011-05-19 | 1 | -0/+2 |
* | Initial support for context menu, based on Unix vncviewer code. | Pierre Ossman | 2011-04-29 | 1 | -0/+6 |
* | Split out the graphics and input handling to a separate widget in preparation | Pierre Ossman | 2011-04-15 | 1 | -0/+118 |