aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.cxx
Commit message (Expand)AuthorAgeFilesLines
* Adding missing initialization of new member variablesHenrik Andersson2011-09-141-1/+1
* - Changes behaviour of context menu to be reinitializeHenrik Andersson2011-09-141-8/+11
* Support other keys than F8 as menu keyMartin Koegler2011-09-041-10/+2
* Make sure to include config.h in every compilation unit. Otherwise,Peter Åstrand2011-08-231-0/+4
* Make fullscreen mode work better with some X11 WMs such as Fedora 14Peter Åstrand2011-07-181-1/+4
* Add some extra debug output when the frame buffer changes size.Pierre Ossman2011-07-151-0/+3
* Add hack to make the client start properly even in the face of endian issues.Pierre Ossman2011-07-151-0/+20
* Make sure we use the correct pixel format for cursors when in non-native mode.Pierre Ossman2011-07-151-3/+8
* The new viewer stores the framebuffer in a native format, instead ofPierre Ossman2011-07-151-14/+14
* Workaround for Alt behaviour on OS X.Pierre Ossman2011-07-141-0/+17
* Port over the AltGr hack that the old Windows viewer has. Seems we need thisPierre Ossman2011-07-131-0/+57
* Mostly we will catch socket errors when processing incoming data, butPierre Ossman2011-07-121-5/+32
* More consolidation into handleKeyEvent().Pierre Ossman2011-07-121-5/+3
* Simplify things by using the handleKeyEvent() method for the fake pressesPierre Ossman2011-07-121-16/+11
* Create a proper header file for the exported functions from vncviewer.cxx.Pierre Ossman2011-07-121-3/+1
* Fix build issues with Visual C++ (implemented macro version of snprintf + re-...DRC2011-06-241-3/+7
* Call setMenuKey before initContextMenu to avoid uninitialisedPeter Åstrand2011-06-231-2/+1
* Implement a more robust method to handle the keyboard grab/focus voodoo asPierre Ossman2011-06-141-7/+0
* Basic framework for more optimised, platform specific, drawing routines.Pierre Ossman2011-06-131-18/+6
* We can get 0x0 cursor sometimes when the server wants to hide it.Pierre Ossman2011-06-091-24/+31
* Copied the dot cursor logic over from the Unix viewer incorrectly.Pierre Ossman2011-06-091-3/+2
* We have no cursor initially, and never if the server doesn't support localPierre Ossman2011-06-091-1/+2
* Implement dot cursor in new viewer.Pierre Ossman2011-06-091-28/+56
* Add support for cursors to the new viewer.Pierre Ossman2011-06-081-1/+60
* Make sure the popup menu is reset to the same state each go.Pierre Ossman2011-06-031-0/+4
* Allow resize of the viewport widget.Pierre Ossman2011-06-011-0/+42
* Fix some misbehaviour with the scroll widget caused by the popup menu.Pierre Ossman2011-06-011-2/+6
* Make sure we can handle clipboard data of any size.Pierre Ossman2011-05-261-6/+11
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-261-0/+7
* Fix some graphics bugs that occurred on Win32 when using the popup menu.Pierre Ossman2011-05-261-0/+4
* Implement full screen support in new vncviewer.Pierre Ossman2011-05-261-1/+13
* Handling a full range of keys for the menu key is not as trivial in FLTK asPierre Ossman2011-05-241-9/+49
* Handle horizontal wheel events and not just vertical.Pierre Ossman2011-05-241-3/+8
* We need to be careful about feeding FLTK @:s when they will be used in aPierre Ossman2011-05-231-2/+6
* This bug has been fixed upstream, so remove the comment.Pierre Ossman2011-05-231-1/+1
* Undo accidental commit of premature fullscreen code.Pierre Ossman2011-05-201-2/+0
* Add support for multimedia keys.Pierre Ossman2011-05-201-0/+38
* Remove no longer used code.Pierre Ossman2011-05-201-4/+0
* Better handling of the numpad by looking at FLTK's "original key code".Pierre Ossman2011-05-201-10/+50
* Add keyboard debugging output.Pierre Ossman2011-05-191-1/+7
* Implement support for sending the local clipboard to the server.Pierre Ossman2011-05-191-0/+34
* Add connection information dialog based on the one in the unix viewer.Pierre Ossman2011-05-161-1/+7
* Initial options dialog (read-only) loosly based on the Unix vncviewer.Pierre Ossman2011-05-161-1/+6
* The initial fix for FLTK to handle dead keys broke CJK input, so a new methodPierre Ossman2011-05-131-81/+7
* Implement about dialog.Pierre Ossman2011-04-291-1/+7
* Implement menu entry for forced refresh of screen.Pierre Ossman2011-04-291-1/+7
* Handle X11 compose key.Pierre Ossman2011-04-291-0/+3
* Initial support for context menu, based on Unix vncviewer code.Pierre Ossman2011-04-291-0/+78
* Need to adjust mouse coordinates now that we can move the widget around.Pierre Ossman2011-04-151-2/+2
* Make sure the viewport widget can be moved around (i.e. don't assume we'rePierre Ossman2011-04-151-4/+4