summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-31composite: Remove unnecessary variable.Pauli Nieminen3-12/+2
2010-12-31composite: Only register the block handler when it is requiredPauli Nieminen2-33/+37
2010-12-31render: Enable animated cursor block handler only when neededPauli Nieminen1-5/+13
2010-12-31render: Don't filter 0 return from GetTimeInMillisPauli Nieminen1-2/+6
2010-12-31DIX: Reset window properties when freeing themDaniel Stone1-0/+3
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-12-31glx: warning fixesAdam Jackson2-2/+2
2010-12-31xcmisc: warning fixAdam Jackson1-0/+4
2010-12-31dri1: warning fixAdam Jackson1-1/+1
2010-12-31loader: warning fixAdam Jackson1-1/+1
2010-12-31config: warning fixesAdam Jackson1-1/+1
2010-12-31GLX: DRI2: Fix mismatched-types warningDaniel Stone1-1/+1
2010-12-31udev: Add strdups to kill const warningsDaniel Stone1-5/+12
2010-12-31Input: Set client error value for invalid mask bitsDaniel Stone4-5/+16
2010-12-31Make EventIsDeliverable non-staticChase Douglas2-12/+13
2010-12-31Resources: Move rClient to resource.hDaniel Stone4-6/+2
2010-12-31Export all valuator_mask_* functionsChase Douglas3-10/+8
2010-12-27Render: Fix 'comparing between distinct pointer types' warningDaniel Stone1-2/+4
2010-12-27mi: Sync: Don't free managed screen privateDaniel Stone1-1/+0
2010-12-27GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where availableDaniel Stone1-1/+15
2010-12-22EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).Michel Dänzer2-0/+4
2010-12-20xfree86: Convert some xf86BlockSIGIO to OsBlockSignalsAdam Jackson2-9/+7
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson8-71/+21
2010-12-20xfree86: Symmetrize xf86AccessEnter and xf86AccessLeaveAdam Jackson1-2/+0
2010-12-20fonts: Fix typo in async ListFonts logicAdam Jackson1-1/+1
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