summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Option.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-11xfree86: fix wrong usage of xf86optionListMergeQiang Yu1-1/+1
2016-12-14xfree86: Add options support for OutputClass OptionsHans De Goede1-1/+4
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-2/+3
2013-02-05Avoid NULL pointer dereference in xf86TokenToOptinfo if token not foundAlan Coopersmith1-1/+1
2013-01-11Fix two typos "requires an string value"Peter Hutterer1-1/+1
2012-10-04Fix additional gcc -Wwrite-strings warning in xf86 ddxJason Gerecke1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-407/+410
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-3/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-3/+3
2011-10-25xfree86: Fix a comment, the old function doesn't exist anymorePeter Hutterer1-1/+1
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-0/+1
2011-09-27xfree86: switch options from pointer to XF86OptionPtrPeter Hutterer1-56/+55
2011-07-27xfree86: NULL option values are technically valid, don't strdup themPeter Hutterer1-1/+1
2011-02-17xfree86: allow to check for options without warnings in the logSimon Thum1-27/+48
2011-02-17fix percent options parsingSimon Thum1-1/+1
2010-12-13xfree86: swap the order to-be-merged lists in xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-4/+1
2010-09-18xfree86: add xf86OptionListDuplicate()Peter Hutterer1-0/+19
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-21/+5
2010-09-10xfree86: Remove extraOptions parameter from xf86CollectInputOptions.Peter Hutterer1-12/+1
2010-09-10xfree86: remove extraOptions field from IDevRec.Peter Hutterer1-7/+0
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-05-25xfree86: store the InputAttributes in the input device.Peter Hutterer1-0/+4
2010-05-18xfree86: Add option parsing for percent options.Peter Hutterer1-0/+47
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2009-12-22xfree86: Support non-Option boolean entries in configurationDan Nicholson1-23/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-43/+43
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf1-2/+2
2006-10-23xfree86/options: don't blindly dereference NULL pointersDaniel Stone1-2/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-42/+42
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-39/+142
2003-11-14Initial revisionKaleb Keithley1-0/+777