summaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.h
Commit message (Expand)AuthorAgeFilesLines
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-6/+10
* - Changes behaviour of context menu to be reinitializeHenrik Andersson2011-09-141-0/+3
* The new viewer stores the framebuffer in a native format, instead ofPierre Ossman2011-07-151-3/+10
* Implement optimised drawing operations for OS X. Didn't see any reduction inPierre Ossman2011-06-171-1/+6
* Flushing screen updates after 100 ms turned out to be too aggressive andPierre Ossman2011-06-131-1/+1
* Optimised drawing routines for Win32, based on the old Windows viewer.Pierre Ossman2011-06-131-1/+1
* Optimised drawing routines for X11, roughly based on how the old Unix viewerPierre Ossman2011-06-131-1/+1
* Basic framework for more optimised, platform specific, drawing routines.Pierre Ossman2011-06-131-1/+9
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-0/+7
* Allow resize of the viewport widget.Pierre Ossman2011-06-011-0/+4
* Handling a full range of keys for the menu key is not as trivial in FLTK asPierre Ossman2011-05-241-0/+5
* Better handling of the numpad by looking at FLTK's "original key code".Pierre Ossman2011-05-201-2/+2
* Implement support for sending the local clipboard to the server.Pierre Ossman2011-05-191-0/+2
* Initial support for context menu, based on Unix vncviewer code.Pierre Ossman2011-04-291-0/+6
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-151-0/+118