index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xext
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
xace: Invalid reference to out-of-scope data.
Chris Wilson
1
-95
/
+75
2010-06-21
xv: Don't send port notify when SetPortAttribute fails
Ville Syrjälä
1
-3
/
+4
2010-06-10
Merge remote branch 'alanc/master'
Keith Packard
1
-3
/
+5
2010-06-10
Fix a couple more possible errors with input-only windows
Keith Packard
1
-1
/
+1
2010-06-10
SecurityResource should not segfault when client owning resource has exited
Sam Lau
1
-3
/
+5
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
9
-102
/
+102
2010-06-07
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
1
-27
/
+6
2010-06-06
Initialize private keys in test suite
Keith Packard
1
-1
/
+7
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
4
-10
/
+6
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
2
-3
/
+3
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
3
-20
/
+6
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
11
-48
/
+82
2010-06-05
Change region implementation from macros to inline functions.
Keith Packard
1
-1
/
+1
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
4
-61
/
+61
2010-06-03
Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.
Jamey Sharp
1
-36
/
+26
2010-06-03
Delete XineramaScreenRegions cache.
Jamey Sharp
1
-17
/
+20
2010-06-03
XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.
Jamey Sharp
2
-3
/
+1
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
4
-83
/
+83
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
6
-111
/
+90
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-11
/
+11
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
3
-14
/
+15
2010-06-03
xext: delete wrong source reference from fontcache
Tiago Vignatti
1
-1
/
+0
2010-06-02
Only deal with input code when changing the input shape.
Pierre-Loup A. Griffais
1
-2
/
+2
2010-05-26
xf86bigfont: Silence compiler warning by initializing pDesc.
Jamey Sharp
1
-3
/
+1
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
11
-102
/
+113
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
4
-7
/
+3
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-4
/
+2
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
7
-19
/
+3
2010-05-19
Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.
Jamey Sharp
5
-21
/
+9
2010-05-19
xv: TryClientEvents already checks client and sets sequenceNumber.
Jamey Sharp
1
-22
/
+14
2010-05-18
SyncSendAlarmNotifyEvents: check the correct client's clientGone flag.
Jamey Sharp
1
-1
/
+1
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
17
-82
/
+75
2010-05-13
clientErrorValue is never used outside dix. Stop importing it.
Jamey Sharp
2
-9
/
+0
2010-05-13
xselinux: Remove use of devPrivates init/free callbacks.
Eamon Walsh
2
-46
/
+5
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
19
-179
/
+179
2010-05-10
Fix wrong bracket values when startOver = FALSE.
David James
1
-11
/
+8
2010-05-07
Introduce dixLookupFontable for "FONT or GC" parameters.
Jamey Sharp
1
-12
/
+2
2010-04-30
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-83
/
+64
2010-04-30
Merge remote branch 'whot/for-keith'
Keith Packard
1
-1
/
+5
2010-04-27
Simplify XineramifyXv.
Jamey Sharp
1
-83
/
+64
2010-04-27
Xext: only update the sprite on pointer events.
Peter Hutterer
1
-1
/
+5
2010-04-26
Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOT
Jamey Sharp
4
-18
/
+6
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
6
-3680
/
+3
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
6
-3680
/
+3
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
2
-8
/
+0
2010-04-13
XGE: don't register an extension event
Julien Cristau
2
-15
/
+1
2010-03-22
Xext: Fix cursor reference counting hazard.
Michel Dänzer
1
-1
/
+1
2010-03-22
New header for XF86Bigfont server functions
Yaakov Selkowitz
3
-1
/
+36
2010-03-22
Xext: fix old-style function definitions in xf86bigfont.c
Yaakov Selkowitz
1
-2
/
+2
2010-03-12
Xext: Link to external libraries when necessary.
Eamon Walsh
1
-0
/
+4
[next]