summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Stop the shoutingPeter Hutterer1-2/+2
2013-02-15Merge branch 'master' of git+ssh://people.freedesktop.org/~alanc/xserver into...Peter Hutterer1-5/+8
2013-02-15Xext: rename two shadowing variablesPeter Hutterer1-7/+7
2013-02-15Xext: renaming shadowing variablePeter Hutterer1-4/+4
2013-02-08Xext: if a root window is given in XTestFakeInput, move to thatPeter Hutterer1-1/+9
2013-02-08Xext: pass the current screen to miProcessDeviceEvent() from xtest callsPeter Hutterer1-1/+1
2013-02-08Xext: avoid null-pointer dereference in XTestFakeInput (#59937)Alan Coopersmith1-3/+2
2013-02-05Handle failure to create counter in init_system_idle_counterAlan Coopersmith1-5/+8
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-11-29When resetting device idle time, reset XIAll(Master)Devices too (#56649)Peter Hutterer1-0/+2
2012-11-05Xext: fix shadow warningsYaakov Selkowitz2-11/+11
2012-11-05Xext: fix redundant redeclaration warningsYaakov Selkowitz3-6/+0
2012-11-05Xext: fix unused variable warnings in xf86bigfont.cYaakov Selkowitz1-12/+0
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2012-08-06sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1bAdam Jackson1-12/+12
2012-07-16Fix two more C99 initialization mistakes using members of same structAlan Coopersmith2-5/+8
2012-07-10Sync: Always initialise system counter listDaniel Stone1-2/+2
2012-07-10GE: Remove unused RT_GECLIENTDaniel Stone1-2/+0
2012-07-10Xinerama: Reset Composite request vector on closeDaniel Stone1-0/+3
2012-07-10XvMC: Remove unused XvMCGenerationDaniel Stone1-2/+0
2012-07-10Xext: Only build one libraryDaniel Stone1-24/+2
2012-07-10Remove the last remnants of extmodDaniel Stone1-2/+0
2012-07-09Move SELinux from extmod to built-inDaniel Stone1-3/+5
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky3-22/+0
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky5-8/+27
2012-07-09Move XRes from extmod to built-inTomas Carnecky2-1/+3
2012-07-09Move DPMS from extmod to built-inTomas Carnecky1-1/+1
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