aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Prevent font_size_modifier from sinking too low (#994)Christian Duerr2018-01-05
* Pass ModifiersState to mouse_moved method tooChristian Duerr2018-01-03
* Pass ModifiersState to mouse input as wholeChristian Duerr2018-01-03
* Always clear selectionChristian Duerr2018-01-03
* Use default modifier stateChristian Duerr2018-01-03
* Fix failed testsChristian Duerr2018-01-03
* Update mouse modifiers to only pass shiftChristian Duerr2018-01-03
* Enable shift+select in mouse modeChristian Dürr2018-01-03
* Add support for set-clipboard. (#970)Geert Jansen2018-01-02
* Address feedbackChristian Duerr2018-01-02
* Allow faux scroll amount configurationChristian Dürr2018-01-02
* Add config option for faux scrollbackChristian Dürr2018-01-02
* Fix zombie children (#976)Joe Wilm2017-12-29
* Refactor populate cursor, fix-wide-cursor (#762)Oliver Uvman2017-12-24
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* Adding dynamic_title property to configuration (#819)Wesley Gahr2017-12-24
* Fix stack overflow with too large glyphsJoe Wilm2017-12-24
* Add box cursor to unfocused underline and beamChristian Duerr2017-12-24
* Add custom box cursor for unfocused windowChristian Duerr2017-12-24
* Add custom beam cursorChristian Duerr2017-12-24
* Update comment to reference proper characterChristian Duerr2017-12-24
* Revert to old system for macosChristian Duerr2017-12-24
* Add custom underline cursorChristian Duerr2017-12-24
* Update glutin to v0.11chetgurevitch2017-12-23
* Update bitflags to v1Chet Gurevitch2017-12-23
* Update glutin to v0.10Chet Gurevitch2017-12-23
* Update dependenciesJoe Wilm2017-12-23
* Assure that newlines are in selections (#777)Dustin2017-12-22
* Remove built crateJoe Wilm2017-12-22
* Style nitsJoe Wilm2017-12-22
* Adapt pixel-based scrolling behaviorChristian Duerr2017-12-22
* Fix faux scrolling for line-based touchpadsChristian Dürr2017-12-22
* Implement faux scrollingChristian Duerr2017-12-22
* Share LoadGlyph implementationsJoe Wilm2017-12-22
* Change LoadGlyph in LoaderApi to match RenderApiChristian Duerr2017-12-22
* Fix stack-overflow when creating a new atlasChristian Duerr2017-12-22
* Use consistent config deprecation message styleJoe Wilm2017-12-22
* Deprecate config top-level dimensions and paddingJoe Wilm2017-12-22
* Move dimensions and padding into window sectionRobert Günzler2017-12-22
* Add new window section to configRobert Günzler2017-12-22
* Add 'borderless' optionRobert Günzler2017-12-22
* Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois2017-12-13
* Add cursor style option (#928)Christian Duerr2017-12-03
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* clippy: use is_empty() instead of len() == 0 (warn(len_zero)).Matthias Krüger2017-12-03
* clippy: remove unneeded return statement (needless_return).Matthias Krüger2017-12-03
* clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger2017-12-03
* clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...Matthias Krüger2017-12-03
* Revert "Wait to display window until initialization is complete (#907)"Joe Wilm2017-11-20
* Wait to display window until initialization is complete (#907)Charles2017-11-19