aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
Commit message (Expand)AuthorAge
...
* 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
* Add window padding optionTuomas Siipola2017-05-06
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson2017-05-01
* Set cursor only when its visibility changesTuomas Siipola2017-02-22
* Implement workaround for Mesa issueJoe Wilm2017-02-15
* Move color list to Term structJoe Wilm2017-02-11
* Add visual bell supportMark Andrus Roberts2017-02-07
* Configurable window dimensionsAnders Rasmussen2017-02-06
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* make thin stroke rendering configurableTom Crayford2017-01-12
* Add support for setting title from OSCJoe Wilm2017-01-11
* Added --title argument to set window titleRudis Muiznieks2017-01-06
* Improve error handling for shader initializationJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Propagate font rasterizer errorsJoe Wilm2016-12-31
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Misc formatting fixesJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Remove need for Rc<RefCell<_>> usageJoe Wilm2016-12-12
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11