summaryrefslogtreecommitdiff
path: root/src/uterm_monitor.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-06build: major cleanupDavid Herrmann1-0/+7
2013-01-07uterm: move uterm.h to uterm_monitor.hDavid Herrmann1-1/+1
2013-01-07uterm: monitor: avoid libdrm dependencyDavid Herrmann1-3/+51
2013-01-07uterm: monitor: read boot_vga via utermDavid Herrmann1-30/+17
2013-01-07uterm: move uterm_systemd.h to uterm_systemd_internal.hDavid Herrmann1-1/+1
2013-01-07uterm: move uterm_video.h to uterm_video_internal.hDavid Herrmann1-1/+1
2012-12-06kmscon: replace gpu selection modes with new --gpu optionDavid Herrmann1-8/+6
2012-10-29uterm: monitor: put systemd-layer into separate fileDavid Herrmann1-60/+38
2012-10-28uterm: monitor: mark vesafb devices as primaryDavid Herrmann1-2/+5
2012-10-27uterm: monitor: mark auxiliary devicesDavid Herrmann1-31/+75
2012-10-27uterm: monitor: report primary GPUs to callerDavid Herrmann1-0/+36
2012-10-27uterm: monitor: add "dev_flags" field to event-structureDavid Herrmann1-5/+12
2012-10-27uterm: add PCI primary GPU detectionDavid Herrmann1-0/+9
2012-10-23build: add proper dependency checking to configure.acDavid Herrmann1-8/+8
2012-09-26build: update autotools logic and add "wlterm" applicationDavid Herrmann1-8/+8
2012-09-21uterm: monitor: mark DRM-fbdev devices as suchDavid Herrmann1-1/+57
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+0
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann1-0/+1
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann1-24/+24
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann1-1/+0
2012-08-12uterm: monitor: fix crash during device hotplugDavid Herrmann1-1/+1
2012-07-01uterm: monitor: make systemd optionalDavid Herrmann1-1/+37
2012-06-30uterm: monitor: refactor systemd codeDavid Herrmann1-80/+105
2012-06-24static: move statically linked subsystems to static_*David Herrmann1-1/+1
2012-05-26monitor: fix small memory leakRan Benita1-0/+1
2012-05-05uterm_monitor: correctly enumerate input devicesDavid Herrmann1-26/+43
2012-05-05uterm_monitor: refresh seats before scanning the systemDavid Herrmann1-0/+2
2012-05-05uterm_monitor: initialize list heads correctlyDavid Herrmann1-0/+2
2012-05-05uterm_monitor: add debug messagesDavid Herrmann1-2/+12
2012-05-05uterm_monitor: add input device supportDavid Herrmann1-0/+18
2012-05-05uterm_monitor: add system monitor for full seat supportDavid Herrmann1-0/+711