summaryrefslogtreecommitdiff
path: root/tests/test_console.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20build: implicitly include config.hRan Benita1-2/+0
2012-01-24log: move log_warning to log_warnDavid Herrmann1-1/+1
2012-01-22font: rewrite font backendDavid Herrmann1-1/+0
2012-01-22font: require compositor referenceDavid Herrmann1-3/+3
2012-01-20console: use new drawing pipelineDavid Herrmann1-6/+3
2012-01-18console: take reference of compositorDavid Herrmann1-1/+1
2012-01-09test_console: fix use-after-freeRan Benita1-0/+1
2012-01-01font: move font handling into new subsystemDavid Herrmann1-1/+8
2012-01-01Adjust all code to use new kmscon_symbol_tDavid Herrmann1-18/+12
2011-12-30test_console: fix call to kmscon_comp*_useDavid Herrmann1-6/+8
2011-12-30vt: fix race-condition in signal handlingDavid Herrmann1-5/+1
2011-12-26test_console: fix console deinitialization bugDavid Herrmann1-3/+7
2011-12-26test_console: copy stdin to console outputDavid Herrmann1-11/+78
2011-12-26console: calculate width by fontDavid Herrmann1-11/+2
2011-12-21console: support writing to consoleDavid Herrmann1-0/+11
2011-12-03test_console: Use new eloop and VT subsystemDavid Herrmann1-74/+150
2011-12-02test_output: Use log APIDavid Herrmann1-12/+12
2011-12-02test_console: React on SIGINTDavid Herrmann1-2/+18
2011-12-02Change license to MIT licenseDavid Herrmann1-1/+22
2011-11-26Fix test_consoleDavid Herrmann1-0/+4
2011-11-20Add console testDavid Herrmann1-0/+154