aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* macOS: cmake is not requiredAlex Burka2017-01-05
* Draw the screen when Refresh event arrivesJoe Wilm2017-01-04
* Merge pull request #49 from FliegendeWurst/patch-1Joe Wilm2017-01-04
|\
| * Fix typo in READMEFliegendeWurst2017-01-04
|/
* Add note about forthcoming blog postJoe Wilm2017-01-04
* Send correct character sequence with alt keyJoe Wilm2017-01-02
* Update README arrow keys FAQJoe Wilm2017-01-02
* Have default mouse and key bindingsJoe Wilm2017-01-02
* Fix scrolling with SGR modeJoe Wilm2017-01-02
* Better error message when xclip is not availableJoe Wilm2017-01-02
* Real support for placing config in XDG_CONFIG_HOMEJoe Wilm2017-01-02
* Rework font loadingJoe Wilm2017-01-02
* Write README.mdJoe Wilm2017-01-02
* Fix rustc-version fileJoe Wilm2017-01-01
* Improve error handling for shader initializationJoe Wilm2017-01-01
* Improve error handling for clipboard actionsJoe Wilm2017-01-01
* Add support for SGR mouse reportingJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Propagate font rasterizer errorsJoe Wilm2016-12-31
* Add ffi-util crate and use in fontconfig wrapperJoe Wilm2016-12-30
* Refactor FontConfig wrappersJoe Wilm2016-12-30
* Improve RenderableCellsIter performanceJoe Wilm2016-12-29
* Add Default impl for CellJoe Wilm2016-12-29
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* 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