summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
AgeCommit message (Expand)AuthorFilesLines
2010-04-21xfree86: check for NULL pointer before dereferences it in parser codeTiago Vignatti1-2/+5
2010-04-21xfree86: fix not reached code in parserTiago Vignatti1-2/+2
2010-04-08xfree86: Allow adding sysconfdir and datadir to config search pathsDan Nicholson2-1/+17
2010-02-17parser: corrected xf86getBoolValue to use case insensitive compareOliver McFadden1-8/+8
2010-02-11Add tag matching to input attributes.Peter Hutterer3-0/+21
2010-02-11Add xstrtokenize to the dix.Peter Hutterer1-41/+3
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson2-15/+90
2010-02-11xfree86: Handle config files ending without newlineDan Nicholson1-7/+19
2009-12-30Merge remote branch 'dbn/inputclass'Keith Packard9-1/+320
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson7-1/+279
2009-12-22xfree86: Support non-Option boolean entries in configurationDan Nicholson3-0/+41
2009-12-22xfree86: Add Option AutoServerLayout for input devices.Peter Hutterer2-17/+63
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson1-4/+13
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson2-86/+238
2009-12-22xfree86: Unexport configuration file symbolsDan Nicholson1-7/+7
2009-12-22xfree86: remove some 'enable this later' and if 0 ifdefsPeter Hutterer2-28/+0
2009-10-28Don't cast double to int: use default conversions or explicitly round.Jamey Sharp1-1/+1
2009-08-07parser: make libxf86config_internal.la not installed.Dave Airlie1-1/+1
2009-08-07ddx: fix xf86Config.a generationDave Airlie1-3/+11
2009-04-09config: fix crash caused by strdup(NULL)Eamon Walsh1-2/+3
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson16-120/+116
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-02-18Obsolete InputDevices keyword in xorg.conf Files sectionAlan Coopersmith3-46/+1
2009-02-18Make RgbPath keyword in xorg.conf a non-fatal errorAlan Coopersmith2-0/+7
2009-02-17Add XkbDir to Files config file sectionKeith Packard3-0/+11
2008-12-07Export some symbols from libxf86config when installing it.Paulo Cesar Pereira de Andrade1-3/+6
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-4/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade12-72/+72
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-2/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade11-33/+35
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson2-5/+2
2008-07-17Dead code removalDaniel Stone4-135/+2
2008-03-02Add missing file from previous commit.David Nusinow1-0/+9
2008-03-02Bug #13860: Ensure that the DRI mode is in octal format.David Nusinow2-0/+7
2008-03-01clean some "unused" warningsGeorge Sapountzis2-2/+1
2008-02-14Eradicate the VTInit code.Adam Jackson1-1/+0
2007-12-03Use _X_EXPORT instead of __attribute__((visibility("default")))Alan Coopersmith2-2/+4
2007-11-26Allow Virtual to be specified globally in the Screen section.Adam Jackson2-0/+14
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson2-10/+1
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone3-11/+0
2007-11-02Disable explicit commenting in Monitor section.Adam Jackson1-2/+0
2007-11-02Fix accidental ABI usage in RANDR 1.2 drivers.Adam Jackson2-2/+2
2007-10-11Remove obsolete error message define from parserDavid Nusinow1-2/+0
2007-10-11Don't bother validating the Device section of the conf fileDavid Nusinow3-24/+0
2007-10-11Re-enable validation of the screen section of xorg.confDavid Nusinow2-15/+3
2007-10-09Allow the user to not have a screen sectionDavid Nusinow1-2/+2
2007-10-09First pass at improved video driver autoloadingDavid Nusinow2-11/+3
2007-06-29Death to RCS tags.Adam Jackson1-1/+0