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-05-24
xfree86: move all pci code from auto configurator into a meaningful location
Tiago Vignatti
3
-246
/
+255
2010-05-24
xfree86: no need to check for the configuration case when matching devices
Tiago Vignatti
1
-2
/
+0
2010-05-24
xfree86: organize and group all pci related stuff inside xf86.h
Tiago Vignatti
1
-30
/
+27
2010-05-24
xfree86: remove BUS_ISA type given we don't support anymore
Tiago Vignatti
1
-2
/
+0
2010-05-24
xfree86: remove all kind of bus and PCI dependency from the common helper file
Tiago Vignatti
2
-503
/
+494
2010-05-24
xfree86: bus: remove useless field from EntityRec
Tiago Vignatti
1
-1
/
+0
2010-05-24
xfree86: bus: delete useless xf86FindPrimaryDevice
Tiago Vignatti
3
-43
/
+0
2010-05-24
xfree86: bus: remove unused headers
Tiago Vignatti
4
-6
/
+0
2010-05-24
xfree86: bus: remove unused pci macros
Tiago Vignatti
1
-6
/
+0
2010-05-23
Merge remote branch 'alanc/docs'
Keith Packard
4
-1308
/
+2
2010-05-23
xfree86: fix multiple InputAttributes tag matching.
Peter Hutterer
1
-3
/
+3
2010-05-23
Remove obsolete reference to README.DRI in xorg.conf.man
Brice Goglin
1
-2
/
+1
2010-05-23
Remove ancient documentation of IBM RapidAccess keyboard hack
Alan Coopersmith
2
-50
/
+1
2010-05-23
Remove completely out-of-date README.DRI
Alan Coopersmith
2
-1257
/
+0
2010-05-23
Add RandR 1.2 README.modes doc to EXTRA_DIST
Alan Coopersmith
1
-0
/
+1
2010-05-23
xf86: allow for no outputs connected at startup operation.
Dave Airlie
1
-17
/
+44
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
2
-2
/
+3
2010-05-22
xorg-server.pc Requires: xproto >= 7.0.17
Alan Coopersmith
1
-1
/
+1
2010-05-22
Declare functions that unconditionally call FatalError as _X_NORETURN.
Jamey Sharp
3
-3
/
+3
2010-05-21
vfb: Remove dead variable and header file
Adam Jackson
3
-161
/
+0
2010-05-21
doPolyText: forget about FontChange's XID after looking up pFont.
Jamey Sharp
1
-4
/
+2
2010-05-21
Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profile
Aaron Zang
1
-22
/
+80
2010-05-21
vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gcc
Alan Coopersmith
1
-1
/
+1
2010-05-21
Xserver(1) man page updates
Alan Coopersmith
1
-17
/
+9
2010-05-20
dix: remove obsolete comment.from EnableDevice.
Peter Hutterer
1
-4
/
+0
2010-05-20
Replace screen->rgf scratch GC flags with a bit in each GC.
Jamey Sharp
5
-23
/
+20
2010-05-20
Find windows GL wrapper files in $(srcdir) instead of .
Keith Packard
1
-2
/
+2
2010-05-20
winpriv.h was moved from hw/xwin to hw/xwin/glx in November
Keith Packard
2
-1
/
+1
2010-05-20
XFree86 Design doc: Convert LinuxDoc ``quotes'' to DocBook <quote> tags
Alan Coopersmith
1
-45
/
+45
2010-05-20
XFree86 Design doc: Explain this version covers the current Xorg release
Alan Coopersmith
1
-7
/
+30
2010-05-20
Show Xserver release/version date in DIX & DDX docs
Alan Coopersmith
6
-5
/
+28
2010-05-20
Move Xserver-spec.xml from xorg-docs to doc/xml
Alan Coopersmith
4
-0
/
+5216
2010-05-20
Convert LinuxDoc documents to DocBook/XML
Alan Coopersmith
8
-8704
/
+11360
2010-05-20
Add documentation for the new DefaultModes option
Simon Farnsworth
1
-0
/
+8
2010-05-20
Add configuration option to disable default modes on an output
Simon Farnsworth
1
-1
/
+3
2010-05-20
EXA: Wrap Glyphs even without Composite acceleration.
Michel Dänzer
3
-1
/
+37
2010-05-19
configure: force new xproto version dependency
Tiago Vignatti
1
-1
/
+1
2010-05-19
Merge remote branch 'vignatti/bus-cleanup'
Keith Packard
7
-442
/
+325
2010-05-19
Merge remote branch 'vignatti/animcursor-state-fix'
Keith Packard
2
-47
/
+27
2010-05-19
xfree86: fix typo in optionTypeToSting.
Peter Hutterer
1
-2
/
+2
2010-05-19
Merge remote branch 'jamey/for-keith'
Keith Packard
59
-544
/
+397
2010-05-19
Add typed resource-lookup errors for non-core resource types.
Jamey Sharp
26
-137
/
+169
2010-05-19
Return an appropriately-typed error from dixLookupResourceByType.
Jamey Sharp
21
-93
/
+124
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
3
-12
/
+11
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-19
render: set anim cursor state for pointer enabled devices only
Tiago Vignatti
2
-41
/
+26
[prev]
[next]