summaryrefslogtreecommitdiffstats
path: root/src/display.rs
AgeCommit message (Expand)Author
2018-03-07Move selection into GridJoe Wilm
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
2017-05-10Fix viewport_size.height calculationN-006
2017-05-06Add window padding optionTuomas Siipola
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson
2017-02-22Set cursor only when its visibility changesTuomas Siipola
2017-02-15Implement workaround for Mesa issueJoe Wilm
2017-02-11Move color list to Term structJoe Wilm
2017-02-07Add visual bell supportMark Andrus Roberts
2017-02-06Configurable window dimensionsAnders Rasmussen
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-11Add support for setting title from OSCJoe Wilm
2017-01-06Added --title argument to set window titleRudis Muiznieks
2017-01-01Improve error handling for shader initializationJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm