summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-08dix: ignore non-pointer events in XineramaCheckMotion (#20557)Peter Hutterer1-0/+17
2009-05-08Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes1-3/+8
2009-05-08Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-05-08xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-05-08Add RandR 1.3 requests to protocol.txtJulien Cristau1-0/+7
2009-05-08Add XI 1.5 event and requests to protocol.txtJulien Cristau1-0/+5
2009-05-08xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+4
2009-05-08EXA: Guard empty pending region warning by DEBUG_MIGRATE.Michel Dänzer1-0/+2
2009-05-08EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer3-1/+51
2009-05-08DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-16security: Grant untrusted windows remove access on all windows.Eamon Walsh1-0/+5
2009-04-16security: Fix a crash caused by wrong ordering of format arguments.Eamon Walsh1-3/+4
2009-04-16security: Revert behavior of extension access for compatibility.Eamon Walsh1-14/+16
2009-04-14xserver 1.6.1xorg-server-1.6.1Adam Jackson1-2/+2
2009-04-13Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)Peter Hutterer1-3/+11
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg9-39/+69
2009-04-09xselinux: Don't BadAlloc in List* requests if there are no items to list.Eamon Walsh1-3/+3
2009-04-08xselinux: Don't require incoming context strings to be null-terminated.Eamon Walsh1-21/+45
2009-04-08Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1
2009-03-27Fix distcheck with doltAdam Jackson1-0/+2
2009-03-27Fix Changelog generationAdam Jackson1-1/+1
2009-03-27selinux: Add support for avc_acquire_netlink_fd()Adam Jackson3-0/+35
2009-03-27selinux: Don't bother relabeling resources that are being destroyedAdam Jackson1-0/+2
2009-03-27xkb: Fix wrong colour reference in XKB geometry copying. #20081Peter Hutterer1-2/+2
2009-03-27Xi: don't crash on a NULL property name, just return None.Peter Hutterer1-0/+6
2009-03-27Xi: add XATOM_FLOAT to server-defined properties.Peter Hutterer3-1/+64
2009-03-27Xi: add XIPropToInt() auxiliary function.Peter Hutterer2-0/+74
2009-03-20randr: Fix thinko in xf86TargetPreferredAdam Jackson1-2/+2
2009-03-03This patch changes all places in the X code to use _raw functions. TheEric Paris1-32/+32
2009-02-25X server version 1.6.0xorg-server-1.6.0Keith Packard1-2/+2
2009-02-25exa: kill of exaImageGlyphBltMaarten Maathuis1-134/+1
2009-02-25XQuartz: Re-enable support for capslockJeremy Huddleston1-1/+2
2009-02-25DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2009-02-25Add Extensions section to xorg.conf man pageAlan Coopersmith1-1/+28
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-167/+214
2009-02-25RandR rotations and reflections offset by one pixelKeith Packard1-14/+14
2009-02-19xf86CrtcShadowClear is unused.Keith Packard1-31/+0
2009-02-19Make panning+transform be correctly driven by mouseKeith Packard1-8/+173
2009-02-19Make RgbPath keyword in xorg.conf a non-fatal errorAlan Coopersmith2-0/+7
2009-02-18config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer1-6/+105
2009-02-18X11/fonts/fontmod.h doesn't exist anymore.Keith Packard1-1/+0
2009-02-18glx: Inialize best_score before calculating visual scoresIan Romanick1-1/+1
2009-02-18configure.ac: Support version strings like W.X.Y.Z-XXXXXXJeremy Huddleston1-1/+1
2009-02-18XQuartz: Don't need GlxSetVisualConfig any moreJeremy Huddleston1-2/+0
2009-02-17Bump to 1.5.99.903xorg-server-1.5.99.903Keith Packard1-2/+2
2009-02-17Eliminate the shadow clear on transform changeKeith Packard2-14/+29
2009-02-17Add XkbDir to Files config file sectionKeith Packard7-0/+25
2009-02-17RANDR: Fail softly on GetPanning if the screen can't do it.Adam Jackson1-16/+17
2009-02-17Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade4-97/+91
2009-02-17glx: fix retval checks when failures occur for drawable creation.Alan Hourihane1-1/+9