index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-14
test/xi2: Initialize predefined atoms before XInputExtensionInit.
Jamey Sharp
1
-0
/
+1
2010-05-14
dri2: Fix xserver crash if dri2 buffer allocation fails.
Pauli Nieminen
2
-24
/
+58
2010-05-14
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-1
/
+1
2010-05-14
Bugfix for "Pre-validate ChangeGC XIDs": off-by-one in loop index.
Jamey Sharp
1
-1
/
+1
2010-05-14
scrnintstr.h: removed unused PaintWindow function pointers.
Oliver McFadden
4
-15
/
+3
2010-05-14
mi: removed unused PointerNonInterestBox functions.
Oliver McFadden
4
-20
/
+0
2010-05-13
Merge remote branch 'jamey/cleanups'
Keith Packard
84
-1115
/
+863
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
52
-621
/
+475
2010-05-13
Quit using clientErrorValue in dix/colormap.c.
Jamey Sharp
8
-40
/
+24
2010-05-13
clientErrorValue is never used outside dix. Stop importing it.
Jamey Sharp
3
-11
/
+0
2010-05-13
Quit using clientErrorValue in dix/gc.c.
Jamey Sharp
2
-25
/
+33
2010-05-13
Define GCAllBits as the union of all valid CreateGC masks.
Jamey Sharp
3
-5
/
+7
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
26
-120
/
+103
2010-05-13
Pre-validate ChangeGC XIDs.
Jamey Sharp
1
-81
/
+64
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
Remove devPrivates init and delete callback lists.
Keith Packard
2
-67
/
+1
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
[next]