summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Merge branch 'cygwin-patches-for-1.13' into cygwin-release-1.13xserver-cygwin-1.13.1-1Jon TURNEY31-1215/+1682
2012-12-19Fix some comments in keyboard.cJon TURNEY1-3/+3
2012-12-19Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-11/+14
2012-12-19Adjust keyboard functions so that they are useful in a libraryJon TURNEY5-35/+31
2012-12-19Move keyboard event utility functions to wmutil libraryJon TURNEY7-297/+372
2012-12-19Make link properly depend on libXWinWMUtilJon TURNEY1-4/+6
2012-12-19Adjust winMouseWheel() interface so it's useful in libraryJon TURNEY5-36/+69
2012-12-19Move winMouseWheel() to wmutil libraryJon TURNEY3-77/+121
2012-12-19Adjust winXCursorToHCURSOR() interface so it's useful in libraryJon TURNEY3-95/+142
2012-12-19Move winXCursorToHCURSOR() to wmutil libraryJon TURNEY4-288/+388
2012-12-17Merge tag 'xorg-server-1.13.1' into cygwin-release-1.13Jon TURNEY28-74/+202
2012-12-13No changes from 1.13.0.902 (rc2)xorg-server-1.13.1Matt Dew1-3/+3
2012-12-06Bump versionxorg-server-1.13.0.902Matt Dew1-3/+3
2012-12-06Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~whot/xserv...Matt Dew7-9/+24
2012-12-05Xi: Fix modifier swapping in XIPassiveGrabDeviceDaniel Martin1-5/+3
2012-12-05hw/dmx: add update_desktop_dimensions() callSybren van Elderen1-0/+2
2012-12-05xkb: fill in keycode and event type for slow keys enablementPeter Hutterer2-2/+5
2012-12-05cursor: Revise edge cases for the pointer moving towards barriersJasper St. Pierre1-2/+10
2012-12-05When resetting device idle time, reset XIAll(Master)Devices too (#56649)Peter Hutterer2-0/+4
2012-12-04xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-12-04xf86: fix compat output selection for no output GPUsKeith Packard1-1/+2
2012-12-04randr: call RRProviderInit in the proper place.Dave Airlie1-0/+2
2012-11-30Rename ErrorF()->winError() in libXWinWMUtilJon TURNEY2-4/+14
2012-11-30xcb-ify icon conversionJon TURNEY4-74/+100
2012-11-29Move winXIconToHICON() to wmutil libraryJon TURNEY6-493/+583
2012-11-29Fix 'make distcheck' for hw/xwinJon TURNEY1-1/+1
2012-11-22Bump release info for this RC1.xorg-server-1.13.0.901Matt Dew1-3/+3
2012-11-09Follow up patch to "_NET_WM_STATE is ATOM[] not ATOM"Jon TURNEY1-5/+5
2012-11-07EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.Michel Dänzer2-4/+13
2012-11-07Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~whot/xserv...Matt Dew7-12/+62
2012-11-07Xi: Set modifier mask on touch eventsCarlos Garnacho1-0/+5
2012-11-07Xi: Update the device after delivering the emulated pointer event(#56558)Carlos Garnacho1-3/+4
2012-11-07Sync TouchListener memory allocation with population in TouchSetupListeners()Carlos Garnacho1-2/+2
2012-11-07dix: fix zaphod screen scrossing (#54654)Peter Hutterer1-2/+3
2012-11-07Xi: don't deliver TouchEnd to a client waiting for TouchBegin (#55738)Peter Hutterer1-0/+5
2012-11-07xkb: ProcesssPointerEvent must work on the VCP if it gets the VCPPeter Hutterer1-1/+1
2012-11-07End physically active touches when device is disabledChase Douglas3-0/+30
2012-11-07dix: fix crash on shutdown if a disabled device is still grabbed (XI1 grab)Peter Hutterer1-4/+12
2012-11-05Follow up patch to "Consider modifier keys on gaining focus"Jon TURNEY1-13/+31
2012-11-01Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~airlied/xs...Matt Dew4-34/+58
2012-11-02xf86: fix multi-seat video device support. (v2)Dave Airlie2-0/+7
2012-11-02config/udev: ignore change on drm devicesDave Airlie1-1/+7
2012-11-02xf86/platform: scan pci after probing devicesDave Airlie1-1/+2
2012-11-02dri2: invalidate drawable after sharing pixmapDave Airlie1-32/+42
2012-10-30Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~jturney/xs...Matt Dew5-5/+11
2012-10-23hw/xwin: Bring the X screen window to the front on a single left-click on the...Jon TURNEY1-1/+1
2012-10-23hw/xwin: put spurious wake reporting under HAS_DEVWINDOWSYaakov Selkowitz1-0/+2
2012-10-23hw/xwin: Provide HOST_NAME_MAX for MinGWJon TURNEY1-0/+4
2012-10-23os: disable backtrace code on MinGWYaakov Selkowitz1-0/+7
2012-10-23hw/xwin: avoid missing strnlen on MinGWYaakov Selkowitz1-0/+6