aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Remove declaration for variable already present in headersPierre Ossman2015-01-291-3/+0
* Make sure we get prototypes for global DDX functionsPierre Ossman2015-01-291-0/+4
* Avoid complaints about unused variable in argument less requestsPierre Ossman2015-01-291-3/+0
* No need to cast these as they are already an appropriate typePierre Ossman2015-01-291-3/+3
* Declare variables at the start of each block, as requiredPierre Ossman2015-01-292-19/+30
* Use proper prototypes in headers for all our internal functionsPierre Ossman2015-01-296-12/+13
* Restructure code a bit to avoid warning about unused variablePierre Ossman2015-01-291-23/+20
* More debug logging for screen layout changesPierre Ossman2015-01-261-0/+8
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-2621-2451/+3177
* Band aid to work around inluding C headers in C++ codePierre Ossman2014-12-121-0/+3
* Change development version to 1.4.80Pierre Ossman2014-11-191-1/+1
* Fix pointer initialization to prevent NULL events.Brian P. Hinz2014-09-291-4/+4
* Correct naming convention for some parametersPierre Ossman2014-09-171-4/+4
* Avoid extra spacing in the generated man pagesPierre Ossman2014-09-171-42/+42
* Update server man pages to reflect current list of optionsPierre Ossman2014-09-171-17/+94
* Remove the date from man pagesPierre Ossman2014-09-171-1/+1
* Clean up the authors section of the man pagesPierre Ossman2014-09-171-3/+4
* No need to declare 'display' here either.Tim Waugh2014-09-041-1/+0
* GCFuncs and GCOps are const since 1.16.Tim Waugh2014-09-041-0/+9
* No need to declare 'display' here.Tim Waugh2014-09-042-3/+0
* Another LoadExtensionList() that needs an #ifdef.Tim Waugh2014-09-041-0/+4
* LoadExtensionList is new in 1.16.Tim Waugh2014-09-031-0/+4
* Updated to build against xorg-x11-server 1.16.0.Tim Waugh2014-09-037-35/+39
* Update the cursor position using GetSpritePosition().Tim Waugh2014-07-141-1/+9
* Merge branch 'nocolourmap' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-144-171/+35
|\
| * Get rid of getStride()Pierre Ossman2014-07-072-10/+3
| * Remove full support for colour mapsPierre Ossman2014-07-074-161/+32
* | 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
|/
* Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...Brian Hinz2014-01-021-1/+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