summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-20eloop: fix eloop object never being freedDavid Herrmann1-5/+35
2012-05-19eloop: add initial gtk-doc commentsDavid Herrmann1-51/+307
2012-05-19eloop: dynamically reallocate dispatch cacheDavid Herrmann1-14/+46
2012-05-19eloop: add more commentsDavid Herrmann1-6/+113
2012-05-19eloop: use counter source for idle eventsDavid Herrmann1-4/+37
2012-05-19eloop: fix not returning new counter objectDavid Herrmann1-0/+1
2012-05-19eloop: forward timer HUP and I/O errors to callerDavid Herrmann1-3/+16
2012-05-19eloop: forward EOF and I/O errors of counters to callerDavid Herrmann1-3/+16
2012-05-19eloop: allow enabling/disabling counter sourcesDavid Herrmann2-0/+24
2012-05-19eloop: allow enabling/disabling timer sourcesDavid Herrmann2-0/+24
2012-05-19eloop: correctly forward error codesDavid Herrmann2-31/+78
2012-05-18eloop: allow enabling/disabling fd sourcesDavid Herrmann2-41/+95
2012-05-18fbdev: add few implementation hintsDavid Herrmann1-7/+7
2012-05-18eloop: move callback declarations into correct orderDavid Herrmann1-4/+3
2012-05-17eloop: convert idle sources to hooksDavid Herrmann3-152/+49
2012-05-17eloop: move codeDavid Herrmann2-428/+439
2012-05-17eloop: make timers create fd on initializationDavid Herrmann2-82/+118
2012-05-17eloop: take fd argument for fd-sources at initializationDavid Herrmann3-91/+92
2012-05-17eloop: add counter sourcesDavid Herrmann2-0/+214
2012-05-17eloop: add ev_fd_is_bound() helperDavid Herrmann2-0/+7
2012-05-17test_output: explicitely activate GL contextDavid Herrmann1-0/+4
2012-05-17font: fix trailing newline in debug messageDavid Herrmann1-1/+1
2012-05-05test_output: fix build failureDavid Herrmann1-1/+1
2012-05-05test_input: use new input APIDavid Herrmann1-43/+66
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_input: fix initializing device listDavid Herrmann1-0/+1
2012-05-05uterm_input_xkb: fix typoDavid Herrmann1-1/+1
2012-05-05uterm_input: fix typoDavid Herrmann1-1/+1
2012-05-05uterm_input: add xkb backendDavid Herrmann2-1/+1023
2012-05-05uterm_input: use new kbd APIDavid Herrmann1-11/+9
2012-05-05uterm_input: add kbd APIDavid Herrmann3-1/+458
2012-05-05uterm_input: add input layer to utermDavid Herrmann4-0/+515
2012-05-05uterm_monitor: add input device supportDavid Herrmann2-0/+19
2012-05-05uterm_video: remove hotplug awarenessDavid Herrmann5-251/+29
2012-05-05uterm_video_drm: include xf86drmMode.h againDavid Herrmann1-1/+1
2012-05-05uterm_monitor: add system monitor for full seat supportDavid Herrmann4-0/+770
2012-05-05misc: add safe list iteratorDavid Herrmann1-0/+4
2012-05-05eloop: allow flushing an fdDavid Herrmann2-0/+14
2012-05-03uterm_video: add udev device parameter to video_new()David Herrmann3-3/+3
2012-05-03build: fix build for automake 1.12David Herrmann1-0/+1
2012-05-03uterm: fix commentsDavid Herrmann1-9/+5
2012-04-25uterm_video_drm: return -EINVAL if already activatedDavid Herrmann1-1/+1
2012-04-25uterm_video: allow explicitely activating GL ctxDavid Herrmann5-13/+55
2012-04-22uterm_video: disable egl context on destructionDavid Herrmann1-0/+1
2012-04-22test_input: use new test_include.h infrastructureDavid Herrmann1-50/+27
2012-04-22tests: remove unneeded testsDavid Herrmann3-461/+3
2012-04-22test_vt: use new test_include.h codeDavid Herrmann1-44/+18