index
:
~iksaif/xserver
master
xwayland
Xorg that runs on wayland (xwayland extension)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
24
-60
/
+10
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
16
-50
/
+25
2010-05-19
xv: TryClientEvents already checks client and sets sequenceNumber.
Jamey Sharp
1
-22
/
+14
2010-05-19
mi/misprite.c: Delete unused private lookups.
Jamey Sharp
1
-18
/
+0
2010-05-19
Replace miSpriteCursorFuncRec with direct calls to midispcur.c.
Jamey Sharp
3
-161
/
+53
2010-05-18
SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.
Jamey Sharp
1
-1
/
+1
2010-05-17
dri2: Fix NULL check in allocation error handling
Kristian Høgsberg
1
-2
/
+4
2010-05-17
Fix build without XACE
Julien Cristau
2
-0
/
+2
2010-05-17
Only link Xorg with libconfig.la
Julien Cristau
2
-8
/
+8
2010-05-16
XQuartz: Fix a build failure on Tiger
Jeremy Huddleston
2
-0
/
+12
2010-05-16
XQuartz: Don't use deltaXY for determining pointer location on scroll events
Jeremy Huddleston
1
-11
/
+20
2010-05-16
XQuartz: Don't trust deltaXY for middle mouse clicks.
Jeremy Huddleston
1
-1
/
+4
2010-05-15
Remove dbe screen private privates.
Keith Packard
2
-7
/
+1
2010-05-15
Check pixmap allocation return value when creating glyphs
Keith Packard
1
-0
/
+7
2010-05-14
Update list of supported platforms in configure.ac error message
Alan Coopersmith
1
-3
/
+5
2010-05-14
Fix compiler issues with getifaddrs() call on OpenSolaris
Alan Coopersmith
1
-5
/
+4
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
[next]