| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix some offenders that poke around in the PixelFormat internals | Pierre Ossman | 2014-07-07 | 1 | -10/+11 |
* | | Remove all unused TX widgets | Pierre Ossman | 2014-07-07 | 11 | -1487/+1 |
|/ |
|
* | Accidentally removed some code in the previous commit. | Pierre Ossman | 2014-06-25 | 1 | -0/+14 |
* | Add XDAMAGE support to x0vncserver. Makes it more efficient | Pierre Ossman | 2014-06-25 | 2 | -15/+65 |
* | Add a global event handler so that we can intercept custom events | Pierre Ossman | 2014-06-25 | 2 | -0/+28 |
* | Re-introduces embedded applet mode for the java viewer. On Windows and Linux,... | Brian Hinz | 2014-01-02 | 1 | -1/+2 |
* | Some applications probe for clipboard formats using the | Pierre Ossman | 2013-11-06 | 1 | -0/+2 |
* | Do a better type cast that mirrors how we generate | Pierre Ossman | 2013-09-19 | 1 | -1/+1 |
* | The screen index was removed in 1.13, not 1.12. | Pierre Ossman | 2013-08-19 | 1 | -7/+7 |
* | Fix bad size calculation in GetQueryConnect handler as well | Pierre Ossman | 2013-07-01 | 1 | -3/+5 |
* | Update more copyrights to 2013. | Peter Åstrand | 2013-06-11 | 1 | -1/+1 |
* | Some applications (e.g. wine and rdesktop) tend to misbehave | Pierre Ossman | 2013-05-30 | 4 | -0/+148 |
* | Simplify the lookup of alternative keysyms. | Pierre Ossman | 2013-05-30 | 1 | -12/+12 |
* | Even if we ignore the modifiers, we still have to respect | Pierre Ossman | 2013-05-30 | 1 | -4/+9 |
* | Fix bad reference counting of the initial randr mode set. | Pierre Ossman | 2013-05-24 | 1 | -2/+6 |
* | Adding normal alphabetic keysyms as ONE_LEVEL did not behave | Pierre Ossman | 2013-05-23 | 1 | -3/+19 |
* | xkbcomp ignores keycodes without names, so make sure any keycode | Pierre Ossman | 2013-05-23 | 1 | -0/+16 |
* | The cause of the keyboard mapping change is not a X11 request, | Pierre Ossman | 2013-05-23 | 1 | -1/+1 |
* | XkbTranslateKeyCode() is not implemented according to | Pierre Ossman | 2013-05-23 | 1 | -1/+8 |
* | Not sure what I was smoking when I wrote this. You need | Pierre Ossman | 2013-05-23 | 1 | -1/+2 |
* | Relax the requirements on addKeysym() so that it can add new | Pierre Ossman | 2013-05-23 | 1 | -1/+10 |
* | Redo r5090 using functions that are available in older | Pierre Ossman | 2013-05-22 | 1 | -21/+18 |
* | Apparently it is more kosher to completely disassociate an | Pierre Ossman | 2013-05-22 | 2 | -4/+2 |
* | Automatically update the connection state for RandR | Pierre Ossman | 2013-05-22 | 1 | -21/+28 |
* | VNC needs to be initialised early to get its hooks at a proper | Pierre Ossman | 2013-05-08 | 2 | -14/+14 |
* | The Glyph operation is not guaranteed to be implemented on top of the | Pierre Ossman | 2013-05-07 | 1 | -2/+105 |
* | Bump development version now that 1.3 has been branched off. | Pierre Ossman | 2013-04-25 | 1 | -1/+1 |
* | Shifted Tab is a generic VNC problem and not specific to just | Pierre Ossman | 2013-04-16 | 2 | -16/+16 |
* | Embarrasing copy/paste error. Fixes fake AltGr presses. | Pierre Ossman | 2013-04-15 | 1 | -1/+1 |
* | Another attempt at supporting older Xorg versions. | Pierre Ossman | 2013-04-12 | 1 | -1/+2 |
* | Add support for older Xorg releases. | Pierre Ossman | 2013-04-11 | 1 | -0/+9 |
* | Add some missing headers. It is not really ok to include Xutil.h | Pierre Ossman | 2013-04-11 | 3 | -0/+4 |
* | Port over the write block handler code from the 1.5 patch. | Pierre Ossman | 2013-04-10 | 1 | -11/+64 |
* | Move keyboardProc() so we have all the init stuff in one place. | Pierre Ossman | 2013-04-09 | 1 | -47/+41 |
* | Major rewrite of the keyboard code. The old code was too focused on | Pierre Ossman | 2013-04-09 | 5 | -706/+1274 |
* | Copy error. Should have been a tab rather than spaces here. | Pierre Ossman | 2013-04-09 | 1 | -1/+1 |
* | Mode switch and level 3 shift are used interchangably these days. | Pierre Ossman | 2013-04-09 | 1 | -0/+1 |
* | Make sure we release the same key we previously pressed for a | Pierre Ossman | 2013-04-09 | 2 | -1/+43 |
* | Handle init of old and new keyboards the same way. | Pierre Ossman | 2013-04-09 | 1 | -20/+27 |
* | We have an object to store stuff in, so don't use a global | Pierre Ossman | 2013-04-09 | 2 | -4/+4 |
* | Make sure InputDevice::InitInputDevice() gets called early in | Pierre Ossman | 2013-04-09 | 3 | -10/+12 |
* | Copy the -verbose and -quiet parameters from Xorg so that we | Pierre Ossman | 2013-04-09 | 1 | -2/+29 |
* | GLX is no longer initialised by the dix. Patch originally by | Pierre Ossman | 2013-04-09 | 1 | -0/+19 |
* | Initialize VNC extension from libvnc.so only once. | Adam Tkac | 2013-03-14 | 1 | -13/+18 |
* | Simplify rfb::ParameterIterator - we always iterate over all enabled params. | Adam Tkac | 2013-03-14 | 2 | -3/+3 |
* | Remove bogus -geometry width/height adjustment from vncserver script | Adam Tkac | 2013-03-14 | 1 | -8/+0 |
* | X.Org 1.14 support was incomplete | Adam Tkac | 2013-02-19 | 2 | -1/+5 |
* | Add xserver114.patch patch | Adam Tkac | 2013-01-24 | 1 | -0/+84 |
* | Allow to change "AcceptPointerEvents" via "vncconfig -set". | Adam Tkac | 2012-11-26 | 1 | -1/+2 |
* | Fix handling of whitelisted "vncconfig -set" parameters in Xvnc. | Adam Tkac | 2012-11-26 | 1 | -3/+3 |