summaryrefslogtreecommitdiff
path: root/src/kmscon_conf.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tsm: remove and depend on libtsmDavid Herrmann1-1/+0
2013-10-23kmscon: remove cdev sessionsDavid Herrmann1-9/+1
2013-03-12kmscon: add --xkb-keymap option for predefined keymapsRan Benita1-0/+3
2013-03-09kmscon: implement dynamic font-resizing via shortcutsDavid Herrmann1-0/+12
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-01-24uterm: drm: rename to drm3dDavid Herrmann1-1/+1
2013-01-24uterm: rename drm-dumb backend into drm2d moduleDavid Herrmann1-1/+1
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-1/+1
2012-12-21docs: fix default font-size=12 documentationDavid Herrmann1-1/+1
2012-12-12kmscon: use /bin/login -p as default login programDavid Herrmann1-2/+2
2012-12-12kmscon: add --reset-env optionDavid Herrmann1-0/+4
2012-12-09kmscon: add --seats=current optionDavid Herrmann1-3/+2
2012-12-06kmscon: prevent --no-listen in combination with --cdev-sessionDavid Herrmann1-1/+18
2012-12-06kmscon: introduce new --listen modeDavid Herrmann1-13/+28
2012-12-06kmscon: replace gpu selection modes with new --gpu optionDavid Herrmann1-10/+52
2012-12-02conf: improve --vt warning by allowing --seats=,allDavid Herrmann1-1/+1
2012-12-01seat: change default keyboard shortcuts to ctrl+logoDavid Herrmann1-10/+10
2012-12-01conf: introduce --configdir parameterDavid Herrmann1-2/+8
2012-12-01seat: limit multi-session mode to --multi-sessionDavid Herrmann1-1/+3
2012-12-01conf: print warning if --vt is used wrongDavid Herrmann1-2/+17
2012-12-01seat: register cdev session only when --cdev is givenDavid Herrmann1-0/+2
2012-12-01conf: fix whitespace offset for -sDavid Herrmann1-1/+1
2012-11-28terminal: remove now unused --fps optionDavid Herrmann1-2/+0
2012-11-19seat: add --grab-session-dummy optionDavid Herrmann1-0/+6
2012-10-29kmscon: enable --all-gpus by defaultDavid Herrmann1-2/+2
2012-10-28kmscon: change default grab for "sesison-close" to "BackSpace"David Herrmann1-2/+2
2012-10-28kmscon: add --video-devices optionDavid Herrmann1-0/+6
2012-10-28shl: add shl_string_list_is() helperDavid Herrmann1-23/+1
2012-10-28kmscon: remove deprecated /etc/kmscon.conf supportDavid Herrmann1-8/+0
2012-10-28kmscon: replace --fbdev/--dumb with --drm/--hwaccelDavid Herrmann1-5/+23
2012-10-27kmscon: add --xkb-model optionDavid Herrmann1-0/+2
2012-10-27kmscon: turn --switchvt on by defaultDavid Herrmann1-2/+2
2012-10-27xkb: use system defaults instead of "us" for layoutRan Benita1-2/+2
2012-10-27kmscon: add --primary-gpu-only and --all-gpus optionsDavid Herrmann1-0/+4
2012-10-23kmscon: rework --login handlingDavid Herrmann1-28/+125
2012-10-23kmscon: simplify --vt handlingDavid Herrmann1-22/+13
2012-10-23conf: simplify helper macrosDavid Herrmann1-33/+33
2012-10-23conf: call aftercheck after config-file parsing is doneDavid Herrmann1-2/+4
2012-10-23conf: add "file" callbackDavid Herrmann1-1/+1
2012-10-19kmscon: use local configs instead of global kmscon_confDavid Herrmann1-9/+27
2012-10-19conf: add option-copy callbackDavid Herrmann1-34/+60
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-63/+72
2012-10-18kmscon: make configuration-parser modularDavid Herrmann1-72/+138
2012-10-18kmscon: drop all configs and use new /etc/kmscon/kmscon.confDavid Herrmann1-1/+10
2012-10-18conf: introduce conf_parse_file_f()David Herrmann1-1/+1
2012-10-18kmscon: reorganize configuration itemsDavid Herrmann1-25/+43
2012-10-18kmscon: add --session-max parameterDavid Herrmann1-0/+4
2012-10-18seat: add keyboard grabs to close sessions and start new terminalsDavid Herrmann1-12/+24
2012-10-15seat: allow session-switching with keyboardDavid Herrmann1-8/+20
2012-10-15conf: allow multiple grabs and keysyms per grab-optionDavid Herrmann1-16/+8