aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark final 1.3.0 release.v1.3.0Pierre Ossman2013-07-043-4/+4
* Copy r5126 from trunk.Pierre Ossman2013-07-011-2/+2
* Copy r5124 from trunk.Pierre Ossman2013-07-011-3/+5
* Copy r5117 through r5119 from trunk.Pierre Ossman2013-05-304-16/+169
* Copy r5115 from trunk.Pierre Ossman2013-05-291-5/+12
* Copy r5112 from trunk.Pierre Ossman2013-05-241-0/+3
* Copy r5111 from trunk.Pierre Ossman2013-05-241-2/+6
* Copy 5104:5109 from trunk.Pierre Ossman2013-05-232-7/+56
* Copy r5100 from trunk.Pierre Ossman2013-05-221-21/+18
* Copy r5099 from trunk.Pierre Ossman2013-05-222-4/+2
* Copy r5098 from trunk.Pierre Ossman2013-05-221-21/+28
* Copy commit 5095 from trunk.Pierre Ossman2013-05-082-14/+14
* copy r5088 & 5089 to 1_3 branchBrian Hinz2013-05-082-3/+3
* Copy commit 5090 off trunk.Pierre Ossman2013-05-071-2/+105
* Bump version to 1.2.90 (1.3beta1).v1.2.90Pierre Ossman2013-04-253-4/+4
* Create 1.3 branch.Pierre Ossman2013-04-250-0/+0
* 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