aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
AgeCommit message (Expand)Author
2017-05-06Add window padding optionTuomas Siipola
2017-05-01Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson
2017-05-01Add glyph offset option to user configurationAaron Williamson
2017-05-01Improve freetype metric usageAaron Williamson
2017-02-25Change cursor colors config to use text and cursorJoe Wilm
2017-02-22Add hide cursor when typing optionTuomas Siipola
2017-02-14Add TERM config entryAnders Rasmussen
2017-02-11Move color list to Term structJoe Wilm
2017-02-10Print YAML errors using DisplayJoe Wilm
2017-02-07Add visual bell supportMark Andrus Roberts
2017-02-07Semantic SelectionXiaoyu Yin
2017-02-06Configurable window dimensionsAnders Rasmussen
2017-02-05Add "Quit" action to allow exit on a Cmd-W or Cmd-QBrandur
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-30Fix bug with cursor colors and old configJoe Wilm
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-25Implement argument passing in configNiklas Claesson
2017-01-23Change to process::CommandNiklas Claesson
2017-01-18Make it run on FreeBSDjohalun
2017-01-12make thin stroke rendering configurableTom Crayford
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-07Merge pull request #138 from honza/masterJoe Wilm
2017-01-07TypoHonza Pokorny
2017-01-07Avoid unnecessary closure in a map callHonza Pokorny
2017-01-07Add doc string to 'shell' config optionHonza Pokorny
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add "shell" option to configHonza Pokorny
2017-01-06Add default macOS configJoe Wilm
2017-01-06Write default config when not foundquininer kel
2017-01-05Allow key_binding have spacequininer kel
2017-01-02Have default mouse and key bindingsJoe Wilm
2017-01-02Real support for placing config in XDG_CONFIG_HOMEJoe Wilm
2017-01-02Rework font loadingJoe Wilm
2016-12-26Implement copying selection for macOSJoe Wilm
2016-12-26Refactor bindings and fix binding testsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Move config path into Config typeJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-11-19Fix mouse bindingsJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-11Fix config file reloading on macOSJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm