aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update tests for new Selection APIJoe Wilm2017-06-19
* Fix unnecessary redraws with active selectionJoe Wilm2017-06-19
* Implement semantic and line selection draggingJoe Wilm2017-06-19
* Fix bright inverse colors (#621)DarkDefender2017-06-18
* Implement 'backwards tab'Aaron Hill2017-06-18
* Use cursor cell template when handling 'CSI X' escape sequenceAaron Hill2017-06-14
* Add support for Beam, Underline cursorsJoe Wilm2017-06-11
* Fix selection when padding is presentTuomas Siipola2017-06-06
* avoid named field shorthandMartin Algesten2017-06-01
* somewhat DRYer code for font loadingMartin Algesten2017-05-31
* Implement FocusIn/FocusOut reports (#589)Aaron Hill2017-05-29
* Add config file as cli option (#576)Niklas Claesson2017-05-28
* Find and set $WINDOWID to X11 window ID (#586)ns2017-05-27
* Remove incorrect close (#552)Niklas Claesson2017-05-27
* Add support for running commands on key press (#566)Dominik Miedziński2017-05-25
* Minor cleanup, style fix, dead code removalJoe Wilm2017-05-24
* Add DrainResult enumAaron Hill2017-05-24
* Fix typoAaron Hill2017-05-24
* Ensure that the event loop thread cleanly exits on shutdownAaron Hill2017-05-24
* Fix #573. Ensure we don't write 0 bytes to ptyMartin Algesten2017-05-24
* Use debug! instead of println!Dominik Miedziński2017-05-12
* Fix viewport_size.height calculationN-0062017-05-10
* Fix Device Status reportsDominik Miedziński2017-05-08
* Add support for Query Device StatusDominik Miedziński2017-05-07
* Fix bug in SizeInfo::contains_pointJoe Wilm2017-05-06
* Work around ICEJoe Wilm2017-05-06
* Add window padding optionTuomas Siipola2017-05-06
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Fix bug with tab renderingJoe Wilm2017-05-01
* Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson2017-05-01
* Add glyph offset option to user configurationAaron Williamson2017-05-01
* Remove unnecessary size argument to metrics functionAaron Williamson2017-05-01
* Improve freetype metric usageAaron Williamson2017-05-01
* Support setting _NET_WM_PID in X11 environmentsJoe Wilm2017-05-01
* Support insert modeJoe Wilm2017-05-01
* Add limit check in scroll_up/down_relativeJoe Wilm2017-05-01
* Implement tab stop manipulationJoe Wilm2017-05-01
* Remove unused limit functionJoe Wilm2017-04-20
* Fix some bugs with resizeJoe Wilm2017-04-20
* Fix issue with back_color_eraseJoe Wilm2017-04-19
* Pass scrolling region tests in vttest 2Joe Wilm2017-04-19
* Partially add DECCOLM supportJoe Wilm2017-04-19
* Support DECOM (Origin Mode)Joe Wilm2017-04-18
* Add CLI arg for setting working directoryZach Day2017-04-18
* Fixes for vttest cursor movement screen 1Joe Wilm2017-04-18
* Implement LF/NLJoe Wilm2017-04-18
* fix tabulation renderingRoman Shmatov2017-04-04
* Better error handling in event loopJoe Wilm2017-04-03
* Fix hang on exit after child process failedLukas Holecek2017-04-03
* Do not replace $SHELL with --command optionJustin Charette2017-04-03