summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix formatting of address operatorsHEADmasterYaakov Selkowitz68-338/+338
2012-11-30Merge remote-tracking branch 'whot/for-keith'Keith Packard12-131/+122
2012-11-30randr: call RRProviderInit in the proper place.Dave Airlie1-0/+2
2012-11-29Merge branch 'high-resolution-touch-devices' into for-keithPeter Hutterer5-108/+99
2012-11-29hw/dmx: add update_desktop_dimensions() callSybren van Elderen1-0/+2
2012-11-29dix: use pixman for fp1616 conversionsPeter Hutterer1-19/+2
2012-11-29xkb: fill in keycode and event type for slow keys enablementPeter Hutterer2-2/+5
2012-11-29When resetting device idle time, reset XIAll(Master)Devices too (#56649)Peter Hutterer2-0/+4
2012-11-29cursor: Revise edge cases for the pointer moving towards barriersJasper St. Pierre1-2/+10
2012-11-28Merge remote-tracking branch 'jturney/mingw-patches'Keith Packard7-4/+34
2012-11-28hw/xwin: Fix for MinGW-w64 DirectDraw headersYaakov Selkowitz3-1/+6
2012-11-28dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32Jon TURNEY2-0/+13
2012-11-28os/osinit.c: no getpgrp() and setpgrp() on WIN32Ryan Pavlik1-0/+2
2012-11-28hw/xwin: use raise() instead of kill()Yaakov Selkowitz1-1/+2
2012-11-28os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't definedJon TURNEY1-2/+2
2012-11-28os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGWRyan Pavlik2-0/+9
2012-11-27xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-11-27xf86: Fix non-PCI configuration-less setupsThierry Reding1-0/+8
2012-11-27Merge remote-tracking branch 'daniels/master'Keith Packard10-11/+50
2012-11-27hw/xwin: Don't spam MotionNotify events when the mouse hasn't movedColin Harrison1-2/+7
2012-11-27hw/xwin: Don't log all fbConfigs and GL/WGL extensionsJon TURNEY1-7/+15
2012-11-27hw/xwin: Use pre-computed extent of damage for creating GDI regionJon TURNEY3-30/+13
2012-11-27hw/xwin: Ensure we own the clipboard before checking the format of it's contentsJon TURNEY1-18/+18
2012-11-27hw/xwin: Disable minimize button on window with skip-taskbar stateColin Harrison1-0/+3
2012-11-27hw/xwin: Process _NET_WM_STATE_SKIP_TASKBAR hint in multiwindow mode.Jon TURNEY1-6/+26
2012-11-27hw/xwin: Add a simple interface to the ITaskbarList COM interfaceJon TURNEY3-0/+96
2012-11-27hw/xwin: Enable RANDR resize by defaultJon TURNEY3-6/+8
2012-11-27hw/xwin: Enable AIGLX by defaultYaakov Selkowitz3-3/+3
2012-11-27hw/xwin: Restore non-latching modifier key state when an X window gains focusOliver Schmidt1-0/+22
2012-11-27hw/xwin: Give our logical xor operator a more logical nameJon TURNEY2-16/+12
2012-11-27hw/xwin: Add correct taskbar grouping of X windows on Windows 7Tobias Häußler7-3/+234
2012-11-27hw/xwin: Fix function name in log messageJon TURNEY1-1/+1
2012-11-27hw/xwin: Allow XScreenSaverSuspend() to effect Windows screen saver or monito...Jon TURNEY1-0/+9
2012-11-27hw/xwin: Avoid logging an extra blank line if BUILDERSTRING is emptyJon TURNEY1-1/+3
2012-11-27hw/xwin: Report which drawing engines are being enabled when checking for sup...Jon TURNEY1-3/+3
2012-11-27hw/xwin: Show any fatal error messageJon TURNEY1-6/+26
2012-11-21Ephyr: Find the right host screen when embeddedSjoerd Simons1-1/+3
2012-11-21vfb: Initialize the GLX extension again.Raphael Kubo da Costa1-0/+19
2012-11-21DMX: Add DMX and GLX extensionsDaniel Stone3-5/+23
2012-11-21Constify extensions in LoadExtension usersDaniel Stone3-3/+3
2012-11-21Constify argument to LoadExtensionDaniel Stone2-2/+2
2012-11-20dix: Save touchpoint last coordinates before transform. #49347Yuly Novikov2-15/+9
2012-11-20Simplify GetTouchEventsThomas Jaeger1-49/+17
2012-11-20Don't use GetTouchEvents in EmitTouchEndThomas Jaeger3-14/+40
2012-11-20Don't use GetTouchEvents when replaying eventsThomas Jaeger2-34/+29
2012-11-20Update the MD's position when a touch event is receivedThomas Jaeger1-0/+8
2012-11-18Merge remote-tracking branch 'whot/for-keith'Keith Packard14-399/+71
2012-11-19linux: Prefer ioctl(KDSKBMUTE, 1) over ioctl(KDSKBMODE, K_OFF)Adam Jackson1-10/+23
2012-11-19xfixes: let PointerBarrierClient->device_ids point to allocated memoryPeter Hutterer1-0/+4
2012-11-19Xi: Fix modifier swapping in XIPassiveGrabDeviceDaniel Martin1-5/+3