summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Remove unused vtSysreqAlexandr Shadchin1-2/+0
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer2-24/+3
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn3-0/+23
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-8/+3
2011-01-08xfree86: Convert libxf86config to static libtool libraryDan Nicholson1-3/+4
2010-12-18Bug 32436 - hw/xfree86/parser/Makefile.am TOP_SRCDIR should be top_srcdirAlan Coopersmith1-1/+1
2010-12-07Convert hw/xfree86/parser code to use asprintf() callsAlan Coopersmith3-19/+11
2010-11-10xfree86: parser: Remove 'CUSTOM' flag option in Monitor section.Jesse Adkins3-9/+0
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson3-76/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-14/+0
2010-10-18xfree86: Remove an open-coded strtoul()Adam Jackson1-48/+1
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-4/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner2-8/+3
2010-08-27xfree86: Purge parsePrologueVoid.Jesse Adkins1-3/+0
2010-08-27xfree86: Removed unused messages from Configint.hJesse Adkins1-6/+0
2010-08-27xfree86: Fix leaks in OpenConfigFile and OpenConfigDirJesse Adkins1-0/+2
2010-08-27xfree86: Remove comments about unable to use malloc.Jesse Adkins1-2/+0
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins2-4/+9
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard3-43/+172
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson3-0/+23
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson2-73/+116
2010-06-11xfree86: Match devices based on USB IDDan Nicholson3-0/+21
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson3-0/+21
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov10-70/+70
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson3-0/+21
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-6/+3
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-5/+1
2010-06-04Stop searching for XF86Config filesAlan Coopersmith1-16/+7
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