summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp11-102/+113
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp4-7/+3
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-4/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp7-19/+3
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp5-21/+9
2010-05-19xv: TryClientEvents already checks client and sets sequenceNumber.Jamey Sharp1-22/+14
2010-05-18SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp17-82/+75
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp2-9/+0
2010-05-13xselinux: Remove use of devPrivates init/free callbacks.Eamon Walsh2-46/+5
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