summaryrefslogtreecommitdiff
path: root/src/kmscon_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann1-1/+1
2013-01-24uterm: drm: rename to drm3dDavid Herrmann1-3/+3
2013-01-24uterm: rename drm-dumb backend into drm2d moduleDavid Herrmann1-3/+3
2013-01-11uterm: video: modularize video backendsDavid Herrmann1-3/+3
2013-01-07uterm: move uterm.h to uterm_monitor.hDavid Herrmann1-1/+1
2013-01-07uterm: move uterm-vt into uterm_vt.hDavid Herrmann1-0/+1
2013-01-07uterm: move input related API to uterm_input.hDavid Herrmann1-0/+1
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-0/+1
2013-01-03kmscon: make bblit mandatoryDavid Herrmann1-2/+2
2013-01-03kmscon: add module supportDavid Herrmann1-0/+3
2013-01-02text: remove load/unload helpers for text-font backendsDavid Herrmann1-2/+2
2012-12-09kmscon: add --seats=current optionDavid Herrmann1-0/+7
2012-12-09kmscon: remove broken vt_eloop conceptDavid Herrmann1-16/+19
2012-12-09seat: start hotplugged seats if --switchvt is givenDavid Herrmann1-5/+3
2012-12-09kmscon: remove unused 'out' argumentsDavid Herrmann1-7/+4
2012-12-09kmscon: move video-device uterm-monitor handlingDavid Herrmann1-3/+7
2012-12-09kmscon: set uterm-seat data in seat-creationDavid Herrmann1-3/+6
2012-12-09seat: pass allowed VTs from callerDavid Herrmann1-2/+6
2012-12-06kmscon: ignore SIGPIPEDavid Herrmann1-0/+15
2012-12-06kmscon: run only on VT-less seats in listen-modeDavid Herrmann1-2/+6
2012-12-06kmscon: introduce new --listen modeDavid Herrmann1-7/+30
2012-12-06kmscon: replace gpu selection modes with new --gpu optionDavid Herrmann1-31/+13
2012-12-02seat: forward HUP to callerDavid Herrmann1-0/+13
2012-11-28main: correctly remove all displays on uterm-video shutdownDavid Herrmann1-0/+9
2012-11-10seat: implement delayed session switchingDavid Herrmann1-6/+9
2012-10-28kmscon: add --video-devices optionDavid Herrmann1-0/+13
2012-10-28shl: add shl_string_list_is() helperDavid Herrmann1-1/+1
2012-10-28kmscon: replace --fbdev/--dumb with --drm/--hwaccelDavid Herrmann1-34/+59
2012-10-27kmscon: fix --fbdev implying --all-gpusDavid Herrmann1-1/+6
2012-10-27kmscon: add --primary-gpu-only and --all-gpus optionsDavid Herrmann1-0/+13
2012-10-27uterm: monitor: add "dev_flags" field to event-structureDavid Herrmann1-7/+5
2012-10-19kmscon: use local configs instead of global kmscon_confDavid Herrmann1-16/+21
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-17/+31
2012-10-18kmscon: add helpers to access kmscon_confDavid Herrmann1-8/+8
2012-10-18kmscon: reorganize configuration itemsDavid Herrmann1-1/+1
2012-10-11Introduce session managementDavid Herrmann1-178/+223
2012-10-10kmscon: move config-handling to kmscon_conf.cDavid Herrmann1-280/+17
2012-10-10kmscon: move kmscon_main.h to kmscon_conf.hDavid Herrmann1-1/+1
2012-10-09Prefix kmscon sources with kmscon_*David Herrmann1-0/+738