aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Some applications probe for clipboard formats using thePierre Ossman2013-11-061-0/+2
* Do a better type cast that mirrors how we generatePierre Ossman2013-09-191-1/+1
* The screen index was removed in 1.13, not 1.12.Pierre Ossman2013-08-191-7/+7
* Fix bad size calculation in GetQueryConnect handler as wellPierre Ossman2013-07-011-3/+5
* Update more copyrights to 2013. Peter Åstrand2013-06-111-1/+1
* 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
* 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
* 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
* Bump development version now that 1.3 has been branched off.Pierre Ossman2013-04-251-1/+1
* 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
* 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-142-3/+3
* Remove bogus -geometry width/height adjustment from vncserver scriptAdam Tkac2013-03-141-8/+0
* X.Org 1.14 support was incompleteAdam Tkac2013-02-192-1/+5
* Add xserver114.patch patchAdam Tkac2013-01-241-0/+84
* Allow to change "AcceptPointerEvents" via "vncconfig -set".Adam Tkac2012-11-261-1/+2
* Fix handling of whitelisted "vncconfig -set" parameters in Xvnc.Adam Tkac2012-11-261-3/+3
* Add support for X.Org 1.13Adam Tkac2012-09-054-3/+108
* Add xserver113.patchAdam Tkac2012-09-051-0/+92
* Fix build errors with XORG < 111: I assume that the last NULL argumentPeter Åstrand2012-08-291-1/+1
* Add support for X.Org 1.12.XAdam Tkac2012-08-284-17/+227
* Add Support for X.Org 1.11.XAdam Tkac2012-08-284-10/+161
* Fix silly typo that caused us to mishandle some SetDesktopSize requests.Pierre Ossman2012-08-271-1/+1