index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-03
Let the DDX decide on the XkbRulesDefaults.
Peter Hutterer
1
-0
/
+6
2008-12-02
Don't need to check uid/euid for every commandline argument
Alan Coopersmith
1
-5
/
+5
2008-12-02
Remove unused config flags from FlagValues & FlagOptions
Alan Coopersmith
1
-7
/
+0
2008-12-02
Remove unused HandleSpecialKeys config option
Alan Coopersmith
3
-26
/
+1
2008-12-02
xfree86: don't FatalError on "too many input devices".
Peter Hutterer
4
-8
/
+29
2008-12-01
Correct warning for unknown GlxVisuals option in conf file
Alan Coopersmith
1
-1
/
+1
2008-12-01
Remove hack to only load font modules if magic strings appear in font path
Alan Coopersmith
1
-26
/
+1
2008-12-01
Sun bug 6618220: Xorg server core dump in xf86RandRModeRefresh(NULL)
Jay Cotton
1
-1
/
+1
2008-11-30
Correct static symbol XkmReadTOC and first pass on compile warning fixes.
Paulo Cesar Pereira de Andrade
2
-12
/
+16
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
4
-22
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
21
-129
/
+129
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
4
-9
/
+9
2008-11-27
Typo fix
Julien Cristau
1
-4
/
+4
2008-11-25
Fix const-mismatch warnings for DisplayModePtr's
Alan Coopersmith
1
-4
/
+5
2008-11-25
Code motion: subsume xf86DoProbe.c into xf86Init.c
Adam Jackson
4
-120
/
+73
2008-11-24
Remove xf86{En,Dis}ableInterrupts entirely
Adam Jackson
1
-10
/
+0
2008-11-24
Remove the remnants of Jensen support
Adam Jackson
1
-11
/
+2
2008-11-24
Bus: Remove ISA support.
Adam Jackson
9
-447
/
+14
2008-11-24
Bus: Remove yet more unused overlap processing.
Adam Jackson
2
-8
/
+0
2008-11-24
Bus: Don't pretend to care about IRQs, DMA, or PCI config space
Adam Jackson
1
-3
/
+0
2008-11-24
Bus: Simplify a failure case (that pretty much never happens)
Adam Jackson
1
-23
/
+1
2008-11-24
Bus: Trust the kernel when registering driver resources
Adam Jackson
1
-16
/
+4
2008-11-24
Remove unused MIN macro
Adam Jackson
1
-4
/
+0
2008-11-24
Bus: remove special handling for init-only resources
Adam Jackson
1
-24
/
+1
2008-11-24
Bus: remove useless isaConvertRange2Host
Adam Jackson
3
-10
/
+0
2008-11-24
Bus: Don't try to find an ISA bus just for fun.
Adam Jackson
1
-39
/
+0
2008-11-24
Bus: Remove unused RemoveOverlaps
Adam Jackson
2
-87
/
+0
2008-11-24
Bus: Remove the notion of estimated resources.
Adam Jackson
1
-11
/
+1
2008-11-24
Bus: remove the "reducer"
Adam Jackson
1
-53
/
+0
2008-11-24
Remove xf86GetResourcesImplicitly
Adam Jackson
1
-27
/
+4
2008-11-24
Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2
Alan Coopersmith
1
-1
/
+1
2008-11-24
Simplify filename generation code for Xorg -configure
Alan Coopersmith
1
-22
/
+19
2008-11-24
DGA: silence compiler warning.
Peter Hutterer
1
-2
/
+2
2008-11-24
xfree86: Split the working code of NIDR into new xf86NewInputDevice.
Peter Hutterer
3
-95
/
+83
2008-11-23
Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserver
Matthieu Herrb
6
-2
/
+147
2008-11-23
missing action in if statement.
Matthieu Herrb
1
-0
/
+1
2008-11-23
Added '-showopts' option to print available driver options (#5564).
Stefan Dirsch
6
-2
/
+147
2008-11-21
xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86Globals
Rémi Cardona
1
-2
/
+0
2008-11-21
xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false.
Peter Hutterer
1
-0
/
+6
2008-11-18
Xinput: use floats for ConstantDeceleration and AdaptiveDeceleration
Keith Packard
1
-2
/
+2
2008-11-08
Don’t recommend fixing HAL if HAL support is disabled.
James Cloos
1
-0
/
+5
2008-11-07
xfree86: xf86SetDepthBpp needs to respect the driver's depth24flags
Julien Cristau
1
-5
/
+0
2008-11-04
Xi: XINPUT has been mandatory for ages
Daniel Stone
1
-3
/
+0
2008-10-30
xfree86: fix xf86ScaleAxis once again.
Peter Hutterer
1
-2
/
+2
2008-10-29
xfree86: If AEI is on, disable "kbd" and "mouse" devices.
Peter Hutterer
1
-2
/
+37
2008-10-26
xfree86: fix compiler warnings in DoModalias()
Julien Cristau
1
-3
/
+3
2008-10-26
xfree86: Silence compiler warnings about function prototypes
Julien Cristau
1
-3
/
+3
2008-10-26
xfree86: Fix compiler warnings (implicit declarations)
Julien Cristau
2
-0
/
+6
2008-10-26
Bug#16501: autodetection of sbus graphic cards
Bernhard R. Link
2
-0
/
+12
2008-10-23
Allow non-gcc compilers to build xf86Xinput.c
Alan Coopersmith
2
-0
/
+6
[next]