Age | Commit message (Expand) | Author | Files | Lines |
2010-05-13 | dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere. | Jamey Sharp | 22 | -164/+181 |
2010-05-13 | Don't statically allocate the ChangeGC parameter array. | Jamey Sharp | 1 | -17/+12 |
2010-05-13 | Simplify miFillPolyHelper and miLineArc. | Jamey Sharp | 1 | -52/+27 |
2010-05-13 | miwideline: Factor out span buffer allocation. | Jamey Sharp | 1 | -74/+32 |
2010-05-13 | xselinux: Remove use of devPrivates init/free callbacks. | Eamon Walsh | 2 | -46/+5 |
2010-05-13 | Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN | Jeremy Huddleston | 5 | -44/+24 |
2010-05-13 | dri2: Send out event when auxillary buffers are invalidated | Kristian Høgsberg | 5 | -11/+106 |
2010-05-13 | Remove ResNoAvoid definition, missed in the RAC removal | Alan Coopersmith | 1 | -3/+0 |
2010-05-12 | CreateGC: Pass current client on to ChangeGC. | Jamey Sharp | 1 | -1/+1 |
2010-05-12 | Kill ChangeGC in favor of dixChangeGC. | Jamey Sharp | 9 | -33/+18 |
2010-05-12 | Kill DoChangeGC in favor of dixChangeGC. | Jamey Sharp | 14 | -92/+40 |
2010-05-12 | doPolyText needs UseAccess to each font, not ReadAccess. | Jamey Sharp | 1 | -1/+1 |
2010-05-12 | Merge remote branch 'dottedmag/for-keithp' | Keith Packard | 7 | -35/+40 |
2010-05-13 | Misc coding style cleanup | Mikhail Gusarov | 1 | -4/+4 |
2010-05-13 | Remove useless casts | Mikhail Gusarov | 1 | -12/+13 |
2010-05-13 | Fix code style: extra whitespace before () | Mikhail Gusarov | 1 | -1/+1 |
2010-05-13 | Fix warning: it's safe to pass atom strings > XA_LAST_PREDEFINED to free(3) | Mikhail Gusarov | 1 | -2/+7 |
2010-05-13 | Mark OsAbort as noreturn function to make gcc happier. | Mikhail Gusarov | 1 | -1/+1 |
2010-05-13 | Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc | Mikhail Gusarov | 3 | -7/+9 |
2010-05-13 | Do not jump through the hoops to deallocate xkbbasedirflag variable | Mikhail Gusarov | 1 | -5/+3 |
2010-05-13 | Turn sprintf argument into literaral string, shutting up gcc warning | Mikhail Gusarov | 1 | -3/+2 |
2010-05-13 | Do not use deprecated Xalloc function | Mikhail Gusarov | 1 | -1/+1 |
2010-05-12 | SetFontPath: set client->errorValue on failure. | Jamey Sharp | 4 | -22/+11 |
2010-05-13 | Removed outdated comments obsoleted by documentation in headers | Mikhail Gusarov | 1 | -27/+0 |
2010-05-13 | Use lowercase variant of XNFalloc and Xstrdup | Mikhail Gusarov | 2 | -2/+2 |
2010-05-13 | Replace X-allocation functions with their C89 counterparts | Mikhail Gusarov | 345 | -3011/+3011 |
2010-05-13 | Deprecate allocation functions which are plain wrappers for C stdlib | Mikhail Gusarov | 1 | -4/+5 |
2010-05-13 | Document allocation functions, noting deviations from C library | Mikhail Gusarov | 1 | -0/+36 |
2010-05-13 | Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggage | Mikhail Gusarov | 2 | -71/+51 |
2010-05-12 | dri2: Copy front to fake front in swapbuffer | Kristian Høgsberg | 1 | -0/+10 |
2010-05-11 | XQuartz GL: Fix __glXAquaScreenCreateDrawable prototype | Jeremy Huddleston | 1 | -4/+6 |
2010-05-11 | Remember drawable ID used to find damage target for use in events. Bug 5730. | Keith Packard | 2 | -1/+3 |
2010-05-11 | Merge remote branch 'krh/dri2-resource-fixes' | Keith Packard | 10 | -48/+182 |
2010-05-11 | Fix null pointer dereference in xf86_reload_cursors(). | Cyril Brulebois | 1 | -1/+1 |
2010-05-11 | dri2: Take an XID for tracking the DRI2 drawable | Kristian Høgsberg | 8 | -44/+164 |
2010-05-11 | list.h: Add list_for_each_entry_safe() | Kristian Høgsberg | 1 | -0/+6 |
2010-05-11 | glxdri2: Hard-code the extension version we need | Kristian Høgsberg | 1 | -3/+3 |
2010-05-11 | dix: Update element count in FreeResource*() | Kristian Høgsberg | 1 | -1/+9 |
2010-05-11 | xfree86: dga needs to use the master keyboard state (#27573) | Peter Hutterer | 1 | -1/+3 |
2010-05-10 | Fix wrong bracket values when startOver = FALSE. | David James | 1 | -11/+8 |
2010-05-10 | Merge remote branch 'jamey/for-keith' | Keith Packard | 4 | -146/+120 |
2010-05-10 | Simplify error-handling in dixChangeGC. | Jamey Sharp | 1 | -71/+46 |
2010-05-10 | miPolyPoint bugfix: Check memory allocation before changing the GC. | Jamey Sharp | 1 | -2/+3 |
2010-05-10 | Move AppendSpanGroup from miwideline.h to miwideline.c. | Jamey Sharp | 2 | -27/+30 |
2010-05-10 | Expand macros that are used only in miFillPolyHelper. | Jamey Sharp | 2 | -46/+41 |
2010-05-08 | dmxBERestoreRenderGlyph was passing wrong value to free | Keith Packard | 1 | -1/+1 |
2010-05-07 | mi: Delete wide ellipse arc cache | Adam Jackson | 1 | -107/+11 |
2010-05-07 | Return BadPicture, not BadPixmap, if alpha-map is invalid. | Jamey Sharp | 1 | -1/+1 |
2010-05-07 | VERIFY_PICTURE always returns BadPicture. Don't bother specifying. | Jamey Sharp | 4 | -98/+53 |
2010-05-07 | Introduce dixLookupFontable for "FONT or GC" parameters. | Jamey Sharp | 5 | -48/+33 |