summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Merge remote-tracking branch 'whot/for-keith'Keith Packard3-1/+15
2012-06-07dix: disable all devices before shutdownPeter Hutterer1-1/+1
2012-06-07dix: move freeing the sprite into a functionPeter Hutterer1-0/+2
2012-06-07include: add BUG_RETURN_* macrosPeter Hutterer1-0/+12
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie3-12/+5
2012-05-21config/udev: add pre_init stage to config and udev.Dave Airlie1-0/+1
2012-05-17Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-0/+4
2012-05-17XQuartz: Declare noPseudoramiXExtension for miinitext.cJeremy Huddleston1-0/+4
2012-05-17dix: Move DeviceFocusEvent from Xi into enterleave.cPeter Hutterer1-7/+0
2012-05-16include: don't redeclare device events in xkbsrv.hPeter Hutterer1-3/+0
2012-05-16dix: indentation fixes for pointer accelerationSimon Thum1-10/+5
2012-05-14dix: Remove redundant declarations.Michal Suchanek2-7/+3
2012-05-14xserver: Remove duplicate declaration in resource.hMichal Suchanek1-3/+0
2012-05-09Merge remote-tracking branch 'whot/for-keith'Keith Packard1-0/+12
2012-05-04os: Add CryptoAPI as a choice of SHA1 implementationYaakov Selkowitz1-0/+3
2012-05-03os/xprintf: add Xvscnprintf and XscnprintfDaniel Kurtz1-0/+12
2012-05-01os: Add -displayfd optionChase Douglas1-0/+1
2012-04-23os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTFJeremy Huddleston1-1/+2
2012-04-19Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+4
2012-04-18Rename TouchEnsureSprite to TouchBuildSprite and event type checksChase Douglas1-2/+2
2012-04-18Split out helper function TouchListenerAcceptReject()Chase Douglas1-0/+2
2012-04-18dix: add reference count of the resource to ResourceSizeRecErkki Seppälä1-0/+2
2012-04-18dix: don't use a local wrapper for calling HashResourceIDErkki Seppälä1-3/+5
2012-04-18dix: add hashing functions to resource.h for others to use.Erkki Seppälä1-1/+12
2012-04-18dix: add a mechanism for iterating through all subresourcesErkki Seppälä1-0/+16
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+25
2012-04-18Implemented first part of XResource extension v1.2: X_XResQueryClientIdsErkki Seppälä1-1/+1
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-22Merge branch 'per-device-sync-counters' into for-keithPeter Hutterer3-2/+5
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer1-0/+2
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer2-2/+3
2012-03-22include: add an X_DEBUG message typePeter Hutterer1-0/+1
2012-03-22Xi: Fix TouchEnd to TouchUpdate change for one accepted grabChase Douglas1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard63-5376/+4934
2012-02-11Merge remote-tracking branch 'alanc/master'Keith Packard2-59/+59
2012-02-08Implement touch early acceptChase Douglas1-0/+2
2012-02-08Check for proper window ID when processing touch allow requestsChase Douglas1-1/+1
2012-02-08Move AllowTouch to dix/touch.c, and rename to TouchAcceptRejectChase Douglas1-0/+2
2012-02-08Export TouchEventRejected as TouchRejectedChase Douglas1-0/+7
2012-02-08Store window pointer in touch listener recordChase Douglas2-1/+3
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith2-59/+59
2012-01-24include: Fix comment typoPeter Hutterer1-1/+1
2012-01-13include: prettify BUG_WARN outputPeter Hutterer1-1/+2
2012-01-12Revert "dix: Repack ClientRec"Keith Packard1-14/+15
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard2-1/+2
2012-01-12Revert "dix: Fix types in WindowOptRec"Keith Packard1-2/+2
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard3-19/+17
2012-01-06dix: Fix types in WindowOptRecAdam Jackson1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson2-2/+1
2012-01-06dix: Repack ClientRecAdam Jackson1-15/+14