summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-05conf: remove unused CONF_DONEDavid Herrmann1-5/+0
2013-02-05conf: fix include-protection nameDavid Herrmann1-2/+2
2013-02-05conf: perform aftercheck on ctx-copyDavid Herrmann1-1/+10
2012-10-24conf: try to give better hints if keysyms were mistypedDavid Herrmann1-1/+11
2012-10-24conf: fix using new xkbcommon-0.2.0 APIDavid Herrmann1-1/+1
2012-10-23conf: call aftercheck after config-file parsing is doneDavid Herrmann1-1/+15
2012-10-23conf: add "file" callbackDavid Herrmann1-4/+12
2012-10-19conf: add option-copy callbackDavid Herrmann1-5/+10
2012-10-19conf: fix overwriting locked options during copyDavid Herrmann1-0/+6
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-346/+637
2012-10-18kmscon: drop all configs and use new /etc/kmscon/kmscon.confDavid Herrmann1-20/+0
2012-10-18conf: introduce conf_parse_file_f()David Herrmann1-30/+40
2012-10-15conf: allow multiple grabs and keysyms per grab-optionDavid Herrmann1-79/+165
2012-10-01Move grab-parsing into conf.cDavid Herrmann1-0/+87
2012-09-30Fix printf() specified bugs all over the codeDavid Herrmann1-2/+2
2012-09-29conf: add INT datatypeDavid Herrmann1-0/+18
2012-09-24conf: remove uterm depedencyDavid Herrmann1-93/+0
2012-09-05conf: add "grab" config data-typeDavid Herrmann1-0/+93
2012-08-14conf: add UINT as new datatypeDavid Herrmann1-0/+18
2012-08-11conf: add string-list typeDavid Herrmann1-0/+58
2012-08-11main: move conf_global to kmscon_conf in new header main.hDavid Herrmann1-2/+0
2012-08-11conf: make config functions take conf-options as argumentsDavid Herrmann1-177/+49
2012-08-11conf: make important symbols globalDavid Herrmann1-59/+12
2012-08-11conf: add aftercheck logicDavid Herrmann1-34/+86
2012-08-11conf: be more verbose about wrong argumentsDavid Herrmann1-4/+7
2012-08-11conf: make missing arguments or wrong arguments fatalDavid Herrmann1-1/+5
2012-08-11conf: move CONF_HAS_ARG flag to config-typesDavid Herrmann1-10/+16
2012-08-11conf: make config types constantDavid Herrmann1-3/+3
2012-08-11conf: make types genericDavid Herrmann1-26/+52
2012-08-11conf: prefix helpers with CONF_*David Herrmann1-28/+28
2012-08-06conf: add "font-engine" optionDavid Herrmann1-2/+6
2012-07-21conf: fix invalid memory access in strip_spaces()David Herrmann1-0/+3
2012-07-17conf: add config-file parserDavid Herrmann1-126/+444
2012-07-16conf: add generic argument arrayDavid Herrmann1-56/+151
2012-06-24main: use --fbdev options to switch between DRM/fbdevDavid Herrmann1-0/+4
2012-05-30conf: set TERM by default to vt220David Herrmann1-1/+1
2012-03-29conf: add --seat parameterDavid Herrmann1-0/+8
2012-03-29conf: fix negative getopt_long parametersDavid Herrmann1-6/+6
2012-03-25conf: fix local storage of default argvDavid Herrmann1-1/+3
2012-03-24pty: introduce --termDavid Herrmann1-2/+11
2012-03-24pty: add --login optionDavid Herrmann1-9/+31
2012-03-24conf: add --xkb-XY optionsDavid Herrmann1-2/+25
2012-03-23conf: add --silentDavid Herrmann1-0/+2
2012-03-23conf: add --switchvtDavid Herrmann1-2/+7
2012-03-23conf: fix --help handlingDavid Herrmann1-1/+1
2012-03-23conf: remove unneeded global initializationDavid Herrmann1-5/+1
2012-03-23conf: add configuration subsystemDavid Herrmann1-0/+119