aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
AgeCommit message (Expand)Author
2017-10-26[WIP] Add antialias optionantialias-optionJoe Wilm
2017-10-22Fix typoJoe Wilm
2017-10-22Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel
2017-10-21Fix solid background color opacity (#847)Joe Wilm
2017-10-21List all valid actions in config error message (#848)Robert Bittle
2017-10-16Fix config reloadingJoe Wilm
2017-10-16Fix default config reload valueJoe Wilm
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-10-09Support web notation for hex colorsRobert Günzler
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-05Comment about duration arg to file watcherJoe Wilm
2017-09-05Reduce file watcher debounce periodJoe Wilm
2017-09-05Update notifyJonathan Schleußer
2017-09-05Update servoJonathan Schleußer
2017-08-29Default to enabling live config reloadJoe Wilm
2017-08-29Implement options to not start the config_monitor thread (#689)Liu Wei
2017-08-20Add background_opacity option to set terminal transparency (#331)Gabriel Martinez
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-07-19Canonicalize the config watching path (#672)Joe Wilm
2017-06-23Add dim color supportJake Merdich
2017-05-28Add config file as cli option (#576)Niklas Claesson
2017-05-25Add support for running commands on key press (#566)Dominik Miedziński
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