summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Remove SCO supportAdam Jackson18-1062/+10
2010-12-20xfree86: Remove unused xf86inSuspendAdam Jackson3-5/+0
2010-12-20Merge remote branch 'alanc/master'Keith Packard3-3/+7
2010-12-20randr: check for virtual size limits before set crtcTiago Vignatti1-0/+12
2010-12-19Add EDID quirk for HP Compaq nc8430.Jörn Horstmann1-0/+5
2010-12-19IDLETIME: Fix edge-case in IdleTimeBlockHandlerChristopher James Halse Rogers1-0/+8
2010-12-19Xext: Fix edge case with {Positive, Negative}Transition triggers.Christopher James Halse Rogers1-0/+22
2010-12-18Bug 32436 - hw/xfree86/parser/Makefile.am TOP_SRCDIR should be top_srcdirAlan Coopersmith1-1/+1
2010-12-18Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.shDavid Barksdale1-1/+5
2010-12-18Typo in xserver Xvasprintf()Colin Harrison1-1/+1
2010-12-14Merge remote branch 'whot/for-keith'Keith Packard3-32/+53
2010-12-14Merge remote branch 'jeremyhu/master'Keith Packard14-491/+224
2010-12-14docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCSGaetan Nadon4-15/+2
2010-12-14hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONALGaetan Nadon1-1/+0
2010-12-14xfree86: always report the input options before initialising the device.Peter Hutterer1-0/+1
2010-12-13xfree86: swap the order to-be-merged lists in xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-12-10dix: allow for button-only input devices (#21457)Peter Hutterer1-15/+21
2010-12-08XQuartz GL: Add $(GL_CFLAGS) to CFLAGSJeremy Huddleston1-1/+1
2010-12-09xfree86: don't set movement flags for non-valuator events.Peter Hutterer1-8/+14
2010-12-09dix: clear up an overly convoluted if statement.Peter Hutterer1-9/+17
2010-12-08XQuartz: Just NSBeep() for XBell()Jeremy Huddleston13-490/+223
2010-12-08Fix Xwin build after af0f9f91Jon TURNEY1-1/+1
2010-12-07Merge remote branch 'alanc/master'Keith Packard66-242/+440
2010-12-07Convert cvt code to use XNFasprintf()Alan Coopersmith3-10/+23
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith7-32/+20
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith11-62/+36
2010-12-07Convert hw/xfree86/parser code to use asprintf() callsAlan Coopersmith3-19/+11
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith12-59/+88
2010-12-07Add asprintf() implementation for platforms without itAlan Coopersmith8-30/+230
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith28-28/+28
2010-12-07Move inclusion of panoramiX headers to top of render.cAlan Coopersmith1-3/+5
2010-12-07dix: Fix logic for displaying deprecation warning only once.Cyril Brulebois1-5/+5
2010-12-07dix: Simplify deprecated *Lookup* wrappers around dixLookup*.Cyril Brulebois1-10/+10
2010-12-07Replace SecurityLookupIDByClass() with dixLookupResourceByClass().Cyril Brulebois1-14/+19
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois2-5/+10
2010-12-07Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois1-21/+33
2010-12-07Enable silent rules for cat and echo.Cyril Brulebois3-30/+30
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 2.Cyril Brulebois3-5/+17
2010-12-07Replace LookupIDByType() with dixLookupResourceByType(), take 1.Cyril Brulebois4-58/+104
2010-12-07Fix missing <string.h> include.Cyril Brulebois1-0/+1
2010-12-07Fix GLX_LIBS vs. DMX_LIBS order.Cyril Brulebois1-1/+1
2010-12-06Version bumped to 1.9.99.901 (1.10 RC1)xorg-server-1.9.99.901Keith Packard1-2/+2
2010-12-06Bump extension ABI to 5James Jones1-1/+1
2010-12-06sync: syncObject may be None in SyncInitTriggerKeith Packard1-2/+2
2010-12-06randr: handle RRSetCrtcConfigs request with zero configsKeith Packard1-5/+3
2010-12-06ProcRRSetCrtcConfigs uses 'configs' without being initializedKeith Packard1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard6-41/+96
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard4-27/+33
2010-12-06DIX is responsible for ref counting scanout pixmaps.Keith Packard1-4/+0
2010-12-06randr: Hook up the new RandR 1.4 functionalityKeith Packard3-1/+139