summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-16render: replace a wrong inputInfo.pointer with pDevPeter Hutterer1-1/+1
2009-03-16mi: remove a bunch of useless inputInfo.pointer assignments.Peter Hutterer1-6/+6
2009-03-16dix: remove wrong InputInfo.pointer usage - should be pDev instead.Peter Hutterer1-1/+1
2009-03-16dix: use GetPairedDevice in ProcQueryPointer rather than inputInfo.keyboard.Peter Hutterer1-1/+4
2009-03-16dix: don't use inputInfo.keyboard to get the focus window in ActivateKbdGrabPeter Hutterer1-1/+1
2009-03-16dix: fix XACE checks in ProcWarpPointerPeter Hutterer1-5/+5
2009-03-16dix: use PickPointer() and PickKeyboard instead of inputInfo.pointer/keyboard.Peter Hutterer2-10/+19
2009-03-16dix: fix ProcChangePointerControl's wrong inputInfo.pointer usage.Peter Hutterer1-10/+10
2009-03-13Unexport xf86SetPriorityAdam Jackson2-25/+24
2009-03-13exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPSMaarten Maathuis1-6/+8
2009-03-12Honour Option "DPMS" "off" on xorg.confAnder Conselvan de Oliveira1-14/+13
2009-03-12xfree86: remove obsolete codeSimon Thum1-18/+0
2009-03-12dix: Merge DevicePresence notify events generation into a single function.Peter Hutterer1-40/+20
2009-03-12dix: s/numEvents/num_events/ in GetKeyboardValuatorEventsPeter Hutterer1-4/+4
2009-03-12Xi: set the modifier + group state during POE.Peter Hutterer1-0/+11
2009-03-12Xi: Set the button state on the event during POE.Peter Hutterer1-2/+5
2009-03-12dix: remove a few pointless (void) casts of return values.Peter Hutterer1-5/+5
2009-03-10randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-03-09Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard21-94/+161
2009-03-09Xi: don't crash on a NULL property name, just return None.Peter Hutterer1-0/+6
2009-03-09Remove useless (void) typecasts.Peter Hutterer1-5/+5
2009-03-06Composite: Uninitialized borderClipX/borderClipYPeter Åstrand1-0/+2
2009-03-06[hw/xfree86] Fix StaticGray cmap.Winfried Grünewald1-2/+2
2009-03-05Remove #ifdef macII code left over from ancient A/UX 3.0 supportAlan Coopersmith1-4/+0
2009-03-04XQuartz: Implement SendPSN for AppleWMJeremy Huddleston4-3/+29
2009-03-04exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...Maarten Maathuis1-12/+90
2009-03-04exa: remove a few pExaPixmap checks.Maarten Maathuis1-20/+12
2009-03-04exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.Maarten Maathuis1-3/+3
2009-03-04exa: increase/rework safety checks in Prepare/FinishAccess.Maarten Maathuis3-16/+86
2009-03-04exa: avoid a potential Prepare/FinishAccess inbalance.Maarten Maathuis1-5/+7
2009-03-04exa: simplify exaPixmapIsOffscreenMaarten Maathuis1-13/+13
2009-03-04Remove dead EXTENSION_PROC_ARGS defineTomas Carnecky4-4/+0
2009-03-04Remove dead XTest code from extmodTomas Carnecky1-9/+0
2009-03-04Make DGA optional.Topi Kanerva2-1/+3
2009-03-03Fix 2 const warnings.Eamon Walsh1-1/+2
2009-03-03This patch changes all places in the X code to use _raw functions. TheEric Paris1-32/+32
2009-03-03xfree86: Add linebreak to two debug statements.Peter Hutterer1-2/+2
2009-03-03Fix build with --enable-debug.Jason Vas Dias2-3/+3
2009-03-03dix: fix two compiler warnings (old-style function definition).Peter Hutterer1-2/+2
2009-03-03mi: only print the "EQ overflowing" error once.Peter Hutterer1-2/+2
2009-03-03include: add a range of button labels.Peter Hutterer2-1/+153
2009-03-02randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-02-27exa: fixup aux indices and ensure that the indices are used as they should be.Maarten Maathuis3-27/+22
2009-02-27DDC: Redo extended device probe slightly.Adam Jackson1-1/+6
2009-02-27selinux: Don't bother relabeling resources that are being destroyedAdam Jackson1-0/+2
2009-02-27exa: whitespaceMaarten Maathuis1-4/+1
2009-02-27exa: fixup exaAssertNotDirty.Maarten Maathuis3-8/+27
2009-02-27exa: minor glyphs cleanup.Maarten Maathuis1-13/+14
2009-02-27EXA: Fix check for whether the glyph we're evicting from the cache is in use.Michel Dänzer1-1/+3