summaryrefslogtreecommitdiffstats
path: root/src/display.rs
AgeCommit message (Expand)Author
2019-02-11 Fix font spacing errorChristian Duerr
2019-02-09Change font size only when new metrics are validMartin Sucha
2019-02-07Dynamically resize terminal for errors/warningsChristian Duerr
2019-02-05Scale IME position by hidpi_factorDesuwa
2019-01-07Normalize Log Message StringsNathan Lilienthal
2018-12-22Add proper underline and strikeout supportChristian Duerr
2018-12-17Add color option to visual bellChristian Duerr
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-11-23Ignore initial size if the window is maximized on startdm1try
2018-11-17Display errors and warningsChristian Duerr
2018-11-16Fix blurry fonts without dynamic paddingChristian Duerr
2018-11-15Add option for dynamic padding (#1780)Christian Duerr
2018-11-13Fix specifying 0 lines/columns in config fileChristian Duerr
2018-11-12Fix incorrect padding calculationsChristian Duerr
2018-11-11Center the grid inside the windowChristian Duerr
2018-11-10Remove re-export of glutin size typesChristian Duerr
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-30Drop terminal lock before renderingtrimental
2018-09-23Fix mesa rendering outside window borders on waylandtrimental
2018-07-21Scrollback cleanupChristian Duerr
2018-06-02Move selection into GridJoe Wilm
2018-05-29Update to glutin 0.16.0Francesca Frangipane
2018-05-11Fix clippy lintsChristian Duerr
2018-03-12Prevent negative cell dimensions (#1181)Christian Duerr
2018-03-04Remove all instances of unwrap() from configChristian Duerr
2018-01-06Add clippy check to travisChristian Duerr
2018-01-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2017-12-24Change mouse cursor on terminal mode change (#865)Dustin
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-22Add new window section to configRobert Günzler
2017-12-22Add 'borderless' optionRobert Günzler
2017-12-03clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger
2017-12-03clippy: remove unneeded return statement (needless_return).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-11Fix typo and whitespaceJoe Wilm
2017-11-11Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-21Set urgent WM flag on bell on X11 systems (#812)Barret Rennie
2017-10-17Fix render issues on macOS (#845)Joe Wilm
2017-10-14Fix memory leak from font resizingJoe Wilm
2017-10-14Implement user actions for font resize (#625)Dan Aloni
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-07-28Support background and foreground color escape codes (#662)Tuomas Siipola
2017-07-24add support for X input method (#691)Ted Yin
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-05-27Find and set $WINDOWID to X11 window ID (#586)ns