summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Bump to 1.8.99.901 -- 1.9 RC1xorg-server-1.8.99.901Keith Packard1-2/+2
2010-06-11Merge remote branch 'dottedmag/for-keithp'Keith Packard30-151/+119
2010-06-11exa: fix ExaCheckCopyNtoN for exa_classic when source = destÉric Piel1-1/+2
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner11-84/+47
2010-06-11record: move free() to after last use of pContextMatt Turner1-2/+2
2010-06-11xkb: replace xstrdup with strdup in Win32SystemMikhail Gusarov1-1/+6
2010-06-11config: Replace xstrdup with strdup in add_option()Mikhail Gusarov1-1/+1
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-14/+14
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11xwin: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov3-8/+8
2010-06-11kdrive: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-11dmx: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-3/+3
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov8-26/+26
2010-06-10Merge remote branch 'alanc/master'Keith Packard5-9/+20
2010-06-10Ignore RandR timestamps harderKeith Packard1-33/+0
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard3-4/+4
2010-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Record some additional library dependencies in xf86 modulesAlan Coopersmith3-1/+10
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard16-138/+713
2010-06-11Xi: don't copy the modifier key count when copying device classes (#25480)Peter Hutterer1-4/+0
2010-06-11config: remove redundant DBUS API define, require dbus-1 >= 1.0Peter Hutterer2-2/+2
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson5-22/+57
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson4-109/+179
2010-06-11config: Script to convert HAL fdi settings to InputClass sectionsDan Nicholson2-1/+203
2010-06-11xfree86: Match devices based on USB IDDan Nicholson10-0/+88
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson10-1/+68
2010-06-10Merge remote branch 'jeremyhu/master'Keith Packard4-29/+31
2010-06-10dri2: Only deal with output windows and pixmaps.Keith Packard2-7/+12
2010-06-10glxdriswrast bugfix: configure swapgc, not gc.Jamey Sharp1-1/+1
2010-06-10DRI2: Don't return junk reply instead of blocking in glXWaitForSbcOML()Mario Kleiner3-21/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov145-847/+847
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson7-1/+66
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66
2010-06-10xfree86: Constify InputClass functionsDan Nicholson1-3/+4
2010-06-10config/hal: Missing newline in log messageDan Nicholson1-1/+1
2010-06-10config/udev: Add verbose info when fetching udev propertiesDan Nicholson1-3/+36
2010-06-10config/hal: don't leak the input.tags propertyDan Nicholson1-1/+4
2010-06-08XQuartz: Add more sanity checking around string manipulation for xmodmapJeremy Huddleston1-11/+19
2010-06-08XQuartz: Fix build regression from faeebead7bfcc78535757ca7acc1faf7554c03b7Jeremy Huddleston3-18/+12
2010-06-07Make DRI_SCREEN_PRIV just return NULL when DRI isn't initializedKeith Packard1-1/+2
2010-06-07randr: prevent an unnecessary screen resize with multiple displaysBen Skeggs1-2/+2
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard5-30/+9
2010-06-07dri2: Deal with input-only windows by using WindowDrawable()Keith Packard1-5/+5
2010-06-06Initialize private keys in test suiteKeith Packard7-4/+31
2010-06-06Place glyph privates at correct location within the allocate storageKeith Packard1-5/+5
2010-06-06randr: Make deletion of output properties more robustMikhail Gusarov1-41/+35
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov84-412/+240
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov32-132/+132
2010-06-06xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logicMikhail Gusarov1-71/+23