Modify it to adjust Tizen IVI enviroment
[platform/upstream/kmscon.git] / src / conf.c
2013-03-04 David Herrmannshl: move log.[ch] to shl_log.[ch]
2013-02-05 David Herrmannconf: remove unused CONF_DONE
2013-02-05 David Herrmannconf: fix include-protection name
2013-02-05 David Herrmannconf: perform aftercheck on ctx-copy
2012-10-24 David Herrmannconf: try to give better hints if keysyms were mistyped
2012-10-24 David Herrmannconf: fix using new xkbcommon-0.2.0 API
2012-10-23 David Herrmannconf: call aftercheck after config-file parsing is...
2012-10-23 David Herrmannconf: add "file" callback
2012-10-23 David HerrmannMerge branch 'github/master'
2012-10-19 David Herrmannconf: add option-copy callback
2012-10-19 David Herrmannconf: fix overwriting locked options during copy
2012-10-19 David Herrmannkmscon: implement per-seat configuration
2012-10-18 David Herrmannkmscon: drop all configs and use new /etc/kmscon/kmscon...
2012-10-18 David Herrmannconf: introduce conf_parse_file_f()
2012-10-15 David Herrmannconf: allow multiple grabs and keysyms per grab-option
2012-10-01 David HerrmannMove grab-parsing into conf.c
2012-09-30 David HerrmannFix printf() specified bugs all over the code
2012-09-29 David Herrmannconf: add INT datatype
2012-09-24 David Herrmannconf: remove uterm depedency
2012-09-05 David Herrmannconf: add "grab" config data-type
2012-08-14 David Herrmannconf: add UINT as new datatype
2012-08-11 David Herrmannconf: add string-list type
2012-08-11 David Herrmannmain: move conf_global to kmscon_conf in new header...
2012-08-11 David Herrmannconf: make config functions take conf-options as arguments
2012-08-11 David Herrmannconf: make important symbols global
2012-08-11 David Herrmannconf: add aftercheck logic
2012-08-11 David Herrmannconf: be more verbose about wrong arguments
2012-08-11 David Herrmannconf: make missing arguments or wrong arguments fatal
2012-08-11 David Herrmannconf: move CONF_HAS_ARG flag to config-types
2012-08-11 David Herrmannconf: make config types constant
2012-08-11 David Herrmannconf: make types generic
2012-08-11 David Herrmannconf: prefix helpers with CONF_*
2012-08-06 David Herrmannconf: add "font-engine" option
2012-07-21 David Herrmannconf: fix invalid memory access in strip_spaces()
2012-07-17 David Herrmannconf: add config-file parser
2012-07-16 David Herrmannconf: add generic argument array
2012-06-24 David Herrmannmain: use --fbdev options to switch between DRM/fbdev
2012-05-30 David Herrmannconf: set TERM by default to vt220
2012-03-29 David Herrmannconf: add --seat parameter
2012-03-29 David Herrmannconf: fix negative getopt_long parameters
2012-03-25 David Herrmannconf: fix local storage of default argv
2012-03-24 David Herrmannpty: introduce --term
2012-03-24 David Herrmannpty: add --login option
2012-03-24 David Herrmannconf: add --xkb-XY options
2012-03-23 David Herrmannconf: add --silent
2012-03-23 David Herrmannconf: add --switchvt
2012-03-23 David Herrmannconf: fix --help handling
2012-03-23 David Herrmannconf: remove unneeded global initialization
2012-03-23 David Herrmannconf: add configuration subsystem