aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-01Add support for SGR mouse reportingJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-30Add ffi-util crate and use in fontconfig wrapperJoe Wilm
2016-12-30Refactor FontConfig wrappersJoe Wilm
2016-12-29Improve RenderableCellsIter performanceJoe Wilm
2016-12-29Add Default impl for CellJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Implement clipboard store for x11 with xclipJoe Wilm
2016-12-29Add super hacky underline drawingJoe Wilm
2016-12-29Hopefully fix read not triggering drawJoe Wilm
2016-12-29Unify Cursor, Location and name it PointJoe Wilm
2016-12-29Add silver searcher ignore fileJoe Wilm
2016-12-29Fix selection copy for long linesJoe Wilm
2016-12-27Minor cleanup in main()Joe Wilm
2016-12-27Fix bug with config reloadingJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-26Refactor bindings and fix binding testsJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-25Refactor input processing to take action contextJoe Wilm
2016-12-24Implement copypasta::Store for macOS pasteboardJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Fix config reloadingJoe Wilm
2016-12-16Remove dead codeJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Remove outdated and no longer correct docJoe Wilm
2016-12-16Replace remaining use of `try!` with `?`Joe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-16Merge pull request #27 from quininer/ref_fish_ccJoe Wilm
2016-12-16add fish_cc refquininer kel
2016-12-15Handle overflow in Term::move_backwardJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-12Fix a couple of compiler warningsJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Update nightly pin on travisJoe Wilm
2016-12-11Implement mouse scrolling with line deltasJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Add run() function and document itJoe Wilm
2016-12-11Add display impl for Points<T>Joe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Move config path into Config typeJoe Wilm
2016-12-11Cleanup cli option parsingJoe Wilm
2016-12-11Force drawing when config reloadsJoe Wilm
2016-12-11Implement Handler::identify_terminal for TermJoe Wilm
2016-12-11Add comments in main loopJoe Wilm
2016-12-11Borrow glutin::Window instead of using ArcJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm