aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-05Improve URL detection with special charactersChristian Duerr
2019-01-05Limit number of URL schemesChristian Duerr
2019-01-05Fix removal of trailing URL charactersChristian Duerr
2019-01-05Launch URLs only when left-clickingChristian Duerr
2019-01-05Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón
2019-01-03Fix double-triggering of mouse bindingsChristian Duerr
2019-01-02Process Mouse Binding Actions EarlierNathan Lilienthal
2019-01-02Change default Windows shell to PowerShellJason Shirk
2019-01-02Use default cursor instead of arrow in mouse modeDarkDefender
2018-12-31Fix line metricsChristian Duerr
2018-12-31Fix underline interruption with empty cellsChristian Duerr
2018-12-28Add support for Windows ConPTY APIv0.2.4-conptyDavid Hewitt
2018-12-27Fix `create_rect` function documentationNathan Lilienthal
2018-12-27Use mio-extras instead of mio-moreBastien Orivel
2018-12-27Make windows config location more sensibleZac Pullar-Strecker
2018-12-23Report Windows panics through MessageBoxMatt T. Proud
2018-12-22Add proper underline and strikeout supportChristian Duerr
2018-12-20Send alt key with actual key in one flushskliew
2018-12-17Add color option to visual bellChristian Duerr
2018-12-15Fixing tabs in copy-pasteSteve Blundy
2018-12-14Ignore result on deregistering ptydm1try
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-09Fix rendering of zero-width charactersChristian Duerr
2018-12-08Change missing config log level to infoTezkerek
2018-12-08Fix recording of ref testsChristian Duerr
2018-12-07Use tool lints for clippy allow/deny lint attributesMatthias Krüger
2018-12-06Detach Child process to avoid zombie processesVineeth Sagar
2018-12-03Launch a login shell by default on macOSBjorn Neergaard
2018-12-02Request user attention when bell received in macOSBarret Rennie
2018-11-25Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker
2018-11-23Ignore initial size if the window is maximized on startdm1try
2018-11-19Add option for launching Alacritty maximizedJonathan Dahan
2018-11-19Add keybinding action for clearing warns/errorsChristian Duerr
2018-11-18Remove `scale_with_dpi` setting from configChristian Duerr
2018-11-18Lower log level of warnings in ansi.rsChristian Duerr
2018-11-17Display errors and warningsChristian Duerr
2018-11-16Fix blurry fonts without dynamic paddingChristian Duerr
2018-11-15Add option for dynamic padding (#1780)Christian Duerr
2018-11-13Fix specifying 0 lines/columns in config fileChristian Duerr
2018-11-12Fix incorrect padding calculationsChristian Duerr
2018-11-11Center the grid inside the windowChristian Duerr
2018-11-11Set env variables before window startChristian Duerr
2018-11-10Remove re-export of glutin size typesChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-11-04Fix clippy issuesChristian Duerr
2018-11-02Fix selection while scrollingNathan Lilienthal
2018-11-01Fix default hollow cursor behavior with empty confChristian Duerr
2018-11-01Fix mouse pasting in mouse mode with shiftChristian Duerr
2018-11-01Rework cursor configurationChristian Duerr
2018-11-01Update serde_yaml to 0.8Do Duy