summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-10-18fix a sign problem with valuator data.Joe Shaw1-1/+1
2010-10-13dix: optimize CallCallbacksAdam Jackson1-1/+8
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson1-4/+2
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp1-1/+1
2010-09-23xfree86: nds32: add nds32 related definitions into include headers.Macpaul Lin1-0/+21
2010-09-18Introduce per-object per-screen privates.Jamey Sharp1-11/+40
2010-09-13Un-export CreateScratchGC now that nothing external uses it.Jamey Sharp1-4/+0
2010-09-13Delete Colormap->devPriv. It isn't used any more.Jamey Sharp1-3/+1
2010-09-13dixfonts: Deobfuscate GC ops calls.Jamey Sharp1-24/+0
2010-09-13Delete unused lastWinOrg field from GCs.Jamey Sharp1-1/+0
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp1-3/+0
2010-09-10os: simplify smart scheduler init processTiago Vignatti1-1/+1
2010-09-10os: add -sigstop option for Upstart (or equivalent) startupVignatti Tiago (Nokia-MS/Helsinki)1-0/+1
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