aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
Commit message (Expand)AuthorAge
* 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
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Scale all fonts based on device-pixel-ratioJoe Wilm2017-10-08
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Support background and foreground color escape codes (#662)Tuomas Siipola2017-07-28
* add support for X input method (#691)Ted Yin2017-07-24
* Update to latest Glutin/winit (#671)Joe Wilm2017-07-20
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Find and set $WINDOWID to X11 window ID (#586)ns2017-05-27
* Fix viewport_size.height calculationN-0062017-05-10