summaryrefslogtreecommitdiff
path: root/hw/xfree86/parser/InputClass.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer1-0/+12
2016-04-18xfree86/parser: annotate xf86ConfigSymTabRec as constant dataEmil Velikov1-2/+1
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer1-10/+66
2015-12-18xfree86: whitespace fixPeter Hutterer1-2/+2
2015-07-08parser: static cleanupAdam Jackson1-76/+76
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer1-12/+12
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-36/+35
2014-01-12xfree86/parser: make strings in xf86MatchGroup constKeith Packard1-12/+12
2012-06-20Remove obsolete tab stop comments from hw/xfree86/parser/*.cAlan Coopersmith1-2/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-14/+10
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-38/+38
2011-12-12xf86 parser: convert Error to a varargs macro to clear gcc format warningsAlan Coopersmith1-2/+2
2011-11-24parser: free val.str after xstrtokenizePaulo Zanoni1-0/+9
2011-11-24parser: free val.str after xf86getBoolValuePaulo Zanoni1-0/+6
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn1-0/+21
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins1-2/+4
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson1-0/+21
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson1-66/+101
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+19
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+19
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson1-0/+19
2010-02-11Add tag matching to input attributes.Peter Hutterer1-0/+19
2010-02-11Add xstrtokenize to the dix.Peter Hutterer1-41/+3
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson1-12/+87
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson1-0/+232