summaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* 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-203-33/+0
* Better handling of the numpad by looking at FLTK's "original key code".Pierre Ossman2011-05-202-12/+52
* Add keyboard debugging output.Pierre Ossman2011-05-191-1/+7
* Implement support for sending the local clipboard to the server.Pierre Ossman2011-05-192-0/+36
* Do some proper cleanup and delete the desktop window on close.Pierre Ossman2011-05-191-0/+3
* Implement support for clipboard data coming from the server.Pierre Ossman2011-05-191-1/+12
* Implement dialog for when both username and password is needed.Pierre Ossman2011-05-171-4/+62
* Make sure we can display all the possible dialog types the RFB core needs.Pierre Ossman2011-05-171-1/+20
* Update connection parameters when the user has changed things in the optionsPierre Ossman2011-05-172-3/+60
* Add a callback mechanism to the options dialog so that other parts of vncviewerPierre Ossman2011-05-172-0/+28
* Implement support for storing settings from the options dialog.Pierre Ossman2011-05-161-0/+81
* Add connection information dialog based on the one in the unix viewer.Pierre Ossman2011-05-163-1/+42
* Initial options dialog (read-only) loosly based on the Unix vncviewer.Pierre Ossman2011-05-167-3/+901
* Implement connection dialog based on unix vncviewer.Pierre Ossman2011-05-134-1/+151
* 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-292-2/+24
* Implement menu entry for forced refresh of screen.Pierre Ossman2011-04-293-4/+30
* Handle X11 compose key.Pierre Ossman2011-04-291-0/+3
* Initial support for context menu, based on Unix vncviewer code.Pierre Ossman2011-04-292-0/+84
* Finish up the gettext handling in CMake. The included functions in CMake onlyPierre Ossman2011-04-281-1/+2
* Added install target for new vncviewer. Peter Åstrand2011-04-191-0/+2
* Workaround for when initial window size isn't what we requested.Pierre Ossman2011-04-151-0/+6
* Limit window size to framebuffer size, which is the behaviour we have in thePierre Ossman2011-04-151-1/+1
* Add a scroll widget so that we can allow resizing of the main window.Pierre Ossman2011-04-152-0/+48
* 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
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-155-476/+624
* Release all pressed keys when we lose focus. This is how we've always done itPierre Ossman2011-04-141-0/+9
* Use a STL map to track keys so we don't have to care what range FLTK key codesPierre Ossman2011-04-142-7/+16
* Make sure AltGr gets sent over on X11.Pierre Ossman2011-04-141-0/+4
* Since Ctrl and Cmd tends to mess with the symbol generation, we need to do somePierre Ossman2011-04-143-2/+110
* Handle dead keys more properly (through some fixing in FLTK).Pierre Ossman2011-04-112-2/+24
* Off-by-one error. FL_F points to "F0", not F1.Pierre Ossman2011-03-101-2/+2
* Fix up numpad keys.Pierre Ossman2011-03-101-0/+20
* Reorganise the translation to keysyms to make the code simpler. At the samePierre Ossman2011-03-102-115/+94
* Remove extra (incorrect) entry for the euro symbol.Pierre Ossman2011-03-101-1/+0
* Initial stab at keyboard support. Lots of corner case to work out though...Pierre Ossman2011-03-095-0/+1052
* Unregister timeouts on object destruction so we don't get any crashes.Pierre Ossman2011-03-091-0/+6
* Forgot to fully implement the handler for the delayed pointer events.Pierre Ossman2011-03-091-0/+1
* Handle pointer events.Pierre Ossman2011-03-092-1/+72
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-0912-0/+1674
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2547-9113/+0
* Added the scale controls to the vncviewer options dialoggeorge822006-05-241-6/+6
* Added the scale controls to the vncviewer options dialog.george822006-05-243-2/+18
* Small code improvements. Convert the coordinates fromgeorge822006-05-241-2/+4
* Added the desktop image scaling support to vncviewer.george822006-05-232-16/+25
* Small code improvements.Dennis Syrovatsky2006-05-222-8/+11
* Fixed a problem with toolbar that could show up in the full-screen mode.Constantin Kaplinsky2006-05-201-1/+1