summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-147-200/+41
|\
| * Get rid of getStride()Pierre Ossman2014-07-074-19/+5
| * Remove full support for colour mapsPierre Ossman2014-07-077-181/+36
* | Handle closing of input devicesPierre Ossman2014-07-142-6/+5
* | Remove private storage from InputDevicePierre Ossman2014-07-141-27/+2
* | Make InputDevice into a singletonPierre Ossman2014-07-144-23/+34
* | Move all functions that InputDevice uses into the classPierre Ossman2014-07-143-5/+8
* | Let XserverDesktop handle syncing cursor positionPierre Ossman2014-07-144-18/+20
* | Re-init VNC extension on server resetPierre Ossman2014-07-141-2/+2
* | We need to set a label on all pointer buttonsPierre Ossman2014-07-111-0/+2
|/
* Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-071-1/+1
|\
| * librfb needs librdr so make sure it always gets pulled inPierre Ossman2014-07-041-1/+1
* | Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-071-10/+11
* | Remove all unused TX widgetsPierre Ossman2014-07-0711-1487/+1
|/
* Accidentally removed some code in the previous commit.Pierre Ossman2014-06-251-0/+14
* Add XDAMAGE support to x0vncserver. Makes it more efficientPierre Ossman2014-06-252-15/+65
* Add a global event handler so that we can intercept custom eventsPierre Ossman2014-06-252-0/+28
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-1/+2
* 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