index
:
~jbarnes/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
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
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
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.7-nominations
server-1_0-branch
server-1_1-branch
transform-proposal
upstream
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-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
Jesse's X Server development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
parser
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-28
Don't cast double to int: use default conversions or explicitly round.
Jamey Sharp
1
-1
/
+1
2009-08-07
parser: make libxf86config_internal.la not installed.
Dave Airlie
1
-1
/
+1
2009-08-07
ddx: fix xf86Config.a generation
Dave Airlie
1
-3
/
+11
2009-04-09
config: fix crash caused by strdup(NULL)
Eamon Walsh
1
-2
/
+3
2009-04-06
config: Remove useless xf86conf{{m,c,re}alloc},free} macros
Adam Jackson
16
-120
/
+116
2009-04-06
config: s/xf86configStrdup/strdup/
Adam Jackson
6
-36
/
+24
2009-02-18
Obsolete InputDevices keyword in xorg.conf Files section
Alan Coopersmith
3
-46
/
+1
2009-02-18
Make RgbPath keyword in xorg.conf a non-fatal error
Alan Coopersmith
2
-0
/
+7
2009-02-17
Add XkbDir to Files config file section
Keith Packard
3
-0
/
+11
2008-12-07
Export some symbols from libxf86config when installing it.
Paulo Cesar Pereira de Andrade
1
-3
/
+6
2008-12-07
Use libtool convenience libraries and better "symbol" table.
Paulo Cesar Pereira de Andrade
1
-4
/
+3
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
12
-72
/
+72
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-2
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
11
-33
/
+35
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-08
Remove some null statements.
James Cloos
1
-1
/
+1
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
2
-5
/
+2
2008-07-17
Dead code removal
Daniel Stone
4
-135
/
+2
2008-03-02
Add missing file from previous commit.
David Nusinow
1
-0
/
+9
2008-03-02
Bug #13860: Ensure that the DRI mode is in octal format.
David Nusinow
2
-0
/
+7
2008-03-01
clean some "unused" warnings
George Sapountzis
2
-2
/
+1
2008-02-14
Eradicate the VTInit code.
Adam Jackson
1
-1
/
+0
2007-12-03
Use _X_EXPORT instead of __attribute__((visibility("default")))
Alan Coopersmith
2
-2
/
+4
2007-11-26
Allow Virtual to be specified globally in the Screen section.
Adam Jackson
2
-0
/
+14
2007-11-17
Bug #9725: Don't look in root's $HOME for config files, that's just confusing.
Adam Jackson
2
-10
/
+1
2007-11-05
Remove all traces of external RGB database (and Speedo)
Daniel Stone
3
-11
/
+0
2007-11-02
Disable explicit commenting in Monitor section.
Adam Jackson
1
-2
/
+0
2007-11-02
Fix accidental ABI usage in RANDR 1.2 drivers.
Adam Jackson
2
-2
/
+2
2007-10-11
Remove obsolete error message define from parser
David Nusinow
1
-2
/
+0
2007-10-11
Don't bother validating the Device section of the conf file
David Nusinow
3
-24
/
+0
2007-10-11
Re-enable validation of the screen section of xorg.conf
David Nusinow
2
-15
/
+3
2007-10-09
Allow the user to not have a screen section
David Nusinow
1
-2
/
+2
2007-10-09
First pass at improved video driver autoloading
David Nusinow
2
-11
/
+3
2007-06-29
Death to RCS tags.
Adam Jackson
1
-1
/
+0
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
3
-39
/
+4
2007-06-28
Bug #10770: "Inputdevs" isn't a valid config file keyword.
Adam Jackson
1
-1
/
+1
2007-05-03
Improve modules loading defaults
David Nusinow
3
-0
/
+20
2007-04-10
XFree86: Fix memory leak in option parsing
Magnus Vigerlöf
1
-14
/
+14
2007-04-09
Don't write out empty sections from the parser.
Adam Jackson
1
-6
/
+12
2007-03-25
Static cleanup for xf86 ddx.
Adam Jackson
5
-37
/
+19
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
8
-107
/
+71
2007-02-17
Ensure drivers can use new modes header files.
Keith Packard
1
-1
/
+3
2006-11-04
Merge master back to randr-1.2
Keith Packard
5
-319
/
+4
2006-10-04
Merge branch 'master' into randr-1.2
Keith Packard
1
-2
/
+121
2006-09-24
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Daniel Stone
3
-3
/
+128
2006-09-21
Bug 8386: Grow parser buffers to fit an entire line if it's longer than CONFI...
Aaron Plattner
1
-2
/
+121
2006-09-18
Remove smashing of CFLAGS from server build.
Keith Packard
1
-1
/
+1
2006-09-13
Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)
Bill Nottingham
1
-1
/
+1
2006-09-10
If we're installing libxf86config, install headers needed to build against it.
Donnie Berkholz
1
-0
/
+6
2006-08-25
xfree86/parser: use 'kbd' driver when 'keyboard' specified
Daniel Stone
1
-1
/
+4
[next]