aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix crash on macOS and BSD with SpawnNewInstance actionCarlos Tuñón2019-01-19
* Add config option to send or not send ESC when ALT-key is pressedSimon Dahlberg2019-01-17
* Make all configuration fields optionalChristian Duerr2019-01-17
* Fix tabs overwriting cells during movementChristian Duerr2019-01-13
* Fix crash when starting Alacritty on full drivesChristian Duerr2019-01-09
* Fix selection with right and middle mouseChristian Duerr2019-01-08
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Improve URL detection with special charactersChristian Duerr2019-01-05
* Limit number of URL schemesChristian Duerr2019-01-05
* Fix removal of trailing URL charactersChristian Duerr2019-01-05
* Launch URLs only when left-clickingChristian Duerr2019-01-05
* Add key/mouse action for spawning new Alacritty instancesCarlos Tuñón2019-01-05
* Fix double-triggering of mouse bindingsChristian Duerr2019-01-03
* Process Mouse Binding Actions EarlierNathan Lilienthal2019-01-02
* Change default Windows shell to PowerShellJason Shirk2019-01-02
* Use default cursor instead of arrow in mouse modeDarkDefender2019-01-02
* Fix line metricsChristian Duerr2018-12-31
* Fix underline interruption with empty cellsChristian Duerr2018-12-31
* Add support for Windows ConPTY APIDavid Hewitt2018-12-28
* Fix `create_rect` function documentationNathan Lilienthal2018-12-27
* Use mio-extras instead of mio-moreBastien Orivel2018-12-27
* Make windows config location more sensibleZac Pullar-Strecker2018-12-27
* Report Windows panics through MessageBoxMatt T. Proud2018-12-23
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Send alt key with actual key in one flushskliew2018-12-20
* Add color option to visual bellChristian Duerr2018-12-17
* Fixing tabs in copy-pasteSteve Blundy2018-12-15
* Ignore result on deregistering ptydm1try2018-12-14
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix rendering of zero-width charactersChristian Duerr2018-12-09
* Change missing config log level to infoTezkerek2018-12-08
* Fix recording of ref testsChristian Duerr2018-12-08
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Detach Child process to avoid zombie processesVineeth Sagar2018-12-06
* Launch a login shell by default on macOSBjorn Neergaard2018-12-03
* Request user attention when bell received in macOSBarret Rennie2018-12-02
* Fix for an underflow on some type conversions (#1715)Zac Pullar-Strecker2018-11-25
* Ignore initial size if the window is maximized on startdm1try2018-11-23
* Add option for launching Alacritty maximizedJonathan Dahan2018-11-19
* Add keybinding action for clearing warns/errorsChristian Duerr2018-11-19
* Remove `scale_with_dpi` setting from configChristian Duerr2018-11-18
* Lower log level of warnings in ansi.rsChristian Duerr2018-11-18
* Display errors and warningsChristian Duerr2018-11-17
* Fix blurry fonts without dynamic paddingChristian Duerr2018-11-16
* Add option for dynamic padding (#1780)Christian Duerr2018-11-15
* Fix specifying 0 lines/columns in config fileChristian Duerr2018-11-13
* Fix incorrect padding calculationsChristian Duerr2018-11-12
* Center the grid inside the windowChristian Duerr2018-11-11
* Set env variables before window startChristian Duerr2018-11-11
* Remove re-export of glutin size typesChristian Duerr2018-11-10