summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2018-03-13Make normal scrolling line amount configurableChristian Duerr
2018-03-09Provide correct default for scroll_historyChristian Duerr
2018-03-09Add `failure_default` deserializer to `scroll_history`Christian Duerr
2018-03-07Make number of scrollback lines configurableJoe Wilm
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2018-01-06Improve ability of alacritty to deal with broken configChristian Duerr
2018-01-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2018-01-02Allow faux scroll amount configurationChristian Dürr
2018-01-02Add config option for faux scrollbackChristian Dürr
2017-12-24Adding dynamic_title property to configuration (#819)Wesley Gahr
2017-12-23Update bitflags to v1Chet Gurevitch
2017-12-22Use consistent config deprecation message styleJoe Wilm
2017-12-22Deprecate config top-level dimensions and paddingJoe Wilm
2017-12-22Move dimensions and padding into window sectionRobert Günzler
2017-12-22Add new window section to configRobert Günzler
2017-12-22Add 'borderless' optionRobert Günzler
2017-12-03Add cursor style option (#928)Christian Duerr
2017-12-03clippy: use is_empty() instead of len() == 0 (warn(len_zero)).Matthias Krüger
2017-12-03clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger
2017-11-11Support integer font size in config (#886)thelearnerofcode
2017-10-30fix some typos in commentsMartin Lindhe
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