aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some misbehaviour with the scroll widget caused by the popup menu.Pierre Ossman2011-06-011-2/+6
* Reenable the automatic enabling of GnuTLS if present, but retain the abilityPierre Ossman2011-05-301-18/+19
* [java client] improve gui set/get methods for compression & quality levels.Brian Hinz2011-05-282-6/+6
* Make use of GnuTLS an explicit choice to avoid surprises if it gets includedPierre Ossman2011-05-271-2/+4
* Make sure we can handle clipboard data of any size.Pierre Ossman2011-05-262-12/+24
* Make it possible to start in full screen mode.Pierre Ossman2011-05-261-0/+5
* Toggle full screen based on changes in the options window.Pierre Ossman2011-05-261-0/+5
* As we also fall through for FL_FOCUS, we need to do an extra check of thePierre Ossman2011-05-261-1/+2
* Update the full screen setting when the state is toggled by other means.Pierre Ossman2011-05-261-0/+2
* Implement support for grabbing the keyboard when in full screen mode.Pierre Ossman2011-05-2612-0/+423
* 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-263-1/+17
* [java viewer] fixed typo in makefileBrian Hinz2011-05-251-1/+1
* [java viewer] fixed incorrect offset value in custom compression setting from...Brian Hinz2011-05-251-2/+2
* Handling a full range of keys for the menu key is not as trivial in FLTK asPierre Ossman2011-05-245-9/+90
* Handle horizontal wheel events and not just vertical.Pierre Ossman2011-05-241-3/+8
* Allow buttons 6 and 7 to be used as well so that we can get horizontalPierre Ossman2011-05-241-1/+1
* Add some more libraries that are generally needed by FLTK and CMake doesn'tPierre Ossman2011-05-241-0/+6
* We need to be careful about feeding FLTK @:s when they will be used in aPierre Ossman2011-05-233-6/+50
* 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-203-0/+42
* Make sure we have a list of the multimedia keysyms defined by Xfree86.Pierre Ossman2011-05-202-2/+234
* 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-194-1/+48
* 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
* fixed bug in java viewer when disabling security typesBrian Hinz2011-05-171-1/+1
* add support for SetDesktopSize to java viewerBrian Hinz2011-05-174-9/+35
* add support for SetDesktopSizeBrian Hinz2011-05-173-29/+51
* Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuildDRC2011-05-171-1/+1
* 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
* changed string reads/writes to use utf-8. Also fixed location of icon resource.Brian Hinz2011-05-1710-34/+58
* Implement support for storing settings from the options dialog.Pierre Ossman2011-05-161-0/+81
* Add a default constructor so that you can create empty Security objects.Pierre Ossman2011-05-162-0/+5
* 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
* Remove old declaration that never actually maps to an object.Pierre Ossman2011-05-161-1/+0
* Update location of resource used to store build timestamp.Brian Hinz2011-05-132-5/+12
* Completely reworked Java viewer (contributed by Brian Hinz)DRC2011-05-13106-7166/+9200
* 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-132-82/+8
* NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer pa...DRC2011-05-131-34/+4
* Require gettext 0.14.4 to fix a problem with detection of NLS supportDRC2011-05-132-7/+21
* Remove unused build-xorg-git scriptDRC2011-05-121-205/+0