summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-4/+4
2010-05-28xfree86: initialize InputAttributes to NULL in the autoconfig code.Peter Hutterer1-0/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-21/+21
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2010-04-08xfree86: Search for a system xorg.conf.dDan Nicholson1-2/+10
2010-04-08xfree86: Set a saner search path for xorg.conf.dDan Nicholson1-12/+4
2010-03-11xfree86: fix xf86Config.c build error in --enable-debug mode. (#26971)Peter Hutterer1-1/+1
2010-03-11xfree86: don't warn about nonexisting core pointer/keyboard in config.Peter Hutterer1-16/+8
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson1-1/+1
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-4/+11
2009-12-22xfree86: Add Option AutoServerLayout for input devices.Peter Hutterer1-36/+61
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson1-18/+41
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-3/+16
2009-12-22xfree86: remove LAYOUT_DEBUG section.Peter Hutterer1-39/+0
2009-12-18Convert checks for PC98 support from platform #ifdefs to configure flagAlan Coopersmith1-14/+3
2009-12-16Add freetype & type1 to the LoadModules ignore listAlan Coopersmith1-1/+3
2009-12-03xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput.Peter Hutterer1-1/+1
2009-09-20xfree86: fix up wrong use of OptionRec for AutoAddDevices andAutoEnableDevicesPeter Hutterer1-3/+7
2009-09-17xserver: SIGIO option handling was incorrect.Dave Airlie1-2/+2
2009-09-17Add configuration option for use of SIGIO handlers for input eventsAlan Coopersmith1-0/+19
2009-09-16dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona1-16/+0
2009-07-17xfree86: Remove TargetRefresh optionAdam Jackson1-10/+0
2009-06-24xf86Config: Avoid attempting to load non-compiled modules.Oliver McFadden1-0/+6
2009-05-24fix typo in cabff9007 which led to an unintialized memory read and a crash.Matthieu Herrb1-1/+1
2009-05-22xfree86: treat other drivers as mouse drivers in the config.Peter Hutterer1-9/+16
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-9/+3
2009-04-28xfree86: restore default off for DontZapPeter Hutterer1-3/+2
2009-04-15xfree86: don't synthesise a mouse section if synaptics devices are found.Peter Hutterer1-1/+2
2009-04-07Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson1-3/+3
2009-03-03xfree86: Add linebreak to two debug statements.Peter Hutterer1-2/+2
2009-02-18Obsolete InputDevices keyword in xorg.conf Files sectionAlan Coopersmith1-8/+0
2009-02-17Add XkbDir to Files config file sectionKeith Packard1-0/+5
2009-02-12Correct error message if specified config file is not foundAlan Coopersmith1-3/+2
2009-01-29XKB: ifdef XKB is dead, yet it was still present in a few places.Maarten Maathuis1-7/+9
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-18/+1
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-2/+2
2009-01-07Don't call free, use xfree macro.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-07Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-86/+48
2008-12-08xfree86: Only use the evdev ruleset on linux.Peter Hutterer1-2/+8
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 Andrade1-2/+2
2008-12-03Let the DDX decide on the XkbRulesDefaults.Peter Hutterer1-0/+6
2008-12-02Remove unused config flags from FlagValues & FlagOptionsAlan Coopersmith1-7/+0
2008-12-02Remove unused HandleSpecialKeys config optionAlan Coopersmith1-18/+1
2008-12-01Correct warning for unknown GlxVisuals option in conf fileAlan Coopersmith1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-21xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86GlobalsRémi Cardona1-2/+0
2008-11-08Don’t recommend fixing HAL if HAL support is disabled.James Cloos1-0/+5