aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
Commit message (Expand)AuthorAge
* Fix message bar not updating PTY sizeChristian Duerr2019-04-24
* Add fullscreen supportacheronfail2019-04-23
* Fix cursor dimensions with font offsetChristian Duerr2019-04-19
* Update pty size when font size changedNicolas Hahn2019-04-19
* Fix update_lines performance issuesChristian Duerr2019-04-19
* Call TIOCSWINSZ only on grid changeEike Christian Karbe2019-04-17
* Fix duplicate resize eventsChristian Duerr2019-04-14
* Add rustfmt style guideChristian Duerr2019-03-30
* Add option for window position at startupCole Helbling2019-03-11
* Fix font spacing errorChristian Duerr2019-02-11
* Change font size only when new metrics are validMartin Sucha2019-02-09
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Scale IME position by hidpi_factorDesuwa2019-02-05
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Add color option to visual bellChristian Duerr2018-12-17
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Ignore initial size if the window is maximized on startdm1try2018-11-23
* 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
* Remove re-export of glutin size typesChristian Duerr2018-11-10
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Drop terminal lock before renderingtrimental2018-09-30
* Fix mesa rendering outside window borders on waylandtrimental2018-09-23
* Scrollback cleanupChristian Duerr2018-07-21
* Move selection into GridJoe Wilm2018-06-02
* Update to glutin 0.16.0Francesca Frangipane2018-05-29
* Fix clippy lintsChristian Duerr2018-05-11
* Prevent negative cell dimensions (#1181)Christian Duerr2018-03-12
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Add clippy check to travisChristian Duerr2018-01-06
* Prevent font_size_modifier from sinking too low (#994)Christian Duerr2018-01-05
* Change mouse cursor on terminal mode change (#865)Dustin2017-12-24
* Add custom box cursor for unfocused windowChristian Duerr2017-12-24
* Add new window section to configRobert Günzler2017-12-22
* Add 'borderless' optionRobert Günzler2017-12-22
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* clippy: remove unneeded return statement (needless_return).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
* Fix typo and whitespaceJoe Wilm2017-11-11
* Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert2017-11-11
* fix some typos in commentsMartin Lindhe2017-10-30
* Set urgent WM flag on bell on X11 systems (#812)Barret Rennie2017-10-21
* Fix render issues on macOS (#845)Joe Wilm2017-10-17