aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixing resize crashes.Michael Brumlow2017-01-07
* Merge pull request #164 from mbrumlow/fix_boundsJoe Wilm2017-01-07
|\
| * Fixes a slew of bounds issues.Michael Brumlow2017-01-07
* | Merge pull request #138 from honza/masterJoe Wilm2017-01-07
|\ \
| * | TypoHonza Pokorny2017-01-07
| * | Avoid unwrap when determining proper shell to useHonza Pokorny2017-01-07
| * | Avoid unnecessary closure in a map callHonza Pokorny2017-01-07
| * | Add doc string to 'shell' config optionHonza Pokorny2017-01-07
| * | Add "shell" option to configHonza Pokorny2017-01-06
* | | Fix issue with some international inputsJoe Wilm2017-01-06
| |/ |/|
* | Clippy fixes!Manish Goregaokar2017-01-06
* | Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar2017-01-06
* | Remove need for inclusive rangesManish Goregaokar2017-01-06
* | Remove need for range_contains featureManish Goregaokar2017-01-06
* | Replace need for drop_types_in_const with lazy_staticManish Goregaokar2017-01-06
* | Remove need for step_by featureManish Goregaokar2017-01-06
* | Make plugin feature optionalManish Goregaokar2017-01-06
|/
* Merge branch 'master' of github.com:coder543/alacrittyJosh Leverette2017-01-06
|\
| * Fix panic when closing windowJoe Wilm2017-01-06
| * Add default macOS configJoe Wilm2017-01-06
| * Write default config when not foundquininer kel2017-01-06
* | Handle invalid gotos more gracefully.Josh Leverette2017-01-06
|/
* Merge pull request #60 from MagaTailor/masterJoe Wilm2017-01-06
|\
| * Fix ARMTaylor Trump2017-01-05
| * Fix ARMTaylor Trump2017-01-05
* | Handle EINTR in I/O loopJoe Wilm2017-01-06
* | Added --title argument to set window titleRudis Muiznieks2017-01-06
* | Allow key_binding have spacequininer kel2017-01-05
|/
* Draw the screen when Refresh event arrivesJoe Wilm2017-01-04
* Send correct character sequence with alt keyJoe 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
* 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
* 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
* 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
* 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