aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-09-11Log where config was loaded fromJoe Wilm
2017-09-05Comment about duration arg to file watcherJoe Wilm
2017-09-05Reduce file watcher debounce periodJoe Wilm
2017-09-05Update notifyJonathan Schleußer
2017-09-05Update most remaining depsJonathan Schleußer
2017-09-05Update servoJonathan Schleußer
2017-09-02Fix #721: touchpad scrolling (#726)Linus Heckemann
2017-08-29Change CLI live-config-reload options into flagsJoe Wilm
2017-08-29Default to enabling live config reloadJoe Wilm
2017-08-29Implement options to not start the config_monitor thread (#689)Liu Wei
2017-08-29Fix reloading colors from config (#756)Tuomas Siipola
2017-08-22Fix newline + scroll region bug (#747)Joe Wilm
2017-08-21Fix panic when resizingJoe Wilm
2017-08-20Add background_opacity option to set terminal transparency (#331)Gabriel Martinez
2017-08-11Fix smcup/rmcup toggle bugJoe Wilm
2017-08-11Rename some variables for clarityJoe Wilm
2017-08-11Fix warnings on macOSJoe Wilm
2017-08-11Fix BCE issues affecting vimJoe Wilm
2017-07-31Read more from ptyJoe Wilm
2017-07-28Support background and foreground color escape codes (#662)Tuomas Siipola
2017-07-28Don't panic when setting cursor visibility fails (#683)Tuomas Siipola
2017-07-24add support for X input method (#691)Ted Yin
2017-07-20Implement and use ansi attribute CancelBold (#659)ftilde
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
2017-07-19Canonicalize the config watching path (#672)Joe Wilm
2017-07-08Fix typo in rustdoc (#654)lukaslueg
2017-07-08Add a long option for the command flag (-e) (#655)polyfloyd
2017-07-03Revert "Reduce InstanceData footprint"Joe Wilm
2017-07-01Reduce InstanceData footprintJoe Wilm
2017-06-23Add dim color supportJake Merdich
2017-06-19Update tests for new Selection APIJoe Wilm
2017-06-19Fix unnecessary redraws with active selectionJoe Wilm
2017-06-19Implement semantic and line selection draggingJoe Wilm
2017-06-18Fix bright inverse colors (#621)DarkDefender
2017-06-18Implement 'backwards tab'Aaron Hill
2017-06-14Use cursor cell template when handling 'CSI X' escape sequenceAaron Hill
2017-06-11Add support for Beam, Underline cursorsJoe Wilm
2017-06-06Fix selection when padding is presentTuomas Siipola
2017-06-01avoid named field shorthandMartin Algesten
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