summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge remote-tracking branch 'koba/reviewed'Keith Packard8-102/+23
2011-10-31dix: Reinstate GetImage window size checkAaron Plattner1-0/+8
2011-10-30Merge remote-tracking branch 'whot/for-keith'Keith Packard7-19/+60
2011-10-31dix: block signals when closing all devicesPeter Hutterer1-0/+4
2011-10-31xfree86: fix potential buffer overflowServaas Vandenberghe2-4/+39
2011-10-31xfree86: reduce calls to input_option_get_key/valuePeter Hutterer1-9/+12
2011-10-29xfree86: add nouveau as the first automatic driver for NVIDIA hardwareAnssi Hannula1-1/+9
2011-10-29bsd: alpha_video: Remove unused variablesAlexandr Shadchin1-3/+0
2011-10-29bsd: alpha_video: Simplify #includeAlexandr Shadchin1-6/+4
2011-10-29bsd: alpha_video: Function sethae() need only for FreeBSDAlexandr Shadchin1-37/+14
2011-10-29Move check definition MAP_FAILED in xf86_OSlib.hAlexandr Shadchin8-30/+4
2011-10-29Remove odd definition DEV_MEMAlexandr Shadchin4-7/+1
2011-10-29Remove BSDi supportAlexandr Shadchin1-17/+2
2011-10-29Remove unused VT_SYSREQ_DEFAULTAlexandr Shadchin1-4/+0
2011-10-28Fix position _X_EXPORTAlexandr Shadchin1-2/+2
2011-10-28bsd: Remove odd message about -sharevtsAlexandr Shadchin1-1/+0
2011-10-27test: fix two more failing FP3232 testsDave Airlie3-6/+5
2011-10-26XWin: windowswm: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-26XQuartz: appledri: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-26XQuartz: applewm: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-24Merge remote-tracking branch 'whot/for-keith'Keith Packard24-169/+265
2011-10-25kdrive: check for null memory, fix OOBPeter Hutterer1-1/+7
2011-10-25Use new FP1616/FP3232 conversion functionsPeter Hutterer2-14/+7
2011-10-25test: fix test with new double -> fp3232 conversion functionsPeter Hutterer1-4/+3
2011-10-25Xi: send DeviceChangedEvents when the scroll valuators change valuePeter Hutterer1-1/+12
2011-10-25dix: accept a NULL master for CreateClassesChangedEventPeter Hutterer1-1/+1
2011-10-25Xi: ensure the deviceid for DeviceChangedEvents is always the right onePeter Hutterer1-0/+1
2011-10-25dix: pass the flags into the CreateClassesChangedEventPeter Hutterer2-5/+5
2011-10-25dix: drop unused argument from XISendDeviceChangedEventPeter Hutterer3-6/+5
2011-10-25dix: add ScrollInfo to DeviceChangedEventsPeter Hutterer4-0/+75
2011-10-25xkb: Support noLock and noUnlock flags for LockModsAndreas Wettstein1-2/+5
2011-10-25xfree86 doc: replace driver "keyboard" with "kbd"Peter Hutterer1-2/+2
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer2-28/+9
2011-10-25dix: move #if statement to stop compiler warningPeter Hutterer1-2/+2
2011-10-25xfree86: Fix a comment, the old function doesn't exist anymorePeter Hutterer1-1/+1
2011-10-25xfree86: use xf86AddNewOption instead of xf86addNewOptionPeter Hutterer1-4/+4
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer10-43/+59
2011-10-25kdrive: switch to new InputOption API.Peter Hutterer1-60/+72
2011-10-24Bug 38420: Xvfb crashes in miInitVisuals() when started with depth=2Christopher Yeleighton1-0/+2
2011-10-24Merge remote-tracking branch 'jeremyhu/master'Keith Packard8-199/+543
2011-10-24xf86Crtc: handle no outputs with no modes harder.Dave Airlie1-22/+19
2011-10-24XQuartz: Fix the filename of our log fileJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Allow byte swapped requestsJeremy Huddleston1-5/+91
2011-10-21XQuartz: appledri: Fix byte swapping in repliesJeremy Huddleston1-3/+36
2011-10-21XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmapJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Change whitespace in appledristr.h to match mesaJeremy Huddleston1-141/+157
2011-10-21Xnest: Match the host's keymapJeremy Huddleston1-4/+21
2011-10-21test: Add unit test for mieqJeremy Huddleston1-0/+69
2011-10-21mieq: Reserve some space in EQ for release and other special eventsJeremy Huddleston1-4/+29
2011-10-21mieq: Provide better adaptability and diagnostics during mieq overflowJeremy Huddleston1-36/+127