summaryrefslogtreecommitdiffstats
path: root/jni
Commit message (Expand)AuthorAgeFilesLines
* Properly clear background when changing colors.Danny Baumann2015-01-141-9/+29
* Also use set colors for scrollback lines that aren't filled yet.Danny Baumann2015-01-141-10/+13
* Add settings for fullscreen, orientation, font size, colorTom Marshall2014-12-311-0/+26
* Remove rows/cols from nativeInitTom Marshall2014-12-311-8/+7
* Update and fix Terminal.Elliott Hughes2014-12-044-117/+15
* Terminal: fix compiling for 64-bitColin Cross2014-04-081-21/+21
* Add scrollback support.Jeff Sharkey2013-04-252-153/+260
* Add liblog.Ying Wang2013-04-101-1/+2
* Decode UTF-32 chars.Jeff Sharkey2013-03-051-11/+13
* Added input error handling and enabled keyboard inputMichael Wright2013-02-261-17/+16
* Remove unnecessary castMichael Wright2013-02-251-1/+1
* Add jni hooks for key dispatchingMichael Wright2013-02-251-2/+39
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-231-5/+43
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-231-6/+40
* Working damage!Jeff Sharkey2013-02-231-6/+11
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-211-1/+22
* Split init() and run().Jeff Sharkey2013-02-211-47/+33
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-201-23/+49
* Initial pass at read() loop.Jeff Sharkey2013-02-201-4/+43
* Properly configure ptys on Terminal constructionMichael Wright2013-02-201-44/+50
* Add forkpty functionMichael Wright2013-02-203-1/+106
* TerminalView to draw session contents.Jeff Sharkey2013-02-191-7/+63
* Start hooking up forkpty()Jeff Sharkey2013-02-191-6/+90
* Add callbacksKenny Root2013-02-192-33/+164
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-193-0/+222