summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-14os: fix pnprintf OOB buffer read for unterminated length modifiersPeter Hutterer2-0/+11
2013-02-14XORG_TLS: Pick the first option that works (ie: prefer __thread)Jeremy Huddleston Sequoia1-1/+1
2013-02-14os: Ensure <dix-config.h> is included in strndup.cJeremy Huddleston Sequoia1-0/+4
2013-02-14XQuartz: Ensure <dix-config.h> is included in capabilities.cJeremy Huddleston Sequoia1-0/+4
2013-02-13Update to version 1.3.99.902 (1.14 RC2)xorg-server-1.13.99.902Keith Packard1-3/+3
2013-02-11randr: unref the provider shared pixmap the appropriate number of timesAaron Plattner1-0/+5
2013-02-11xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86WakeupAaron Plattner1-2/+2
2013-02-11xfree86: Man page shouldn't say Device is mandatory anymoreBryce Harrington1-7/+4
2013-02-11xfree86: Use fbdev/vesa driver on Oaktrail, Medfield, CDV rather than -intelBryce Harrington1-8/+56
2013-02-08randr: bump advertised RandR version to 1.4Dave Airlie2-2/+2
2013-02-08Short-cut the input device cleanup process during AbortServer()Peter Hutterer4-2/+23
2013-02-08dix: support the transformation matrix for relative devices.Peter Hutterer3-11/+45
2013-02-08os: Round fraction in pnprintf %f formatKeith Packard1-1/+1
2013-02-08dix: Set focus field on XI2 crossing eventsCarlos Garnacho1-0/+6
2013-02-08dix: when shutting down slave devices, shut down xtest devices lastPeter Hutterer1-0/+6
2013-02-08Merge branch 'ptraccel-fixes' into for-keithPeter Hutterer6-125/+191
2013-02-08dix: pre-scale relative events from abs devices to desktop ratio (#31636)Peter Hutterer1-2/+24
2013-02-08dix: unify prefix for ptraccel debugging in DebugAccelF macroPeter Hutterer1-11/+14
2013-02-08dix: use BUG_RETURN_VAL for an error messagePeter Hutterer1-5/+2
2013-02-08dix: add some more info to a ptraccel debug msgPeter Hutterer1-1/+2
2013-02-08dix: fix ptraccel debugging printfsPeter Hutterer1-6/+5
2013-02-08xkb: Fix repeat behaviour of redirect and message actionsAndreas Wettstein1-57/+90
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer3-7/+22
2013-02-08Xext: pass the current screen to miProcessDeviceEvent() from xtest callsPeter Hutterer1-1/+1
2013-02-08dix: when scaling from desktop coord, take the total desktop size (#51904)Sybren van Elderen1-2/+2
2013-02-08include: fix typo in list descriptionPeter Hutterer1-1/+1
2013-02-08xfree86: bail on misformed acpi strings (#73227)Ted Felix1-3/+6
2013-02-08Xi: limit valuator copy to valuator array size (#59939)Peter Hutterer1-1/+1
2013-02-08Xext: avoid null-pointer dereference in XTestFakeInput (#59937)Alan Coopersmith1-3/+2
2013-02-08dmx: don't include dmx-config.h from xdmxconfig (#37502)Peter Hutterer1-3/+0
2013-01-23protocol-versions: Bump minor version of XIJasper St. Pierre1-1/+1
2013-01-21config/udev: fix "removing GPU device" format string mistakeAaron Plattner1-1/+1
2013-01-21xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637Dave Airlie1-2/+0
2013-01-20Merge remote-tracking branch 'jturney/xserver-next'Keith Packard10-74/+157
2013-01-20Merge remote-tracking branch 'whot/for-keith'Keith Packard16-85/+93
2013-01-17os: add support for %f to pnprintfPeter Hutterer4-1/+99
2013-01-17os: silently ignore length modifiers in pnprintfPeter Hutterer1-1/+7
2013-01-17test/signal-logging: simplify tests using sprintfPeter Hutterer1-102/+42
2013-01-16hw/xwin: Stop assuming WS_EX_APPWINDOW style in WM_SHOWWINDOWJon TURNEY1-32/+27
2013-01-16hw/xwin: Use ITaskBarList interface to ensure show-on-taskbar state is update...Jon TURNEY1-0/+13
2013-01-16hw/xwin: Ensure full styling is applied when the window is mappedJon TURNEY1-20/+28
2013-01-16hw/xwin: Make sure that WM_WM_HINTS_EVENT does nothing for override-redirect ...Jon TURNEY1-0/+6
2013-01-16hw/xwin: Add a new WM_WM_HINTS_EVENT event to update window styleJon TURNEY2-7/+53
2013-01-16hw/xwin: Move reshape code from winUpdateWindowPosition() to the map event ha...Jon TURNEY2-9/+16
2013-01-16hw/xwin: Add missing include xwin-config.h to winglobals.hRyan Pavlik1-0/+4
2013-01-16include: Add RELOCATE_PROJECTROOT to xwin-config.h headerRyan Pavlik1-0/+3
2013-01-11Merge branch 'pointer-emulation-fixes-56558-v2' into for-keithPeter Hutterer5-62/+50
2013-01-11dix: typo fix in commentPeter Hutterer1-1/+1
2013-01-11dix: fix error logging occuring in signal context of GetTouchEventsBenjamin Tissoires1-4/+4
2013-01-11xfree86: don't access the old input handler after freeing itPeter Hutterer1-4/+6