summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov19-179/+179
2010-05-10Fix wrong bracket values when startOver = FALSE.David James1-11/+8
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-12/+2
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard1-83/+64
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-1/+5
2010-04-27Simplify XineramifyXv.Jamey Sharp1-83/+64
2010-04-27Xext: only update the sprite on pointer events.Peter Hutterer1-1/+5
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp4-18/+6
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard6-3680/+3
2010-04-21Death to Multibuffer extensionTiago Vignatti6-3680/+3
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-8/+0
2010-04-13XGE: don't register an extension eventJulien Cristau2-15/+1
2010-03-22Xext: Fix cursor reference counting hazard.Michel Dänzer1-1/+1
2010-03-22New header for XF86Bigfont server functionsYaakov Selkowitz3-1/+36
2010-03-22Xext: fix old-style function definitions in xf86bigfont.cYaakov Selkowitz1-2/+2
2010-03-12Xext: Link to external libraries when necessary.Eamon Walsh1-0/+4
2010-02-22xselinux: Bump extension minor version.Eamon 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