summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Applied patch from Alois Mahdal <amahdal@redhat.com>:Peter Åstrand2014-02-241-1/+1
* Applied patch from:Peter Åstrand2014-02-201-2/+5
* Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us...Brian Hinz2014-02-193-0/+84
* Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes...Samuel Mannehed2014-02-123-99/+73
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-079-38/+289
* Removes the additional padding reserved for the menubar and enables drag undo...Brian Hinz2014-01-122-1/+3
* r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C...Brian Hinz2014-01-111-5/+6
* r5138 did not completely resolve the problem with clipboard data consuming to...Brian Hinz2014-01-113-21/+28
* Fixes for modality issues & dialog behavior in embedded mode.Brian Hinz2014-01-102-4/+5
* Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...Brian Hinz2014-01-102-16/+13
* Make sure the fill function pointer gets updated if thePierre Ossman2014-01-072-5/+24
* Set the dock icon on OS X. Not perfect as it still shows the standard Java l...Brian Hinz2014-01-041-2/+18
* Release all downKeys when the focus is lost, otherwise the state of the keybo...Brian Hinz2014-01-023-24/+7
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-029-67/+243
* Updated copyright noticesBrian Hinz2013-12-293-3/+5
* Another overhaul of the key event handlers. There was a fundamental flaw in t...Brian Hinz2013-12-294-1092/+1184
* Added rpm spec file & sources for building Suse linux packages to contrib folderBrian Hinz2013-12-0890-0/+10823
* Added attributes to the Java viewer MANIFEST file in order to conform to upco...Brian Hinz2013-12-024-13/+91
* Fix regression in java install path introduced in r5143Brian Hinz2013-12-021-4/+4
* Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier...Brian Hinz2013-12-011-1/+1
* Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...Brian Hinz2013-12-014-69/+114
* Correct location of scripts from last commitBrian Hinz2013-11-282-0/+0
* Added script to fetch rpm sources (requires curl)Brian Hinz2013-11-282-0/+18
* Added 'contrib' folder to store patches necessary to build external dependeci...Brian Hinz2013-11-28188-0/+26452
* Fixes a condition where too much data on the local clipboard causes the clien...Brian Hinz2013-11-233-29/+30
* Some applications probe for clipboard formats using thePierre Ossman2013-11-061-0/+2
* Applied DRC's patch to fix broken RRE decoder in java clientBrian Hinz2013-10-031-1/+2
* Do a better type cast that mirrors how we generatePierre Ossman2013-09-191-1/+1
* An updated patch of the X11 clipboard notification is now available.Pierre Ossman2013-09-051-1/+1
* Printing the clipboard data is very annoying as it couldPierre Ossman2013-09-052-2/+2
* The screen index was removed in 1.13, not 1.12.Pierre Ossman2013-08-191-7/+7
* Fix copy-paste error that referred to the wrong variable.Pierre Ossman2013-07-011-2/+2
* Fix bad size calculation in GetQueryConnect handler as wellPierre Ossman2013-07-011-3/+5
* Update more copyrights to 2013. Peter Åstrand2013-06-116-6/+6
* Update copyright year to 2013. Peter Åstrand2013-06-112-2/+2
* Some applications (e.g. wine and rdesktop) tend to misbehavePierre Ossman2013-05-304-0/+148
* Simplify the lookup of alternative keysyms.Pierre Ossman2013-05-301-12/+12
* Even if we ignore the modifiers, we still have to respectPierre Ossman2013-05-301-4/+9
* The numpad decimal hack is needed on OS X as well.Pierre Ossman2013-05-291-5/+12
* Forgot to respect the AcceptClipboard option in thePierre Ossman2013-05-241-0/+3
* Fix bad reference counting of the initial randr mode set.Pierre Ossman2013-05-241-2/+6
* Adding normal alphabetic keysyms as ONE_LEVEL did not behavePierre Ossman2013-05-231-3/+19
* xkbcomp ignores keycodes without names, so make sure any keycodePierre Ossman2013-05-231-0/+16
* The cause of the keyboard mapping change is not a X11 request,Pierre Ossman2013-05-231-1/+1
* XkbTranslateKeyCode() is not implemented according toPierre Ossman2013-05-231-1/+8
* Not sure what I was smoking when I wrote this. You needPierre Ossman2013-05-231-1/+2
* Relax the requirements on addKeysym() so that it can add newPierre Ossman2013-05-231-1/+10
* Redo r5090 using functions that are available in olderPierre Ossman2013-05-221-21/+18
* Apparently it is more kosher to completely disassociate anPierre Ossman2013-05-222-4/+2
* Automatically update the connection state for RandRPierre Ossman2013-05-221-21/+28