summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston4-11/+7
2008-10-23Argh, macros.Adam Jackson1-8/+8
2008-10-23Rootless: Properly typed expose_1Jeremy Huddleston1-2/+1
2008-10-23XQuartz: Honor the Spaces preference for "When switching to an application, s...Jeremy Huddleston1-1/+9
2008-10-23XQuartz: Added missing semicolons to Localizable.stringsJeremy Huddleston1-0/+0
2008-10-23XQuartz: Default dpi to 96 instead of 75Jeremy Huddleston1-1/+1
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston5-20/+41
2008-10-23Change some #define foo() -> static void foo()Adam Jackson1-8/+19
2008-10-23Fix previous cherry pick for API changesAdam Jackson1-1/+1
2008-10-23Wrap AddTraps in exa and damage.Keith Packard5-0/+80
2008-10-23dix: fix two more endian issues, correct initial "enabled" value. #18111Peter Hutterer1-3/+7
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse1-0/+4
2008-10-23dix: don't allow VCP/VCK be disabled through properties.Peter Hutterer1-0/+5
2008-10-23dix: fix endianess issue in AddInputDevice. #18111Peter Hutterer1-1/+3
2008-10-22dix: init remaining three xkb fields to zero in a new client.Peter Hutterer1-0/+2
2008-10-22xfree86: AllowEmptyInput is true by default - update the xf86Info defaults.Peter Hutterer1-27/+30
2008-10-21Close well known connections in ServerAbort()Matthieu Herrb1-0/+1
2008-10-21Bug #18159: Spell "anisotropic" correctlyAdam Jackson1-1/+1
2008-10-21exa: Add exaDrawableIsOffscreen() to the driver API.Adam Jackson2-3/+2
2008-10-21XQuartz: Only send mouse events while in the background if we're over a visib...Jeremy Huddleston1-0/+16
2008-10-21XQuartz: More fullscreen fixesJeremy Huddleston4-14/+12
2008-10-21XQuartz: Cleaned up keyboard init and map reload.Jeremy Huddleston1-53/+42
2008-10-21XQuartz: Fixed follow-keyboard-layoutJeremy Huddleston1-33/+25
2008-10-21XQuartz: More progress towards fullscreen...Jeremy Huddleston2-6/+0
2008-10-21XQuartz: Fixed missing key-equiv for Hide-Others.Jeremy Huddleston2-6/+3
2008-10-21XQuartz: Require applewmproto-1.1.1Jeremy Huddleston1-1/+1
2008-10-21XQuartz: pbproxy: Fix 2 bugs with the preferences.George Peter Staplin1-30/+78
2008-10-21XQuartz: Fixed window levels.Jeremy Huddleston1-1/+21
2008-10-21Force LC_ALL=C when building xf86DefModeSet.cRémi Cardona1-1/+1
2008-10-20EXA: Avoid excessive syncing in PutImageMichel Dänzer1-2/+4
2008-10-17dmx: avoid hilarious #define Xcalloc xcalloc game.Peter Hutterer1-1/+1
2008-10-17dmx: change remainder of manual EQ allocation to GetEventList().Peter Hutterer1-1/+1
2008-10-16RANDR: Fix output property event delivery.Pierre Willenbrock1-0/+6
2008-10-16xfree86: if AllowEmptyInput is true, enable RAW mode on the console.Peter Hutterer1-1/+34
2008-10-15XQuartz: implemented primary-on-grab and fixed clipboard-to-pasteboardJeremy Huddleston7-18/+58
2008-10-15GLX: fix build when dri2 _is_ available.Luc Verhaegen1-1/+1
2008-10-15GLX: fix build when dri2 is not available.Luc Verhaegen1-2/+8
2008-10-15XFree86: Simplify DontZap/-retro interactionDaniel Stone1-4/+2
2008-10-15re-enable DRI2Alan Hourihane1-3/+3
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg4-99/+146
2008-10-15exa: restore {x,y}{Src,Dst} to their original values when !doneMaarten Maathuis1-0/+6
2008-10-14int10: Degrade the checksum warning to X_INFO.Adam Jackson1-1/+1
2008-10-14EDID: Catch even more cases of encoding aspect as size.Adam Jackson1-3/+7
2008-10-14Add backtrace definitions to dix-config.h.inAdam Jackson1-0/+6
2008-10-14Xorg: add -modalias optionNathaniel McCallum4-10/+105
2008-10-14kdrive: Hardcode a different wrong value for number of mouse buttonsAdam Jackson1-1/+1
2008-10-13Xi: check all handlers before applying property changes.Peter Hutterer4-19/+35
2008-10-13dix: remove duplicate code in ReleaseActiveGrabsPeter Hutterer1-6/+0
2008-10-12Restore xf86{Enable, Disable}GeneralHandler.Aaron Plattner2-0/+30
2008-10-12Revert "xfree86: xf86{Enable, Disable}InputHandler can be static."Aaron Plattner3-28/+32