summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automatically update the connection state for RandRPierre Ossman2013-05-221-21/+28
* Whitespace cleanup onlyBrian Hinz2013-05-1293-639/+639
* VNC needs to be initialised early to get its hooks at a properPierre Ossman2013-05-082-14/+14
* The Glyph operation is not guaranteed to be implemented on top of thePierre Ossman2013-05-071-2/+105
* Fix incorrect dll location in windows setup file templateBrian Hinz2013-04-271-1/+1
* Use CMAKE_COMMAND variable instead of hard coded cmake executable name for be...Brian Hinz2013-04-271-2/+2
* Bump development version now that 1.3 has been branched off.Pierre Ossman2013-04-253-4/+4
* Work around Windows poor handling of the numpad decimal key.Pierre Ossman2013-04-161-0/+20
* Shifted Tab is a generic VNC problem and not specific to justPierre Ossman2013-04-162-16/+16
* Embarrasing copy/paste error. Fixes fake AltGr presses.Pierre Ossman2013-04-151-1/+1
* Another attempt at supporting older Xorg versions.Pierre Ossman2013-04-121-1/+2
* Add support for older Xorg releases.Pierre Ossman2013-04-111-0/+9
* Add some missing headers. It is not really ok to include Xutil.hPierre Ossman2013-04-113-0/+4
* Port over the write block handler code from the 1.5 patch.Pierre Ossman2013-04-101-11/+64
* Move keyboardProc() so we have all the init stuff in one place.Pierre Ossman2013-04-091-47/+41
* Major rewrite of the keyboard code. The old code was too focused onPierre Ossman2013-04-095-706/+1274
* Copy error. Should have been a tab rather than spaces here.Pierre Ossman2013-04-091-1/+1
* Mode switch and level 3 shift are used interchangably these days.Pierre Ossman2013-04-091-0/+1
* Make sure we release the same key we previously pressed for aPierre Ossman2013-04-092-1/+43
* Handle init of old and new keyboards the same way.Pierre Ossman2013-04-091-20/+27
* We have an object to store stuff in, so don't use a globalPierre Ossman2013-04-092-4/+4
* Make sure InputDevice::InitInputDevice() gets called early inPierre Ossman2013-04-093-10/+12
* Copy the -verbose and -quiet parameters from Xorg so that wePierre Ossman2013-04-091-2/+29
* GLX is no longer initialised by the dix. Patch originally byPierre Ossman2013-04-091-0/+19
* More fixes for key event issues. It seems that on WindowsXP sending the actu...Brian Hinz2013-03-253-42/+174
* Initialize VNC extension from libvnc.so only once.Adam Tkac2013-03-141-13/+18
* Simplify rfb::ParameterIterator - we always iterate over all enabled params.Adam Tkac2013-03-143-7/+7
* Remove unused assignment operator declaration from rfb::ConfigurationAdam Tkac2013-03-142-22/+0
* Remove unused parameter from rfb::Configuration::Configuration()Adam Tkac2013-03-142-9/+1
* Remove bogus -geometry width/height adjustment from vncserver scriptAdam Tkac2013-03-141-8/+0
* Need to escape formatting character.Brian Hinz2013-03-061-2/+2
* Correct typo in r5058 that set an initial value on key location. Add a some v...Brian Hinz2013-03-061-4/+3
* Fixes some regressions introduced in r5056. Losing window focus caused key mo...Brian Hinz2013-03-063-35/+20
* Use JDialog for connection info dialog so that frame icon is set correctly.Brian Hinz2013-03-061-14/+27
* Backported a number of fixes/enhancements (mostly related to keymapping) from...Brian Hinz2013-03-033-189/+396
* Update copyright datesBrian Hinz2013-03-014-4/+4
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-015-34/+18
* Make viewport the parent of "Save As" dialog so that the window frame icon is...Brian Hinz2013-03-011-1/+1
* Using DirectColorModel constructor with an alpha mask other than 0 creates a ...Brian Hinz2013-03-011-3/+3
* Fix build on 32-bit and 64-bit WindowsDRC2013-02-263-2/+4
* comboBoxEdited events are fired if the content of the JComboBox is edited and...Brian Hinz2013-02-221-13/+13
* Fixes yet another case where the viewport background wasn't painted black whe...Brian Hinz2013-02-211-8/+8
* viewer: exit when user specifies both -via and -listen parametersAdam Tkac2013-02-191-1/+9
* X.Org 1.14 support was incompleteAdam Tkac2013-02-192-1/+5
* Update the checked in copies of the generated icons. SomehowPierre Ossman2013-02-195-0/+0
* Fix bad circular dependency.Pierre Ossman2013-02-191-5/+5
* Modern versions of ImageMagick properly respects the SVG defaultPierre Ossman2013-02-191-4/+8
* Notify the server of mouse release events even if they're outside the desktop...Brian Hinz2013-02-181-4/+6
* r5037 was not quite right. Both the viewport and scrollbar background colors ...Brian Hinz2013-02-182-5/+4
* Reimplement -listen in the new FLTK vncviewer. Work done byPierre Ossman2013-02-155-21/+51