aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar
2017-01-06Remove need for range_contains featureManish Goregaokar
2017-01-06Replace need for drop_types_in_const with lazy_staticManish Goregaokar
2017-01-06Remove need for step_by featureManish Goregaokar
2017-01-06Make plugin feature optionalManish Goregaokar
2017-01-06Merge branch 'master' of github.com:coder543/alacrittyJosh Leverette
2017-01-06Handle invalid gotos more gracefully.Josh Leverette
2017-01-06Fix panic when closing windowJoe Wilm
2017-01-06Add default macOS configJoe Wilm
2017-01-06Write default config when not foundquininer kel
2017-01-06Merge pull request #60 from MagaTailor/masterJoe Wilm
2017-01-06Handle EINTR in I/O loopJoe Wilm
2017-01-06Added --title argument to set window titleRudis Muiznieks
2017-01-05Fix ARMTaylor Trump
2017-01-05Fix ARMTaylor Trump
2017-01-05Allow key_binding have spacequininer kel
2017-01-04Draw the screen when Refresh event arrivesJoe Wilm
2017-01-02Send correct character sequence with alt keyJoe Wilm
2017-01-02Have default mouse and key bindingsJoe Wilm
2017-01-02Fix scrolling with SGR modeJoe Wilm
2017-01-02Better error message when xclip is not availableJoe Wilm
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
2017-01-02Rework font loadingJoe Wilm
2017-01-01Improve error handling for shader initializationJoe Wilm
2017-01-01Improve error handling for clipboard actionsJoe Wilm
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-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-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-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-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-16Rustup and clippyJoe Wilm