summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2008-12-03Include <X11/Xfuncproto.h> if _X_EXPORT is not defined.Paulo Cesar Pereira de Andrade1-0/+4
2008-12-03If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.Timo Aaltonen1-2/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade45-961/+1057
2008-12-03Let the DDX decide on the XkbRulesDefaults.Peter Hutterer1-0/+6
2008-12-02Don't need to check uid/euid for every commandline argumentAlan Coopersmith1-5/+5
2008-12-02Remove unused config flags from FlagValues & FlagOptionsAlan Coopersmith1-7/+0
2008-12-02Remove unused HandleSpecialKeys config optionAlan Coopersmith3-26/+1
2008-12-02xfree86: don't FatalError on "too many input devices".Peter Hutterer4-8/+29
2008-12-01Correct warning for unknown GlxVisuals option in conf fileAlan Coopersmith1-1/+1
2008-12-01Remove hack to only load font modules if magic strings appear in font pathAlan Coopersmith1-26/+1
2008-12-01Sun bug 6618220: Xorg server core dump in xf86RandRModeRefresh(NULL)Jay Cotton1-1/+1
2008-11-30Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade2-12/+16
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade4-22/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade21-129/+129
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade4-9/+9
2008-11-27Typo fixJulien Cristau1-4/+4
2008-11-25Fix const-mismatch warnings for DisplayModePtr'sAlan Coopersmith1-4/+5
2008-11-25Code motion: subsume xf86DoProbe.c into xf86Init.cAdam Jackson4-120/+73
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson1-10/+0
2008-11-24Remove the remnants of Jensen supportAdam Jackson1-11/+2
2008-11-24Bus: Remove ISA support.Adam Jackson9-447/+14
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson2-8/+0
2008-11-24Bus: Don't pretend to care about IRQs, DMA, or PCI config spaceAdam Jackson1-3/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson3-10/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson2-87/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson1-11/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-11-24Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2Alan Coopersmith1-1/+1
2008-11-24Simplify filename generation code for Xorg -configureAlan Coopersmith1-22/+19
2008-11-24DGA: silence compiler warning.Peter Hutterer1-2/+2
2008-11-24xfree86: Split the working code of NIDR into new xf86NewInputDevice.Peter Hutterer3-95/+83
2008-11-23Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb6-2/+147
2008-11-23missing action in if statement.Matthieu Herrb1-0/+1
2008-11-23Added '-showopts' option to print available driver options (#5564).Stefan Dirsch6-2/+147
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRémi Cardona1-2/+0
2008-11-21xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false.Peter Hutterer1-0/+6
2008-11-18Xinput: use floats for ConstantDeceleration and AdaptiveDecelerationKeith Packard1-2/+2
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos1-0/+5
2008-11-07xfree86: xf86SetDepthBpp needs to respect the driver's depth24flagsJulien Cristau1-5/+0
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-3/+0
2008-10-30xfree86: fix xf86ScaleAxis once again.Peter Hutterer1-2/+2
2008-10-29xfree86: If AEI is on, disable "kbd" and "mouse" devices.Peter Hutterer1-2/+37
2008-10-26xfree86: fix compiler warnings in DoModalias()Julien Cristau1-3/+3
2008-10-26xfree86: Silence compiler warnings about function prototypesJulien Cristau1-3/+3