summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2010-02-22xselinux: Bump extension minor version.HEADmasterEamon Walsh1-1/+1
2010-02-22xselinux: Rename window-related requests that now support pixmaps.Eamon Walsh2-14/+14
2010-02-22xselinux: Allow GetWindowContext to be used for pixmaps as well.Eamon Walsh1-3/+11
2010-02-22xselinux: Remove reference counting calls for SID objects.Eamon Walsh3-73/+20
2010-02-22libselinux now has a pkgconfig file. Use it.Eamon Walsh1-6/+0
2010-02-22xselinux: Allow SetWindowCreateContext to be used for pixmaps as well.Eamon Walsh1-1/+1
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith11-79/+52
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith10-4/+48
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith4-11/+21
2009-11-25Xext: Fix a memory leak on GE client disconnect.Rami Ylimaki1-6/+3
2009-10-28Alloc/free drawables array for each ProcPanoramiXShmGetImage call.Jamey Sharp1-8/+9
2009-10-14xselinux: Use the now-exported IsPointerDevice() instead of a copy.Eamon Walsh1-11/+1
2009-10-14xselinux: switch from x_device to separate x_pointer and x_keyboard classes.Eamon Walsh2-9/+51
2009-10-14xselinux: Stop special-casing QueryPointer access checks.Eamon Walsh1-11/+0
2009-10-14xselinux: Factor out some dynamic array code into common helpers.Eamon Walsh1-78/+95
2009-10-14xselinux: refactor extension code into smaller files.Eamon Walsh6-1465/+1642
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-3/+3
2009-10-08Remove static MAXSCREENS limit from Xext/shm.cJamey Sharp1-18/+61
2009-10-07Fix overlay detection when matching Xv adaptors across screens.Jamey Sharp1-1/+1
2009-09-29Fix ShmPutImage non-ZPixmap case.Michel Dänzer1-9/+34
2009-09-22Xext: switch mbuf.c to dixLookupResourceByTypePeter Hutterer1-13/+23
2009-09-22Xext: remove DisplayImageBuffers from mbuf.cPeter Hutterer1-36/+0
2009-09-22Xext: fix up multibuffer compiler errors.Peter Hutterer1-2/+248
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer10-25/+28
2009-09-21Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc.Peter Hutterer3-0/+5
2009-09-20Xext: include security protocol header instead of client headerThomas Jaeger1-1/+1
2009-09-10Xext: don't try to initialize XTEST device properties if they failed.Peter Hutterer1-11/+11
2009-09-02Correct outdated e-mail address in "Author" statements.Eamon Walsh5-5/+5
2009-09-01Xext: fix a typo for bigreqsproto.h header fileJerome Glisse1-1/+1
2009-08-31Xext: Require newer versions of xcmiscproto, bigreqsproto, and xf86bigfontpro...Jeremy Huddleston3-4/+3
2009-08-27Xext: rename Xtst* to XTest*Peter Hutterer1-43/+43
2009-08-27input: move XTest device initialization into Xext/xtest.cPeter Hutterer1-0/+142
2009-08-24Xext: remove un-used extern of DeviceMotionNotify.Peter Hutterer1-1/+0
2009-08-17xselinux: Allow per-client device create contexts.Eamon Walsh1-9/+1
2009-08-17xselinux: Add more new device permissions for XI2.Eamon Walsh1-2/+2
2009-08-17Don't reset the lastDeviceEventTime when doing DPMS actionsRichard Hughes1-13/+4
2009-08-14Xext: fix up wrong conditions for negative sync transitions.Peter Hutterer1-18/+14
2009-08-13Xext: add missing return code check to ProcSyncDestroyAlarmPeter Hutterer1-0/+1
2009-08-13Xext: allocate a separate event list for XTest events (#23100)Peter Hutterer1-6/+11
2009-07-17Xext: include securproto.h instead of securstr.hPeter Hutterer1-1/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer8-20/+35
2009-07-14Xext: switch to byte counting functionsPeter Hutterer12-51/+51
2009-07-07The way XaceHook() mixes struct initializers and va_arg() is not portable andMichael Lorenz1-63/+53
2009-07-06Xext: return BadValue for XTestFakeInput on unsupported capabilities.Peter Hutterer1-0/+23
2009-07-06Xext: remove unused variable 'it'.Peter Hutterer1-2/+0
2009-07-01input: store the master device's ID in the devPrivate for XTest devices.Peter Hutterer1-9/+1
2009-06-26xselinux: ignore property hook calls with the new Post access mode bit set.Eamon Walsh1-0/+4
2009-06-18xselinux: Add new device permissions for XI2.Eamon Walsh1-5/+5
2009-06-18xselinux: Move the security class mapping to the header file.Eamon Walsh2-26/+393
2009-05-28Merge branch 'master' into xi2Peter Hutterer14-620/+657