Age | Commit message (Expand) | Author | Files | Lines |
2008-04-07 | Merge branch 'master' into dcdc_rework | Peter Hutterer | 6 | -40/+15 |
2008-03-28 | XSELinux: Add xorg.conf option for permissive/enforcing/disabled. | Eamon Walsh | 1 | -1/+7 |
2008-03-14 | mi: More meaningful assert crashes | Daniel Stone | 1 | -3/+8 |
2008-03-04 | Merge branch 'master' into mpx | Peter Hutterer | 2 | -11/+2 |
2008-03-01 | clean some "unused" warnings | George Sapountzis | 4 | -36/+0 |
2008-02-14 | mi: remove RawDeviceEvent's ID changing. | Peter Hutterer | 1 | -5/+1 |
2008-02-11 | Revert "Bug #8937: Extension setup functions not called on server resets" | Eamon Walsh | 1 | -10/+0 |
2008-02-05 | mi: Only UpdateSpriteForScreen if we actually changed the screen. (Bug #12650) | Peter Hutterer | 1 | -1/+7 |
2008-01-26 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -15/+0 |
2008-01-25 | xselinux: Move the extension to extmod instead of being built-in. | Eamon Walsh | 1 | -3/+0 |
2008-01-25 | XACE: Remove the extension code entirely, XACE is completely static now. | Eamon Walsh | 1 | -12/+0 |
2008-01-18 | dix: remove inputInfo.pointer reference in TryClientEvents. | Peter Hutterer | 1 | -2/+2 |
2008-01-10 | Merge branch 'master' into mpx | Peter Hutterer | 1 | -3/+3 |
2008-01-09 | mi: change infamous "Tossed event ..." error for something more explanatory. | Peter Hutterer | 1 | -6/+7 |
2008-01-03 | Merge branch 'master' into mpx | Peter Hutterer | 13 | -205/+175 |
2007-12-28 | xselinux: Remove "X" prefix on remaining functions and strings. | Eamon Walsh | 1 | -3/+3 |
2007-12-21 | XQuartz: Handle Pseudorami init in miinitext | Jeremy Huddleston | 1 | -0/+9 |
2007-12-17 | mi: set the private key to a unique non-zero value | Dave Airlie | 1 | -1/+1 |
2007-12-14 | Input: Fix proximity events with valuators | Bartosz Fabianowski | 1 | -1/+3 |
2007-12-13 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 3 | -22/+2 |
2007-12-07 | mi: unify ErrorFs, prepend [mi] | Peter Hutterer | 2 | -7/+7 |
2007-12-07 | mi: unify last two ErrorF's in mieq.c | Peter Hutterer | 1 | -2/+2 |
2007-12-07 | mi: change infamous "Tossed event ..." error for something more explanatory. | Peter Hutterer | 1 | -6/+7 |
2007-12-02 | Clean up many #if 0. | Adam Jackson | 1 | -3/+0 |
2007-11-24 | mi: only call UpdateSpriteForScreen if the screen actually changed. | Peter Hutterer | 1 | -1/+6 |
2007-11-23 | Re-add call to XFixesExtensionInit for static servers. | Keith Packard | 1 | -0/+4 |
2007-11-21 | Darwin: Dead code removal, Code cleanup, Added launcher | Jeremy Huddleston | 1 | -22/+1 |
2007-11-20 | Restore checks for __i386 where needed for Sun compilers on Solaris | Alan Coopersmith | 1 | -1/+1 |
2007-11-19 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -2/+17 |
2007-11-19 | xace: restore the old SaveScreens function and introduce new API, since the | Eamon Walsh | 1 | -1/+1 |
2007-11-19 | devPrivates rework: add missing include of dix/privates.h | Eamon Walsh | 1 | -0/+1 |
2007-11-17 | Disinfect mi/ of mfb. | Adam Jackson | 1 | -2/+17 |
2007-11-15 | mi: don't call SwitchCoreKeyboard, we switch during event processing now. | Peter Hutterer | 1 | -13/+3 |
2007-11-14 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -1/+1 |
2007-11-13 | dix: Send MappingNotify when keyboard maps change. | Peter Hutterer | 1 | -2/+3 |
2007-11-12 | mi: avoid SIGABRT by setting master_event to NULL. | Peter Hutterer | 1 | -1/+2 |
2007-11-09 | Xi, dix: Add ability to change MD classes + send event when doing so. | Peter Hutterer | 1 | -3/+4 |
2007-11-08 | Fixed check to refer to DarwinApp, not all Darwin targets | Ben Byer | 1 | -1/+1 |
2007-11-08 | dix, mi: stop segfaults when a floating device emits events. | Peter Hutterer | 1 | -1/+1 |
2007-11-08 | mi: change the device id to the master devices' when duplicating the event. | Peter Hutterer | 1 | -18/+74 |
2007-11-08 | Merge branch 'mpx' into mdsd | Peter Hutterer | 28 | -4762/+289 |
2007-11-07 | Merge branch 'master' into mpx | Peter Hutterer | 28 | -4762/+289 |
2007-11-07 | mi: duplicate event before processing it, so master has original values | Peter Hutterer | 1 | -2/+21 |
2007-11-05 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 19 | -149/+154 |
2007-11-05 | mi: Remove usage of alloca | Daniel Stone | 16 | -128/+128 |
2007-11-04 | Add CreatePixmap allocation hints. | Aaron Plattner | 6 | -11/+16 |
2007-10-29 | Change the GLX module to initialize after COMPOSITE. | Kristian Høgsberg | 1 | -10/+10 |
2007-10-25 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 1 | -4/+1 |
2007-10-18 | Simplify and clean up GLX visual initialization. | Kristian Høgsberg | 1 | -4/+1 |
2007-10-17 | Merge branch 'master' into XACE-SELINUX | Eamon Walsh | 2 | -2/+2 |