summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-05-31somewhat DRYer code for font loadingMartin Algesten
2017-05-29Implement FocusIn/FocusOut reports (#589)Aaron Hill
2017-05-28Add config file as cli option (#576)Niklas Claesson
2017-05-27Find and set $WINDOWID to X11 window ID (#586)ns
2017-05-27Remove incorrect close (#552)Niklas Claesson
2017-05-25Add support for running commands on key press (#566)Dominik Miedziński
2017-05-24Minor cleanup, style fix, dead code removalJoe Wilm
2017-05-24Add DrainResult enumAaron Hill
2017-05-24Fix typoAaron Hill
2017-05-24Ensure that the event loop thread cleanly exits on shutdownAaron Hill
2017-05-24Fix #573. Ensure we don't write 0 bytes to ptyMartin Algesten
2017-05-12Use debug! instead of println!Dominik Miedziński
2017-05-10Fix viewport_size.height calculationN-006
2017-05-08Fix Device Status reportsDominik Miedziński
2017-05-07Add support for Query Device StatusDominik Miedziński
2017-05-06Fix bug in SizeInfo::contains_pointJoe Wilm
2017-05-06Work around ICEJoe Wilm
2017-05-06Add window padding optionTuomas Siipola
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Fix bug with tab renderingJoe Wilm
2017-05-01Combine FontOffset and GlyphOffset structs into Delta structAaron Williamson
2017-05-01Add glyph offset option to user configurationAaron Williamson
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-05-01Improve freetype metric usageAaron Williamson
2017-05-01Support setting _NET_WM_PID in X11 environmentsJoe Wilm
2017-05-01Support insert modeJoe Wilm
2017-05-01Add limit check in scroll_up/down_relativeJoe Wilm
2017-05-01Implement tab stop manipulationJoe Wilm
2017-04-20Remove unused limit functionJoe Wilm
2017-04-20Fix some bugs with resizeJoe Wilm
2017-04-19Fix issue with back_color_eraseJoe Wilm
2017-04-19Pass scrolling region tests in vttest 2Joe Wilm
2017-04-19Partially add DECCOLM supportJoe Wilm
2017-04-18Support DECOM (Origin Mode)Joe Wilm
2017-04-18Add CLI arg for setting working directoryZach Day
2017-04-18Fixes for vttest cursor movement screen 1Joe Wilm
2017-04-18Implement LF/NLJoe Wilm
2017-04-04fix tabulation renderingRoman Shmatov
2017-04-03Better error handling in event loopJoe Wilm
2017-04-03Fix hang on exit after child process failedLukas Holecek
2017-04-03Do not replace $SHELL with --command optionJustin Charette
2017-04-03Add better printing for ref test failureJoe Wilm
2017-04-03Fix issue with htop rendering incorrectlyJoe Wilm
2017-03-04Handle CSI command J3 (Clear saved lines)Aaron Hill
2017-03-03Handle OSC command '1' (Set Icon Name)Aaron Hill
2017-03-02Add support for wide charactersJoe Wilm
2017-02-27Update cell to cursor template when adding a tab.Anders Rasmussen
2017-02-25Change cursor colors config to use text and cursorJoe Wilm
2017-02-22hide mouse cursor mac osAnders Rasmussen
2017-02-22Lazily reset `start_time` in VisualBell's `completed` methodMark Andrus Roberts