Age | Commit message (Expand) | Author | Files | Lines |
2008-10-31 | xkb: remove unused label "out", clean up program flow. | Peter Hutterer | 1 | -3/+1 |
2008-10-31 | dix: FreeDeviceClass() and friends can be static. | Peter Hutterer | 2 | -26/+25 |
2008-10-31 | include: remove unused declaration for RegisterPairingClient(). | Peter Hutterer | 1 | -2/+0 |
2008-10-31 | dix: remove unused GuessFreePointerDevice(). | Peter Hutterer | 2 | -42/+0 |
2008-10-31 | dix: NextFreePointerDevice() can be static. | Peter Hutterer | 2 | -12/+14 |
2008-10-31 | dix: SwitchCorePointer is long gone, bury it. | Peter Hutterer | 2 | -18/+0 |
2008-10-31 | dix: PairDevices() can be static, remove from input. | Peter Hutterer | 2 | -36/+32 |
2008-10-31 | Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h. | Peter Hutterer | 6 | -7/+3 |
2008-10-31 | Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. | Peter Hutterer | 8 | -28/+27 |
2008-10-31 | xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs. | Peter Hutterer | 1 | -2/+2 |
2008-10-30 | Refactor Solaris mapping code to work with standard shared/vidmem.c | Alan Coopersmith | 3 | -232/+202 |
2008-10-30 | xace: Fix an incorrect call to the RECEIVE_ACCESS hook. | Eamon Walsh | 1 | -3/+2 |
2008-10-30 | xselinux: send more specific message types to libaudit. | Eamon Walsh | 1 | -1/+13 |
2008-10-30 | xfree86: fix xf86ScaleAxis once again. | Peter Hutterer | 1 | -2/+2 |
2008-10-28 | XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app | Jeremy Huddleston | 4 | -36/+27 |
2008-10-28 | XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied. | George Peter Staplin | 1 | -13/+21 |
2008-10-28 | XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant. | George Peter Staplin | 1 | -10/+37 |
2008-10-28 | XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG. | George Peter Staplin | 2 | -69/+141 |
2008-10-28 | XQuartz: pbproxy: fixed blocking | Jeremy Huddleston | 1 | -5/+6 |
2008-10-28 | Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam... | Jeremy Huddleston | 1 | -0/+5 |
2008-10-28 | XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions,... | George Peter Staplin | 1 | -3/+3 |
2008-10-28 | XQuartz: GL: Add feature detection of color sizes, and accum sizes. | George Peter Staplin | 4 | -103/+530 |
2008-10-29 | xfree86: If AEI is on, disable "kbd" and "mouse" devices. | Peter Hutterer | 2 | -2/+38 |
2008-10-29 | config: don't add duplicate devices through HAL. | Peter Hutterer | 1 | -0/+27 |
2008-10-26 | x86emu: fix sparse warnings | Julien Cristau | 1 | -2/+2 |
2008-10-26 | xfree86: fix compiler warnings in DoModalias() | Julien Cristau | 1 | -3/+3 |
2008-10-26 | xfree86: Silence compiler warnings about function prototypes | Julien Cristau | 1 | -3/+3 |
2008-10-26 | Nuke unused miBankNewSerialNumber | Julien Cristau | 1 | -12/+0 |
2008-10-26 | Ansify declaration of FontToXError() | Julien Cristau | 1 | -2/+1 |
2008-10-26 | Nuke prototype for nonexistent function | Julien Cristau | 1 | -4/+0 |
2008-10-26 | Add prototypes for strlcpy/strlcat | Julien Cristau | 4 | -0/+10 |
2008-10-26 | xaa: Fix compiler warning (implicit declaration) | Julien Cristau | 2 | -1/+4 |
2008-10-26 | xfree86: Fix compiler warnings (implicit declarations) | Julien Cristau | 2 | -0/+6 |
2008-10-26 | Nuke unused variables | Julien Cristau | 5 | -5/+1 |
2008-10-26 | Xext: Fix compiler warnings | Julien Cristau | 1 | -1/+2 |
2008-10-26 | Bug#16501: autodetection of sbus graphic cards | Bernhard R. Link | 3 | -14/+80 |
2008-10-25 | Bug#5851: Document the "Log" option in xorg.conf(5) | Julien Cristau | 1 | -0/+9 |
2008-10-23 | XQuartz: Do check_xinitrc() later to avoid possible deadlock. | Jeremy Huddleston | 2 | -13/+16 |
2008-10-23 | XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, ... | George Peter Staplin | 1 | -1/+0 |
2008-10-23 | XQuartz: Remove the enable_stereo default. We now use feature detection to e... | George Peter Staplin | 3 | -8/+2 |
2008-10-23 | Allow non-gcc compilers to build xf86Xinput.c | Alan Coopersmith | 2 | -0/+6 |
2008-10-23 | miext/rootless: Silence some warnings by using proper C prototypes. | Jeremy Huddleston | 2 | -38/+65 |
2008-10-23 | miext/rootless: Fix the usage of DeleteProperty so that this builds again. | George Peter Staplin | 1 | -7/+17 |
2008-10-23 | XQuartz: pbproxy: Fix compilation on case-sensitive file systems... | Jeremy Huddleston | 4 | -11/+7 |
2008-10-23 | Argh, macros. | Adam Jackson | 1 | -8/+8 |
2008-10-23 | Rootless: Properly typed expose_1 | Jeremy Huddleston | 1 | -2/+1 |
2008-10-23 | XQuartz: Honor the Spaces preference for "When switching to an application, s... | Jeremy Huddleston | 1 | -1/+9 |
2008-10-23 | XQuartz: Added missing semicolons to Localizable.strings | Jeremy Huddleston | 1 | -0/+0 |
2008-10-23 | XQuartz: Default dpi to 96 instead of 75 | Jeremy Huddleston | 1 | -1/+1 |
2008-10-23 | XQuartz: pbproxy: SIGHUP reloads preferences. | Jeremy Huddleston | 5 | -20/+41 |