summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2012-05-26input: remove old input subsystemDavid Herrmann1-3/+0
2012-05-25uterm: add VT APIDavid Herrmann1-0/+1
2012-05-05uterm_input: add xkb backendDavid Herrmann1-1/+2
2012-05-05uterm_input: add kbd APIDavid Herrmann1-1/+2
2012-05-05uterm_input: add input layer to utermDavid Herrmann1-0/+1
2012-05-05uterm_monitor: add system monitor for full seat supportDavid Herrmann1-0/+3
2012-04-22tests: remove unneeded testsDavid Herrmann1-10/+3
2012-04-14test_output: use new test_include.h headerDavid Herrmann1-1/+1
2012-03-31font: add new font rendererDavid Herrmann1-1/+2
2012-03-25use pthread_sigmask instead of sigprocmaskDavid Herrmann1-1/+2
2012-03-24main: use ui subsystemDavid Herrmann1-0/+1
2012-03-23build: add conf.c to buildDavid Herrmann1-0/+1
2012-03-23console: merge console_cell.c into console.cDavid Herrmann1-1/+0
2012-03-23Remove old output subsystemDavid Herrmann1-3/+0
2012-03-23gl: add GL subsystemDavid Herrmann1-1/+4
2012-03-23uterm_video: add DRM backendDavid Herrmann1-1/+2
2012-03-23uterm: new video backendDavid Herrmann1-1/+3
2012-03-20build: implicitly include config.hRan Benita1-0/+1
2012-01-28Add ring buffer objectDavid Herrmann1-0/+1
2012-01-28build: fix out-of-tree build and distcheckRan Benita1-1/+1
2012-01-28kbd: add a new "dumb" keyboard backendRan Benita1-2/+10
2012-01-28build: depend on xproto explicitlyRan Benita1-0/+2
2012-01-23Add pseudo terminal supportRan Benita1-1/+2
2012-01-23test_input: simplify and drop xkbcommon dependencyRan Benita1-6/+1
2012-01-23input, xkb: port to new kbd objectRan Benita1-3/+3
2012-01-22font: rewrite font backendDavid Herrmann1-0/+1
2012-01-20console: use new drawing pipelineDavid Herrmann1-6/+1
2012-01-18test_output: use new drawing pipelineDavid Herrmann1-6/+1
2012-01-18output: add default shaderDavid Herrmann1-3/+5
2012-01-17output: add shader supportDavid Herrmann1-2/+15
2012-01-16output: move EGL/GL calls into separate headerDavid Herrmann1-0/+1
2012-01-01Avoid installing doc files with "make install"David Herrmann1-1/+1
2012-01-01font: add unfinished freetype backendDavid Herrmann1-7/+15
2012-01-01font: move font handling into new subsystemDavid Herrmann1-1/+1
2012-01-01Add faster kmscon_char replacementDavid Herrmann1-0/+1
2011-12-31input: shuffle headers and includesRan Benita1-1/+1
2011-12-31input: use libxkbcommon to convert input eventsRan Benita1-4/+14
2011-12-31tests: add test for the input subsystemRan Benita1-1/+5
2011-12-30input: add infrastructure for an input subsystemRan Benita1-2/+5
2011-12-30terminal: add dummy terminal implementationDavid Herrmann1-2/+7
2011-12-21test_buffer: add buffer playgroundDavid Herrmann1-1/+4
2011-12-09build: a few fixes to configure scriptRan Benita1-13/+19
2011-12-04Console: Add buffer objectDavid Herrmann1-0/+1
2011-12-03Add VT handlingDavid Herrmann1-2/+7
2011-12-03Add event loopDavid Herrmann1-1/+2
2011-12-02Add log APIDavid Herrmann1-1/+2
2011-12-01build: use gnu autotoolsRan Benita1-0/+54