summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer1-0/+6
2010-08-09fonts: Fix refcounting for asynchronous font operations (#3040)Adam Jackson1-5/+0
2010-08-09Correct function name in dixRegisterPrivateKey commentsAlan Coopersmith1-2/+2
2010-07-06Merge remote branch 'whot/for-keith'Keith Packard1-2/+7
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer1-2/+7
2010-07-06Increase advertised RENDER protocol minor version to 11Robert Hooker1-1/+1
2010-07-01Merge remote branch 'whot/for-keith'Keith Packard1-0/+9
2010-07-01Revert "xkb: merge lockedPtrButtons state from all attached SDs."Keith Packard1-3/+0
2010-07-01Cast void* to pointer* to appease some compilers.James Jones1-1/+1
2010-07-02xkb: release XTEST pointer buttons on physical releases. (#28808)Peter Hutterer1-0/+6
2010-07-01xkb: merge lockedPtrButtons state from all attached SDs.Peter Hutterer1-0/+3
2010-06-30xkb: merge lockedPtrButtons state from all attached SDs.Keith Packard1-0/+3
2010-06-30OS support: fix writeable client vs IgnoreClient behaviorJesse Barnes1-0/+1
2010-06-24dix: use one single function to register fpe fontsTiago Vignatti1-4/+1
2010-06-22list.h: Fix list_for_each_entry_safe()Kristian Høgsberg1-3/+3
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard2-0/+5
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+1
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson1-0/+3
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard2-1/+3
2010-06-06Initialize private keys in test suiteKeith Packard2-0/+3
2010-06-05Add dixCreatePrivateKey APIKeith Packard1-0/+12
2010-06-05Change devPrivates implementation.Keith Packard1-36/+80
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard5-54/+150
2010-06-05Remove dixRegisterPrivateOffset; hard-code devPrivates offsets insteadKeith Packard1-14/+4
2010-06-05Add REGION_ macros for source compatibility with existing drivers.Keith Packard1-0/+39
2010-06-05Change region implementation from macros to inline functions.Keith Packard2-145/+192
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-63/+58
2010-06-05Change region implementation names to eliminate the 'mi' prefixKeith Packard1-46/+46
2010-06-03composite: use config notify hook to do pixmap resize.Dave Airlie1-1/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp2-3/+1
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-1/+1
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp2-11/+13
2010-06-03DRI2: Allow building without libdrmTiago Vignatti1-0/+3
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-1/+2
2010-05-28dix: add 3x3 transformation matrix xinput property for multi-head handlingPeter Korsgaard2-0/+11
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-5/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+5
2010-05-25dix: add helper functions to duplicate and free InputAttributes.Peter Hutterer1-0/+2
2010-05-22Declare functions that unconditionally call FatalError as _X_NORETURN.Jamey Sharp3-3/+3
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp2-2/+2
2010-05-19Merge remote branch 'vignatti/animcursor-state-fix'Keith Packard1-0/+8
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+3
2010-05-19render: set anim cursor state for pointer enabled devices onlyTiago Vignatti1-0/+8
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden1-10/+0
2010-05-14mi: removed unused PointerNonInterestBox functions.Oliver McFadden1-6/+0
2010-05-13Merge remote branch 'jamey/cleanups'Keith Packard3-4/+13
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-2/+4
2010-05-13Define GCAllBits as the union of all valid CreateGC masks.Jamey Sharp1-0/+2