summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Move MIT-SCREEN-SAVER from extmod to built-inTomas Carnecky1-1/+1
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone21-22/+16
2012-07-09Replace INITARGS with voidTomas Carnecky9-10/+10
2012-07-09Xinerama: Fix ExtensionInit prototypeDaniel Stone1-1/+1
2012-07-09Xext: Add hashtable.h to sources to fix distcheckDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith7-61/+67
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith17-378/+471
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith2-2/+2
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-2/+4
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith2-6/+7
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith17-100/+94
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie5-11/+11
2012-05-24Xext: include dix-config.hPeter Hutterer1-0/+4
2012-04-23xres: Fix build without compositeJeremy Huddleston1-0/+3
2012-04-18dix: add reference count of the resource to ResourceSizeRecErkki Seppälä1-5/+476
2012-04-18Xext: add a generic hashtable implementationErkki Seppälä3-1/+429
2012-04-18composite: Report pixmap usage of client windows to resource extension.Rami Ylimäki1-1/+13
2012-04-18render: Report pixmap usage of pictures to resource extension.Rami Ylimäki1-0/+27
2012-04-18Implemented first part of XResource extension v1.2: X_XResQueryClientIdsErkki Seppälä1-5/+312
2012-03-22Xext: Add per-device SyncCountersPeter Hutterer2-5/+46
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer2-3/+6
2012-03-22Xext: strdup() the SystemSyncCounter namePeter Hutterer2-2/+3
2012-03-22Xext: store the bracket values for idle counters in the privatePeter Hutterer1-18/+27
2012-03-22Xext: pass the counter into block/wakeup handlersPeter Hutterer1-4/+4
2012-03-22Xext: add a private field to SyncSystemCountersPeter Hutterer2-0/+11
2012-03-22Xext: localise pIdleTimeValueLess/GreaterPeter Hutterer1-12/+16
2012-03-22Xext: localise use of IdleTimeCounterPeter Hutterer1-7/+9
2012-03-22sync: Use a linked list instead of an array for SysCounterList.Jamey Sharp2-39/+17
2012-03-22Xext: SyncCreateSystemCounter returns a SyncCounter*Peter Hutterer2-7/+7
2012-03-22Xext: remove needless /* parameter */ comments in declarationPeter Hutterer1-7/+6
2012-03-22Xext: typedef QueryValue and BracketValue prototypesPeter Hutterer2-27/+14
2012-03-22Xext: drop InitServertime() declaration.Peter Hutterer1-2/+0
2012-03-22Xext: return BadAccess if PickPointer fails (#45796)Peter Hutterer1-0/+10
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone2-7/+7
2012-03-21Xinerama: Fix up obnoxiously-indented codeDaniel Stone1-14/+12
2012-03-21Introduce a consistent coding styleKeith Packard41-10515/+10174
2012-01-26Xext: Warning fix for shm.cJon TURNEY1-1/+1
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06xace: ricer tuning for XaceHookAdam Jackson1-0/+4
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-1/+1
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-1/+2
2011-12-12xres.c: Preserve constness of string returned by LookupResourceNameAlan Coopersmith1-2/+2
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-12-06xext: don't free uninitialised pointer when malloc fails. (v2)Dave Airlie1-2/+1
2011-12-01Save major/minor opcodes in ClientRec for RecordAReplyKeith Packard2-5/+3
2011-12-01Merge remote-tracking branch 'jcristau/for-keith'Keith Packard1-1/+1
2011-11-23Fix gcc -Wwrite-strings warnings in various extensionsAlan Coopersmith4-7/+7
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-23Convert AllocXTestDevice to use asprintfAlan Coopersmith1-4/+3