aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Implement clipboard store for x11 with xclipJoe Wilm2016-12-29
* Add super hacky underline drawingJoe Wilm2016-12-29
* Hopefully fix read not triggering drawJoe Wilm2016-12-29
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Add silver searcher ignore fileJoe Wilm2016-12-29
* Fix selection copy for long linesJoe Wilm2016-12-29
* Minor cleanup in main()Joe Wilm2016-12-27
* Fix bug with config reloadingJoe Wilm2016-12-27
* Implement copying selection for macOSJoe Wilm2016-12-26
* Refactor bindings and fix binding testsJoe Wilm2016-12-26
* Major cleanup for event handlingJoe Wilm2016-12-26
* Refactor input processing to take action contextJoe Wilm2016-12-25
* Implement copypasta::Store for macOS pasteboardJoe Wilm2016-12-24
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Fix config reloadingJoe Wilm2016-12-16
* Remove dead codeJoe Wilm2016-12-16
* Misc formatting fixesJoe Wilm2016-12-16
* Remove outdated and no longer correct docJoe Wilm2016-12-16
* Replace remaining use of `try!` with `?`Joe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Merge pull request #27 from quininer/ref_fish_ccJoe Wilm2016-12-16
|\
| * add fish_cc refquininer kel2016-12-16
|/
* Handle overflow in Term::move_backwardJoe Wilm2016-12-15
* Remove need for Rc<RefCell<_>> usageJoe Wilm2016-12-12
* Fix a couple of compiler warningsJoe Wilm2016-12-12
* Track terminal cells on mouse movementJoe Wilm2016-12-11
* Update nightly pin on travisJoe Wilm2016-12-11
* Implement mouse scrolling with line deltasJoe Wilm2016-12-11
* Finish main.rs cleanupJoe Wilm2016-12-11
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Add run() function and document itJoe Wilm2016-12-11
* Add display impl for Points<T>Joe Wilm2016-12-11
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Move config path into Config typeJoe Wilm2016-12-11
* Cleanup cli option parsingJoe Wilm2016-12-11
* Force drawing when config reloadsJoe Wilm2016-12-11
* Implement Handler::identify_terminal for TermJoe Wilm2016-12-11
* Add comments in main loopJoe Wilm2016-12-11
* Borrow glutin::Window instead of using ArcJoe Wilm2016-12-11
* Refactor color list managementJoe Wilm2016-12-11
* Add support for indexed colorsJoe Wilm2016-12-11
* Rename RenderApi::render_grid() to render_cells()Joe Wilm2016-12-11
* Add support for bracketed pasteJoe Wilm2016-12-11
* Move term::cell module to its own fileJoe Wilm2016-12-11
* Document a couple of methodsJoe Wilm2016-12-11
* Refactor cell selection out of rendererJoe Wilm2016-12-11
* Refactor limit functionJoe Wilm2016-12-11
* Support trackpad scrollingJoe Wilm2016-12-11
* Support normal mouse tracking modeJoe Wilm2016-12-11