aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
AgeCommit message (Expand)Author
2017-10-26[WIP] Add antialias optionantialias-optionJoe Wilm
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