aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/de/mud
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing break;Jeremy Klein2015-10-071-0/+1
|
* Clean up comments and logsJeremy Klein2015-10-071-6/+3
|
* Partial implementation of DCESAVE for mouse reportingJeremy Klein2015-10-071-1/+15
|
* Fix bad math in moving the cursor when the window size changes.Jeremy Klein2015-10-052-19/+14
|
* Add support for mouse move event forwarding.Jeremy Klein2015-10-011-15/+52
|
* Add support for mouse wheel forwarding.Jeremy Klein2015-10-012-0/+43
|
* Handle mouse events when the terminal won't. Add more comments.Jeremy Klein2015-10-011-0/+4
|
* Forward mouseevents to the terminal when appropriate.Jeremy Klein2015-10-012-4/+2
| | | | | | | Only handle mouse events locally if shift is held. Partially fixes #225. Still need to figure out mouse wheel forwarding and proper copy support when the terminal is handling selection itself (ie in an editor).
* Use Integer.valueOf(...) to save memoryKenny Root2015-08-201-1/+1
| | | | This allows the pooling of Integer instances.
* Convert to gradle build systemKenny Root2014-10-016-0/+5746