summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Terminal: Fix keyboard Ctrl- and ALT-key input.Patrik Stromdahl2018-01-021-1/+8
* Terminal: volume keys as up/downJoey Rizzoli2018-01-023-4/+14
* Terminal: add runtime permissionsjrizzoli2018-01-021-0/+11
* TerminalKeys: Disable debugRicardo Cerqueira2018-01-021-1/+1
* Terminal: Convert CheckBoxPreference to SwitchPreferenceMichael Bestas2018-01-021-3/+3
* Some cleanup.Danny Baumann2018-01-023-62/+21
* Term: materializelinuxx2018-01-023-4/+18
* Also use set colors for scrollback lines that aren't filled yet.Danny Baumann2018-01-021-0/+2
* Add settings for fullscreen, orientation, font size, colorTom Marshall2018-01-024-3/+223
* Show cursorTom Marshall2015-01-063-0/+44
* 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