summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-02-04console: remove *_buffer_newline()David Herrmann1-2/+3
2012-02-03test_buffer: add margin testsDavid Herrmann1-2/+7
2012-02-02console: move kmscon_console_rotate to *_newlineDavid Herrmann1-2/+2
2012-01-29test_buffer: add utf8 state machine testDavid Herrmann1-0/+25
2012-01-28vte: handle keyboard input (stub)David Herrmann1-27/+9
2012-01-28terminal, pty: pass eloop reference on obj creationDavid Herrmann1-5/+3
2012-01-24log: move log_warning to log_warnDavid Herrmann3-3/+3
2012-01-24test_terminal: wait on children to avoid zombiesRan Benita1-6/+62
2012-01-24terminal: use new pty objectRan Benita1-1/+11
2012-01-23test_input: simplify and drop xkbcommon dependencyRan Benita1-15/+4
2012-01-22font: rewrite font backendDavid Herrmann1-1/+0
2012-01-22font: require compositor referenceDavid Herrmann2-6/+6
2012-01-20context: use GL_TRIANGLES instead of GL_QUADSDavid Herrmann1-3/+8
2012-01-20console: use new drawing pipelineDavid Herrmann1-6/+3
2012-01-18console: take reference of compositorDavid Herrmann2-2/+2
2012-01-18test_output: use new drawing pipelineDavid Herrmann1-18/+13
2012-01-09test_console: fix use-after-freeRan Benita1-0/+1
2012-01-01font: move font handling into new subsystemDavid Herrmann2-2/+15
2012-01-01Adjust all code to use new kmscon_symbol_tDavid Herrmann3-56/+27
2012-01-01test_buffer: add kmscon_symbol_t testDavid Herrmann1-0/+34
2011-12-31test_terminal: add experimental input supportDavid Herrmann1-0/+39
2011-12-31input: define our own modifiersRan Benita1-10/+10
2011-12-31input: don't use 0 to signal lack of unicode valueRan Benita1-1/+1
2011-12-31input: shuffle headers and includesRan Benita1-0/+3
2011-12-31input: use libxkbcommon to convert input eventsRan Benita1-3/+54
2011-12-31tests: add test for the input subsystemRan Benita1-0/+127
2011-12-30terminal: add dummy terminal implementationDavid Herrmann1-0/+197
2011-12-30test_console: fix call to kmscon_comp*_useDavid Herrmann1-6/+8
2011-12-30test_output: handle kmscon_comp*_use failureDavid Herrmann1-2/+6
2011-12-30vt: fix race-condition in signal handlingDavid Herrmann2-12/+2
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-21console: correctly resize linesDavid Herrmann1-1/+3
2011-12-21test_buffer: add buffer playgroundDavid Herrmann1-0/+129
2011-12-14vt: add support for automatic VT switchingRan Benita1-0/+14
2011-12-03test_console: Use new eloop and VT subsystemDavid Herrmann1-74/+150
2011-12-03Add VT testDavid Herrmann1-0/+104
2011-12-02test_output: Use log APIDavid Herrmann1-12/+12
2011-12-02test_output: Use new log APIDavid Herrmann1-24/+25
2011-12-02test_output: Catch SIGINT and SIGTERMDavid Herrmann1-0/+12
2011-12-02test_console: React on SIGINTDavid Herrmann1-2/+18
2011-12-02Change license to MIT licenseDavid Herrmann2-2/+44
2011-11-26Fix test_consoleDavid Herrmann1-0/+4
2011-11-20Add console testDavid Herrmann1-0/+154
2011-11-20Avoid refreshing twice in output testDavid Herrmann1-6/+4
2011-11-20Add output test-scriptDavid Herrmann1-0/+177