aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-34/+8
* Render on a temporary surface when neededPierre Ossman2017-02-101-0/+13
* Abstract platform rendering to "surfaces"Pierre Ossman2017-02-101-34/+2
* Respect SendClipboard settingPierre Ossman2017-01-021-0/+3
* Only show sendPrimary on X11 platformsPierre Ossman2015-12-111-0/+2
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-49/+7
* Give context for strings used in menusPierre Ossman2015-09-231-22/+25
* Display partial updates on slow transfersPierre Ossman2015-09-231-1/+0
* Add a missing break statement.Joel Teichroeb2015-07-181-0/+1
* Add minimize button on f8 menu. Fixes #90Joel Teichroeb2015-07-131-1/+5
* Change fillRect() to take a buffer instead of a pixelPierre Ossman2015-06-051-2/+4
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-290/+2
|\
| * Raise FLTK requirement to 1.3.3Pierre Ossman2015-01-271-290/+2
* | Reorder class initialiser list to match what actually happensPierre Ossman2015-03-031-1/+1
* | Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* | Escape FLTK menu entriesPierre Ossman2015-02-251-18/+27
* | Revert "Switch to FLTK's copy() method for menus"Pierre Ossman2015-02-251-57/+28
* | Disable entries instead of shuffling memory aroundPierre Ossman2015-02-201-22/+11
* | Switch to FLTK's copy() method for menusPierre Ossman2015-02-201-24/+64
* | Add shortcuts to context menu for quick accessPierre Ossman2015-02-161-11/+11
* | Stop mapping Meta to SuperPierre Ossman2015-02-161-2/+0
|/
* Use exceptions rather than asserts for for "normal" errorsPierre Ossman2014-10-101-0/+3
* Handle PrintScreen and SysReq on WindowsPierre Ossman2014-09-301-0/+8
* Make some log messages more sane for translatorsPierre Ossman2014-09-221-4/+8
* Update FLTK patches based on feeback from upstreamPierre Ossman2014-09-111-15/+15
* Protect the optional IM disabling calls with #ifdef:sPierre Ossman2014-09-111-0/+4
* Use different keysyms for left and right alt on OS XPierre Ossman2014-08-221-0/+2
* Disable input methods when the viewport is focusedPierre Ossman2014-08-221-0/+2
* Ignore FLTK events when we have low level hooksPierre Ossman2014-08-221-0/+4
* Add OS X keyboard handlerPierre Ossman2014-08-221-1/+34
* Add Windows keyboard handlerPierre Ossman2014-08-221-1/+62
* Add X11 keyboard handlerPierre Ossman2014-08-221-0/+41
* Add xhandler hookPierre Ossman2014-08-221-0/+31
* Attempt to handle Ctrl+keyPierre Ossman2014-08-221-1/+17
* Remove simple keyboard modelPierre Ossman2014-08-221-150/+175
* Use NoSymbol as the error codePierre Ossman2014-07-211-3/+7
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-106/+8
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-0/+6
* Get rid of the direct access abuse of FullFramePixelBuffer's dataPierre Ossman2014-07-071-4/+10
* Create a proper interface base class for the viewport's framebufferPierre Ossman2014-07-071-7/+25
* Remove full support for colour mapsPierre Ossman2014-07-071-36/+4
* Remove some premature optimisationPierre Ossman2014-07-071-0/+57
* Clean up header dependencies in the vncviewer directoryPierre Ossman2014-07-071-0/+3
* Check that we have a cursor to restorePierre Ossman2014-07-071-1/+1
* Printing the clipboard data is very annoying as it couldPierre Ossman2013-09-051-1/+1
* The numpad decimal hack is needed on OS X as well.Pierre Ossman2013-05-291-5/+12
* Work around Windows poor handling of the numpad decimal key.Pierre Ossman2013-04-161-0/+20
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-1/+1
* This code is no longer needed now that we have dynamic resize.Pierre Ossman2012-07-041-4/+1
* Add menu entry to have the local window match the size of the remote desktop.Pierre Ossman2012-07-041-1/+14