summaryrefslogtreecommitdiffstats
path: root/jni/com_android_terminal_Terminal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-041-12/+12
* Terminal: fix compiling for 64-bitColin Cross2014-04-081-21/+21
* Add scrollback support.Jeff Sharkey2013-04-251-150/+254
* 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
* 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-191-32/+162
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-191-0/+162