summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-16security: Grant untrusted windows remove access on all windows.server-1.5-branchEamon 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
2008-12-16xkb: Extra sanity checks to prevent dev->key == NULL dereferencing.Peter Hutterer1-4/+15
2008-12-16EXA: avoid copy operations if no boxes in useDave Airlie1-0/+4
2008-12-16Non-Linux OS'es should default to kbd driver, not now-dead keyboard driverAlan Coopersmith1-2/+2
2008-12-16Use OsSignal in Popen/Pclose to avoid SysV signal() stupidityAlan Coopersmith1-4/+4
2008-12-16XAA PixmapOps: Sync before accessing unwrapped callbacks.Luc Verhaegen3-3/+9
2008-12-16xfree86: xf86SetDepthBpp needs to respect the driver's depth24flagsJulien Cristau1-5/+0
2008-12-16mi: Fix infinite loop on regen when swrast_dri.so is missingJulien Cristau1-1/+2
2008-12-16int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges.Egbert Eich1-2/+10
2008-11-05xserver 1.5.3Adam Jackson1-2/+3
2008-11-05xfree86: fix compiler warnings in DoModalias()Julien Cristau1-3/+3
2008-11-05Xorg: add -modalias optionNathaniel McCallum4-135/+228
2008-11-05AIGLX: Reinstate call to driver texOffsetFinish hook.Michel Dänzer1-0/+2
2008-11-05linux: Drain the console fd of data when using evdev for keyboardsAdam Jackson1-0/+17
2008-11-05xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer2-2/+38
2008-11-05xfree86: if AllowEmptyInput is true, enable RAW mode on the console.Peter Hutterer1-1/+34
2008-11-05config: don't add duplicate devices through HAL.Peter Hutterer1-0/+27
2008-11-05Close well known connections in ServerAbort()Matthieu Herrb1-0/+1
2008-11-05exa: Add exaDrawableIsOffscreen() to the driver API.Adam Jackson2-3/+4
2008-11-05EXA: Avoid excessive syncing in PutImageMichel Dänzer1-2/+4
2008-11-05RANDR: Fix output property event delivery.Pierre Willenbrock1-0/+6
2008-11-05RANDR: Delivery output property events.Keith Packard1-6/+32
2008-11-05Force LC_ALL=C when building xf86DefModeSet.cRémi Cardona1-1/+2
2008-11-05Bug #17858: Fix Xvesa build on newer kernels.Martin von Gagern1-0/+7
2008-10-27dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.Maarten Maathuis1-2/+0
2008-10-27Bug #18159: Spell "anisotropic" correctlyAdam Jackson1-1/+1
2008-10-27kdrive: Hardcode a different wrong value for number of mouse buttonsAdam Jackson1-1/+1
2008-10-27Add backtrace definitions to dix-config.h.inAdam Jackson1-0/+6
2008-10-27mieq: Backtrace when the queue overflows.Adam Jackson1-0/+6
2008-10-27Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson4-173/+204
2008-10-27EDID: Catch even more cases of encoding aspect as size.Adam Jackson1-3/+7
2008-10-10xserver 1.5.2Adam Jackson1-2/+2
2008-10-10EDID: Catch monitors that encode aspect ratio for physical size.Adam Jackson1-0/+41
2008-10-09Revert "Array-index based devPrivates implementation."Adam Jackson2-109/+102
2008-10-08Fix GKVE with key_code > 255Julien Cristau1-3/+3
2008-10-08DGA: Fix ProcXF86DGASetViewPort for missing support in driver.Luc Verhaegen1-2/+5
2008-10-08Check nextEnabledOutput()'s return in bestModeForAspect()Zhenyu Wang1-1/+2
2008-10-08int10: Fix a nasty memory leak.Adam Jackson1-0/+2
2008-10-08int10: Don't warn when scanning for devices we don't have.Adam Jackson1-7/+1
2008-10-08int10: Remove useless check.Adam Jackson1-7/+0
2008-10-08Array-index based devPrivates implementation.Eamon Walsh2-102/+109
2008-10-08xkb: squash canonical types into explicit ones on core reconstruction.Peter Hutterer1-3/+10
2008-10-08xkb: fix core keyboard map generation. #14373Peter Hutterer1-5/+34
2008-10-08xkb: fix use of uninitialized variable.Kim Woelders1-12/+5
2008-10-06Remove usage of mfbChangeWindowAttributes missed in e4d11e58c...Alan Coopersmith1-1/+0
2008-09-24only build dri2 when DRI2 is enabledAlan Hourihane1-1/+5
2008-09-23xserver 1.5.1Adam Jackson1-2/+2
2008-09-23Move RELEASE_DATE below AC_INIT.Adam Jackson1-1/+1