Age | Commit message (Expand) | Author | Files | Lines |
2008-07-17 | Make xstrcasestr prototype return value match the implementation | Alan Coopersmith | 1 | -1/+1 |
2008-07-17 | Remove dead code, useless #defines, et al | Daniel Stone | 3 | -83/+0 |
2008-07-17 | Dead code removal | Daniel Stone | 5 | -144/+10 |
2008-07-17 | Drop a bunch of #ifdef Lynx. | Mathieu BĂ©rard | 1 | -5/+0 |
2008-07-17 | Nuke some ancient code for commandline-challenged OSes. | Adam Jackson | 1 | -4/+0 |
2008-07-16 | Remove loadable font renderer support. | Adam Jackson | 1 | -10/+0 |
2008-07-16 | Remove the numVideoScreens xprintism. | Adam Jackson | 1 | -1/+1 |
2008-07-16 | XFree86: Remove XFree86-Misc extension | Daniel Stone | 3 | -10/+0 |
2008-07-16 | DIX: Add strcasestr from FreeBSD | Daniel Stone | 2 | -0/+8 |
2008-07-16 | dix: Actually build str(n)casecmp if we don't have it | Daniel Stone | 1 | -3/+6 |
2008-07-16 | config: Don't attempt to use D-Bus when not strictly necessary | Daniel Stone | 1 | -0/+3 |
2008-07-16 | OS/KDrive/XFree86: Sanitise colour initialisation | Daniel Stone | 1 | -3/+0 |
2008-07-16 | DIX: Add strncasecmp from FreeBSD, make strcasecmp args const | Daniel Stone | 1 | -1/+6 |
2008-07-13 | Xi: expose Enable/DisableDevice through XI_PROP_ENABLED property. | Peter Hutterer | 1 | -0/+4 |
2008-07-13 | Add support for multiple pointer acceleration schemes. #8583 | Simon Thum | 4 | -2/+123 |
2008-07-11 | Set machine dependent defaults for ppc64 | Jeremy Huddleston | 1 | -1/+1 |
2008-07-10 | Xi: pack the property stuff into a struct, make handlers a linked list. | Peter Hutterer | 2 | -10/+33 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 2 | -2/+86 |
2008-07-10 | Revert "Xi: add support for input device properties." | Peter Hutterer | 2 | -55/+1 |
2008-07-10 | Xi: add support for input device properties. | Peter Hutterer | 2 | -1/+55 |
2008-07-10 | dix: free GenericMask allocations when destroying window. | Peter Hutterer | 1 | -1/+1 |
2008-07-07 | Export xkbfile.h in the SDK | Julien Cristau | 1 | -1/+2 |
2008-06-26 | input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id. | Peter Hutterer | 1 | -1/+1 |
2008-06-25 | XTrap delenda est. | Adam Jackson | 2 | -6/+0 |
2008-06-24 | Remove NOFONTSERVERACCESS macro | Tiago Vignatti | 1 | -3/+0 |
2008-06-24 | Check for __amd64__, not __x86_64__. | Adam Jackson | 1 | -1/+1 |
2008-06-19 | Make button down state a bitmask. Master buttons track union of slave buttons | Keith Packard | 1 | -1/+1 |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer | 1 | -0/+3 |
2008-06-13 | Make devPrivates lookup functions ABI instead of static inlines. | Eamon Walsh | 1 | -53/+8 |
2008-06-13 | Fix unterminated endif. | Adam Jackson | 1 | -0/+2 |
2008-06-13 | Death to mfb. | Adam Jackson | 1 | -171/+5 |
2008-06-12 | Remove xgl. | Adam Jackson | 1 | -14/+0 |
2008-06-11 | CopyGetMasterEvent() can be static. | Tiago Vignatti | 1 | -5/+0 |
2008-06-02 | xkb: delete default rules when devices are closed. | Peter Hutterer | 1 | -0/+4 |
2008-05-30 | Add xkbstr.h and xkbsrv.h to sdk_HEADERS | Julien Cristau | 1 | -1/+3 |
2008-05-26 | input: change dxremaind, dyremaind to floats for better acceleration #9156 | Simon Thum | 1 | -1/+1 |
2008-05-26 | Merge branch 'master' into mpx | Peter Hutterer | 3 | -7/+3 |
2008-05-26 | If core motion history is required, scale back to screen coords and INT16. | Peter Hutterer | 1 | -1/+2 |
2008-05-26 | Ensure the motion history is merged for master devices. | Peter Hutterer | 1 | -1/+1 |
2008-05-26 | dix: Allocate MD's motion history to be large enough for potential valuators | Peter Hutterer | 1 | -3/+3 |
2008-05-25 | Remove GetMotionProc from ValuatorClassRec. | Peter Hutterer | 2 | -11/+1 |
2008-05-23 | XQuartz: Don't need launchd checking in configure.ac anymore since its functi... | Jeremy Huddleston | 1 | -3/+0 |
2008-05-23 | dix: more device scaling insanity. | Peter Hutterer | 1 | -0/+2 |
2008-05-23 | input: instead of lastx/y, use a last.valuators[] array on the device. | Peter Hutterer | 2 | -2/+9 |
2008-05-22 | int10: add pci_device_enable support on Linux | Dave Airlie | 1 | -0/+3 |
2008-05-21 | drop xprint remnants: InitGlobals | George Sapountzis | 1 | -4/+0 |
2008-05-20 | Merge branch 'master' into mpx | Peter Hutterer | 5 | -6/+10 |
2008-05-17 | XQuartz: Added functionality to add a file descriptor to the connection list ... | Jeremy Huddleston | 1 | -0/+4 |
2008-05-14 | Simplify default font path setup. | Adam Jackson | 1 | -1/+0 |
2008-05-14 | Remove global argc/argv variables. | Adam Jackson | 1 | -2/+0 |