index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-27
xfree86: Remove prototypes for non-existant functions.
Jesse Adkins
1
-6
/
+0
2010-08-27
xfree86: Remove comments about unable to use malloc.
Jesse Adkins
2
-7
/
+0
2010-08-26
xfree86: vgaarb: fix device decoding interface to send resources type properly
Tiago Vignatti
2
-3
/
+4
2010-08-26
xfree86: vgaarb: remove useless macro
Tiago Vignatti
1
-3
/
+0
2010-08-26
xfree86: vgaarb: remove superfluous and confusing VGAGet_GC and VGAPut_GC
Tiago Vignatti
2
-55
/
+60
2010-08-26
xfree86: vgaarb: change macros by inline functions to ease debug
Tiago Vignatti
2
-57
/
+64
2010-08-20
xserver 1.9.0
Keith Packard
1
-2
/
+2
2010-08-20
fb: make isClipped always reject negative coordinates (bug 11503)
Keith Packard
1
-1
/
+1
2010-08-20
edid: Adjust rounding of max_clock
Chris Wilson
1
-1
/
+1
2010-08-19
glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)
Chris Wilson
1
-0
/
+7
2010-08-19
render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)
Adam Jackson
1
-0
/
+8
2010-08-18
dix: copy the valuators passed into GPE/GKVE/GProxE.
Peter Hutterer
1
-5
/
+16
2010-08-16
dix: reset pScreen->root to NULL when root window is deleted.
Keith Packard
1
-0
/
+2
2010-08-12
XQuartz: xpr: Bail on errors during unlock and destroy
Jeremy Huddleston
1
-2
/
+8
2010-08-12
XQuartz: UpdateScreen at the end of SetRootless
Jeremy Huddleston
1
-1
/
+3
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
4
-13
/
+33
2010-08-12
XQuartz: Ignore kXquartzToggleFullscreen when rootless
Jeremy Huddleston
1
-2
/
+2
2010-08-12
Bump to version 1.8.99.906 (1.9 RC6)
Keith Packard
1
-2
/
+2
2010-08-12
Silence GCC warning about uninitialized lastSlave variable
Keith Packard
1
-1
/
+1
2010-08-13
Stop checking or calling PtrCtrlProcs
Alan Coopersmith
2
-9
/
+2
2010-08-13
xfree86: parser: Never use constant strings for driver names (fixes #17438)
Jesse Adkins
2
-4
/
+9
2010-08-13
Xi: reset the unused classes pointer after copying
Peter Hutterer
1
-0
/
+6
2010-08-13
xkb: if the button isn't down, don't fake an event.
Peter Hutterer
1
-0
/
+5
2010-08-13
xkb: post-fix PointerKeys button events with a DeviceChangedEvent.
Peter Hutterer
3
-38
/
+68
2010-08-10
xace: Invalid reference to out-of-scope data.
Chris Wilson
1
-95
/
+75
2010-08-10
Cygwin/X: Fix glxWinCreateDrawable() for API change
Jon TURNEY
1
-5
/
+9
2010-08-10
Don't let alpha maps recurse in fb. Bug 23581.
Keith Packard
1
-6
/
+18
2010-08-10
rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X
Jon TURNEY
1
-0
/
+3
2010-08-09
fonts: Fix refcounting for asynchronous font operations (#3040)
Adam Jackson
2
-58
/
+48
2010-08-09
doc: add missing .gitignore for Xserver-DTrace
Gaetan Nadon
1
-0
/
+4
2010-08-09
Check HAVE_XMLTO_TEXT before trying to use xmlto to make text files
Alan Coopersmith
1
-0
/
+2
2010-08-09
Xserver-spec: Update ChangeGC prototype, add ChangeGCXIDs
Alan Coopersmith
1
-3
/
+10
2010-08-09
Update Xserver-spec for new devPrivates API
Alan Coopersmith
1
-65
/
+74
2010-08-09
Correct function name in dixRegisterPrivateKey comments
Alan Coopersmith
1
-2
/
+2
2010-08-06
Set DamageSetReportAfterOp to true for the damage extension
Kristian Høgsberg
1
-0
/
+1
2010-08-06
Always call the flush callback chain when we flush client buffers
Kristian Høgsberg
2
-0
/
+7
2010-08-01
ddc: Fix memory leak in GetEDID_DDC1
Matt Turner
1
-2
/
+5
2010-07-29
XQuartz: xpbproxy: Don't take down the whole server on an IO error
Jeremy Huddleston
1
-0
/
+2
2010-07-28
XQuartz: GLX: Don't mangle __GLXDrawable's pDraw
Jeremy Huddleston
1
-3
/
+2
2010-07-23
Add documentation of the Xserver DTrace probes
Alan Coopersmith
4
-0
/
+618
2010-07-23
Add name argument to CreateNewResourceType documentation
Alan Coopersmith
1
-2
/
+6
2010-07-23
Use DocBook stylesheets from xorg-sgml-doctools if they're available
Alan Coopersmith
4
-4
/
+15
2010-07-21
Merge remote branch 'whot/for-keith'
Keith Packard
2
-25
/
+34
2010-07-21
xkb: use GetMaster instead of dev->u.master.
Peter Hutterer
1
-16
/
+16
2010-07-21
dix: hack around enter/leave event issues for grabbed devices (#27804)
Peter Hutterer
1
-9
/
+18
2010-07-19
rootless: Adjust the frame size of the native root window in RootlessResizeWi...
Jan Hauffa
1
-0
/
+7
2010-07-14
Bump to version 1.8.99.905 (1.9 RC5)
Keith Packard
1
-2
/
+2
2010-07-13
Merge remote branch 'jeremyhu/master'
Keith Packard
5
-33
/
+7
2010-07-13
EXA: Finish access to pixmap if it's prepared at destruction time.
Michel Dänzer
5
-9
/
+29
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
7
-8
/
+75
[prev]
[next]