summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-11dri2: Take an XID for tracking the DRI2 drawabledri2-resource-fixesKristian Høgsberg8-44/+164
2010-05-11list.h: Add list_for_each_entry_safe()Kristian Høgsberg1-0/+6
2010-05-11glxdri2: Hard-code the extension version we needKristian Høgsberg1-3/+3
2010-05-11dix: Update element count in FreeResource*()Kristian Høgsberg1-1/+9
2010-05-11xfree86: dga needs to use the master keyboard state (#27573)Peter Hutterer1-1/+3
2010-05-10Fix wrong bracket values when startOver = FALSE.David James1-11/+8
2010-05-10Merge remote branch 'jamey/for-keith'Keith Packard4-146/+120
2010-05-10Simplify error-handling in dixChangeGC.Jamey Sharp1-71/+46
2010-05-10miPolyPoint bugfix: Check memory allocation before changing the GC.Jamey Sharp1-2/+3
2010-05-10Move AppendSpanGroup from miwideline.h to miwideline.c.Jamey Sharp2-27/+30
2010-05-10Expand macros that are used only in miFillPolyHelper.Jamey Sharp2-46/+41
2010-05-08dmxBERestoreRenderGlyph was passing wrong value to freeKeith Packard1-1/+1
2010-05-07mi: Delete wide ellipse arc cacheAdam Jackson1-107/+11
2010-05-07Return BadPicture, not BadPixmap, if alpha-map is invalid.Jamey Sharp1-1/+1
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp4-98/+53
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp5-48/+33
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith8-66/+68
2010-05-07Fix mod() definition.Matthias Hopf1-1/+1
2010-05-07Export XkbCopyDeviceKeymap from Xorg, it is needed by VNC.Adam Tkac1-1/+1
2010-05-07dix: make DeviceEvent coordinates signed for Xinerama. #24986Chris Humbert1-2/+2
2010-05-07Xi: reset the known properties at the end of the server generation.Peter Hutterer3-0/+13
2010-05-04XQuartz: add new localization files to EXTRA_DISTJulien Cristau1-0/+4
2010-05-03Make sure XFixes invisible cursor gets freed on server resetKeith Packard1-11/+12
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard3-5/+19
2010-05-02Merge remote branch 'jeremyhu/master'Keith Packard5-5/+8
2010-05-02XQuartz GLX: Change around includes for better compatability with different O...Jeremy Huddleston2-1/+4
2010-05-02rootless: Add some sanity checking to miPaintWindowJeremy Huddleston1-0/+3
2010-05-02rootless: Remove an unneeded commentJeremy Huddleston1-4/+0
2010-05-02x-list.c: null-returning function malloc() was called without checkingOliver McFadden1-0/+1
2010-05-02dix: wrap variables with #ifdef when panoramix is not usedTiago Vignatti2-3/+2
2010-04-30Delete loop with no effect from GlyphUninitKeith Packard1-9/+0
2010-04-30Replace some input devPrivates with regular struct fieldsKeith Packard6-92/+47
2010-04-30Move callback definitions to their own fileKeith Packard3-30/+89
2010-04-30Move X_DEPRECATED to misc.h so it can be used outside resource.hKeith Packard2-6/+6
2010-04-30dix: Improve documentation of the DIX private data functions.Aaron Plattner1-7/+57
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard3-153/+104
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard4-12/+53
2010-04-30Merge remote branch 'yselkowitz/master'Keith Packard7-3591/+42
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard23-638/+312
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-28Cygwin/X: AIGLX using native WGLJon TURNEY17-1945/+2780
2010-04-28test: Fix linking of wrapped functions in XI2 tests.Rami Ylimäki1-8/+8
2010-04-27Remove mibank supportAdam Jackson7-2447/+186
2010-04-27xfree86: use screen privates for Xv offscreen images.Jamey Sharp1-9/+18
2010-04-27xfree86: use screen privates for exclusive DGA clients.Jamey Sharp1-33/+37
2010-04-27Make Xvfb independent of MAXSCREENS.Jamey Sharp1-5/+11
2010-04-27Xvfb: Simplify screen option processing.Jamey Sharp1-64/+27
2010-04-27Delete redundant scrnum field from Xvfb private screen-info struct.Jamey Sharp1-4/+2
2010-04-27Track screens' installed colormaps as screen privates.Jamey Sharp3-31/+30
2010-04-27Simplify XineramifyXv.Jamey Sharp1-83/+64