aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-24Refactor populate cursor, fix-wide-cursor (#762)Oliver Uvman
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-24Adding dynamic_title property to configuration (#819)Wesley Gahr
2017-12-24Fix stack overflow with too large glyphsJoe Wilm
2017-12-24Add box cursor to unfocused underline and beamChristian Duerr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-24Add custom beam cursorChristian Duerr
2017-12-24Update comment to reference proper characterChristian Duerr
2017-12-24Revert to old system for macosChristian Duerr
2017-12-24Add custom underline cursorChristian Duerr
2017-12-23Update glutin to v0.11chetgurevitch
2017-12-23Update bitflags to v1Chet Gurevitch
2017-12-23Update glutin to v0.10Chet Gurevitch
2017-12-23Update dependenciesJoe Wilm
2017-12-22Assure that newlines are in selections (#777)Dustin
2017-12-22Remove built crateJoe Wilm
2017-12-22Style nitsJoe Wilm
2017-12-22Adapt pixel-based scrolling behaviorChristian Duerr
2017-12-22Fix faux scrolling for line-based touchpadsChristian Dürr
2017-12-22Implement faux scrollingChristian Duerr
2017-12-22Share LoadGlyph implementationsJoe Wilm
2017-12-22Change LoadGlyph in LoaderApi to match RenderApiChristian Duerr
2017-12-22Fix stack-overflow when creating a new atlasChristian Duerr
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-13Remove the launcher and set the locale/current directory in alacritty (#879)Theodore Dubois
2017-12-03Add cursor style option (#928)Christian Duerr
2017-12-03clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger
2017-12-03clippy: use is_empty() instead of len() == 0 (warn(len_zero)).Matthias Krüger
2017-12-03clippy: remove unneeded return statement (needless_return).Matthias Krüger
2017-12-03clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger
2017-12-03clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...Matthias Krüger
2017-11-20Revert "Wait to display window until initialization is complete (#907)"Joe Wilm
2017-11-19Wait to display window until initialization is complete (#907)Charles
2017-11-11Support more color escape codes (#757)Tuomas Siipola
2017-11-11Output more info for `--version` (#888)hcpl
2017-11-11Fix typo and whitespaceJoe Wilm
2017-11-11Style fixesJoe Wilm
2017-11-11Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert
2017-11-11Match LF behavior outside scroll region with urxvtJoe Wilm
2017-11-11Correct linefeed handling when scroll region set (#855)Yan
2017-11-11Support integer font size in config (#886)thelearnerofcode
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-26set_urgent on mac throws a warning (#867)Ty Coghlan
2017-10-26Fix stack overflowJoe Wilm
2017-10-22Change cursor from pointer to text (#778)Dustin
2017-10-22Fix typoJoe Wilm