summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Xext: panoramiXprocs: fix typoLinus Arver1-1/+1
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-06-21xv: Don't send port notify when SetPortAttribute failsVille Syrjälä1-3/+4
2010-06-10Merge remote branch 'alanc/master'Keith Packard1-3/+5
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10SecurityResource should not segfault when client owning resource has exitedSam Lau1-3/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov9-102/+102
2010-06-07If XTest is always required, then eliminate the XTest devPrivateKeith Packard1-27/+6
2010-06-06Initialize private keys in test suiteKeith Packard1-1/+7
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov4-10/+6
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov2-3/+3
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp3-20/+6
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard11-48/+82
2010-06-05Change region implementation from macros to inline functions.Keith Packard1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard4-61/+61
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-17/+20
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp2-3/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp4-83/+83
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp6-111/+90
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-11/+11
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp3-14/+15
2010-06-03xext: delete wrong source reference from fontcacheTiago Vignatti1-1/+0
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais1-2/+2
2010-05-26xf86bigfont: Silence compiler warning by initializing pDesc.Jamey Sharp1-3/+1
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