summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-02-02Implement save/restore cursor positionJoe Wilm
2017-01-30Fix bug with cursor colors and old configJoe Wilm
2017-01-30Load the primary clipboard when pastingjc00ke
2017-01-29Update to serde 0.9 and serde-yaml 0.6.Joe Wilm
2017-01-29support for inverting the cursor or using colorsDanny Dulai
2017-01-28Add support for -e argumentNiklas Claesson
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-25Implement argument passing in configNiklas Claesson
2017-01-24Use clap as cli parser.Kurnevsky Evgeny
2017-01-23Change to process::CommandNiklas Claesson
2017-01-23Remove debug_print! macrosJoe Wilm
2017-01-23Return an error from logging::initializeJoe Wilm
2017-01-23Minor formatting fixesJoe Wilm
2017-01-23Changes to Logger logicJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-23Dynamically generate test harnessSteven Fackler
2017-01-21ansi: Designate and invoke graphic character setsRichard Palethorpe
2017-01-18Remove unnecessary featureOula Kuuva
2017-01-18Make it run on FreeBSDjohalun
2017-01-15Cleanup getpwuid_r wrapperJoe Wilm
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-11Proposal for line wrap - ^[[7h and ^[[7l (private)Michael Brumlow
2017-01-11Fix bug where event loop could get stuck readingJoe Wilm
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-09Fix last panic with `cat /dev/urandom`Joe Wilm
2017-01-10Fixing panic on cat /dev/urandomMichael Brumlow
2017-01-09Add another optional config path `$HOME/.alacritty.yml`Alberto Corona
2017-01-09Support config path `$XDG_CONFIG/alacritty.yml`Alberto Corona
2017-01-09Conform to XDG spec for configurationAlberto Corona
2017-01-08Merge pull request #236 from tcrayford/print_glutin_eventsJoe Wilm
2017-01-08Remove some dead codeJoe Wilm
2017-01-08Fix parsing of coalesced SGR attributesJoe Wilm
2017-01-08print glutin events if --print-events is passedTom Crayford
2017-01-07Merge pull request #216 from mbrumlow/better_bounds_checkingJoe Wilm
2017-01-07Changes requested.Michael Brumlow
2017-01-07Fixing resize crashes.Michael Brumlow
2017-01-07Removing stale comment.Michael Brumlow
2017-01-07Implementing line wrapping.Michael Brumlow
2017-01-07Better bounds checking.Michael Brumlow
2017-01-07Merge pull request #164 from mbrumlow/fix_boundsJoe Wilm
2017-01-07Merge pull request #138 from honza/masterJoe Wilm
2017-01-07TypoHonza Pokorny
2017-01-07Avoid unwrap when determining proper shell to useHonza Pokorny
2017-01-07Avoid unnecessary closure in a map callHonza Pokorny
2017-01-07Add doc string to 'shell' config optionHonza Pokorny
2017-01-07Fixes a slew of bounds issues.Michael Brumlow
2017-01-06Fix issue with some international inputsJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add `nightly` feature, use for `unlikely` intrinsicManish Goregaokar
2017-01-06Remove need for inclusive rangesManish Goregaokar