summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Initialize the fd to -1 for xorg.conf input devices.Peter Hutterer1-0/+3
2011-04-04xfree86: fix bad free configInputDevicesTiago Vignatti1-1/+2
2011-04-04xfree86: fix memory leaks in configLayoutTiago Vignatti1-6/+19
2011-04-04xorg: remove unused pointer values all over the serverTiago Vignatti1-2/+2
2011-03-08xfree86/common: Remove a configScreen leak when conf_screen is NULLErkki Seppälä1-1/+3
2011-02-28Don't clobber input device options from xorg.confMatthieu Herrb1-2/+4
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-3/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-5/+4
2010-12-07xfree86: use xf86AllocateInput() for xorg.conf devices too.Peter Hutterer1-1/+1
2010-12-07xfree86: don't overwrite option list (#32115)Peter Hutterer1-1/+2
2010-11-15xfree86: Initialize Pointer and Keyboard.Cyril Brulebois1-1/+1
2010-11-12xfree86: rename allowEmptyInput to forceInputDevices.Peter Hutterer1-17/+19
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-55/+12
2010-11-11xfree86: remove user-configured AllowEmptyInputPeter Hutterer1-6/+5
2010-11-05xfree86: fix compiler warnings - unused variable iPeter Hutterer1-1/+0
2010-11-05xfree86: fix two compiler warnings - unused variable ati, atimiscPeter Hutterer1-1/+0
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson1-22/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-6/+6
2010-10-18config: Remove atimisc workaroundAdam Jackson1-18/+0
2010-10-18config: Don't look for .o drivers anymoreAdam Jackson1-1/+1
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-10/+3
2010-09-14xfree86: use xf86PciIsolateDevice to get PCI config informationTiago Vignatti1-10/+3
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-37/+37
2010-09-10xfree86: remove extraOptions field from IDevRec.Peter Hutterer1-29/+6
2010-09-01xfree86: remove unused DeviceAssocRec struct.Peter Hutterer1-1/+0
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