summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Terminal: add runtime permissionsjrizzoli2015-11-171-0/+11
* TerminalKeys: Disable debugRicardo Cerqueira2015-02-141-1/+1
* Terminal: Convert CheckBoxPreference to SwitchPreferenceMichael Bestas2015-02-011-3/+3
* Some cleanup.Danny Baumann2015-01-143-62/+21
* Term: materializelinuxx2015-01-143-4/+18
* Also use set colors for scrollback lines that aren't filled yet.Danny Baumann2015-01-141-0/+2
* Add settings for fullscreen, orientation, font size, colorTom Marshall2014-12-314-4/+222
* Show cursorTom Marshall2014-12-313-1/+47
* Remove rows/cols from nativeInitTom Marshall2014-12-311-2/+2
* Show soft keyboad on clickTom Marshall2014-12-311-0/+14
* Fix focus on initial startTom Marshall2014-12-311-0/+1
* Terminal: fix compiling for 64-bitColin Cross2014-04-081-11/+11
* Add scrollback support.Jeff Sharkey2013-04-257-222/+361
* Added input error handling and enabled keyboard inputMichael Wright2013-02-262-10/+8
* Start hooking up keyboard input to viewMichael Wright2013-02-252-4/+91
* Add jni hooks for key dispatchingMichael Wright2013-02-251-0/+12
* Add support for conversion from Android to libvterm keysMichael Wright2013-02-251-0/+165
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-234-14/+258
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-232-4/+4
* Working damage!Jeff Sharkey2013-02-233-17/+23
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-212-12/+50
* Split init() and run().Jeff Sharkey2013-02-213-9/+20
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-202-16/+43
* Initial pass at read() loop.Jeff Sharkey2013-02-201-0/+9
* TerminalView to draw session contents.Jeff Sharkey2013-02-193-7/+236
* Start hooking up forkpty()Jeff Sharkey2013-02-191-0/+5
* Add callbacksKenny Root2013-02-192-2/+68
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-192-0/+69