aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.h
Commit message (Expand)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-4/+4
* Merge "Pixel" type in to PixelFormat headerPierre Ossman2023-02-181-1/+0
* Use stdint typesPierre Ossman2023-02-011-1/+1
* Use __attribute__:s directlyPierre Ossman2023-01-051-7/+2
* Only grab keyboard when we have focusSamuel Mannehed2021-09-241-0/+2
* Create helper function for grabKeyboard conditionsSamuel Mannehed2021-09-241-0/+1
* Clean up global event handler structurePierre Ossman2021-09-061-1/+2
* Merge branch 'fullscreens-added-removed' of https://github.com/x11clone/x11clonePierre Ossman2021-09-021-0/+1
|\
| * Recreate fullscreen window if screens are removed or addedPeter Åstrand (astrand)2018-05-071-0/+1
* | Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-0/+3
* | Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervncPierre Ossman2019-07-011-3/+5
|\ \
| * | Improved clipboard APIPierre Ossman2019-07-011-3/+5
| * | Clean up internal clipboard handlingPierre Ossman2019-07-011-1/+1
| |/
* | Properly mark overloaded methods with virtualPierre Ossman2019-06-181-3/+3
* | Request keyboard grab ability under XwaylandPierre Ossman2019-06-181-0/+1
|/
* Move server cut text handler to ViewportPierre Ossman2018-03-261-0/+3
* Replace "frames" with "updates" in statsPierre Ossman2018-03-261-2/+2
* Release pointer grab when cursor leaves windowPierre Ossman2017-09-181-0/+5
* Add client support for LED state syncPierre Ossman2017-08-241-0/+3
* Display performance statistics in viewerPierre Ossman2017-02-241-0/+18
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-1/+1
* Fade overlay in and outPierre Ossman2017-02-101-1/+3
* Add overlay tip to help find the context menuPierre Ossman2017-02-101-0/+12
* Render on a temporary surface when neededPierre Ossman2017-02-101-0/+2
* Handle scrolling manuallyPierre Ossman2017-02-101-3/+6
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-3/+0
* Use PixelBuffer objects as the interface for encoders and decodersPierre Ossman2014-07-141-9/+7
* Provide a better R/W base PixelBuffer classPierre Ossman2014-07-071-1/+1
* Remove full support for colour mapsPierre Ossman2014-07-071-2/+0
* Remove some premature optimisationPierre Ossman2014-07-071-19/+9
* Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-071-2/+2
* Restore edge/bump scrolling when we are in full screen mode as it is easierPierre Ossman2012-09-031-0/+4
* X11 window managers are very buggy when it comes to having a window startPierre Ossman2012-08-231-1/+6
* Added new option "-Maximize", for maximizing the window at startup.Peter Åstrand2012-08-011-0/+2
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-131-0/+2
* Make it possible to dynamically resize the size of the session, when resizingPierre Ossman2012-07-041-0/+6
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-0/+7
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-3/+3
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-141-0/+2
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-4/+3
* Handle framebuffer resize requests.Pierre Ossman2011-06-011-0/+4
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-261-0/+9
* Add a scroll widget so that we can allow resizing of the main window.Pierre Ossman2011-04-151-0/+3
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-151-56/+6
* Use a STL map to track keys so we don't have to care what range FLTK key codesPierre Ossman2011-04-141-1/+4
* Reorganise the translation to keysyms to make the code simpler. At the samePierre Ossman2011-03-101-0/+1
* Initial stab at keyboard support. Lots of corner case to work out though...Pierre Ossman2011-03-091-0/+4
* Handle pointer events.Pierre Ossman2011-03-091-0/+7
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+110
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-254/+0