aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | Replace need for drop_types_in_const with lazy_staticManish Goregaokar2017-01-06
* | Remove need for step_by featureManish Goregaokar2017-01-06
* | Make plugin feature optionalManish Goregaokar2017-01-06
|/
* Merge branch 'master' of github.com:coder543/alacrittyJosh Leverette2017-01-06
|\
| * Fix panic when closing windowJoe Wilm2017-01-06
| * Add default macOS configJoe Wilm2017-01-06
| * Write default config when not foundquininer kel2017-01-06
* | Handle invalid gotos more gracefully.Josh Leverette2017-01-06
|/
* Merge pull request #60 from MagaTailor/masterJoe Wilm2017-01-06
|\
| * Fix ARMTaylor Trump2017-01-05
| * Fix ARMTaylor Trump2017-01-05
* | Handle EINTR in I/O loopJoe Wilm2017-01-06
* | Added --title argument to set window titleRudis Muiznieks2017-01-06
* | Allow key_binding have spacequininer kel2017-01-05
|/
* Draw the screen when Refresh event arrivesJoe Wilm2017-01-04
* Send correct character sequence with alt keyJoe Wilm2017-01-02
* Have default mouse and key bindingsJoe Wilm2017-01-02
* Fix scrolling with SGR modeJoe Wilm2017-01-02
* Better error message when xclip is not availableJoe Wilm2017-01-02
* Real support for placing config in XDG_CONFIG_HOMEJoe Wilm2017-01-02
* Rework font loadingJoe Wilm2017-01-02
* Improve error handling for shader initializationJoe Wilm2017-01-01
* Improve error handling for clipboard actionsJoe Wilm2017-01-01
* Add support for SGR mouse reportingJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Propagate font rasterizer errorsJoe Wilm2016-12-31
* Improve RenderableCellsIter performanceJoe Wilm2016-12-29
* Add Default impl for CellJoe Wilm2016-12-29
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Add super hacky underline drawingJoe Wilm2016-12-29
* Hopefully fix read not triggering drawJoe Wilm2016-12-29
* Unify Cursor, Location and name it PointJoe Wilm2016-12-29
* Fix selection copy for long linesJoe Wilm2016-12-29
* Minor cleanup in main()Joe Wilm2016-12-27
* Fix bug with config reloadingJoe Wilm2016-12-27
* Implement copying selection for macOSJoe Wilm2016-12-26
* Refactor bindings and fix binding testsJoe Wilm2016-12-26
* Major cleanup for event handlingJoe Wilm2016-12-26
* Refactor input processing to take action contextJoe Wilm2016-12-25
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Fix config reloadingJoe Wilm2016-12-16
* Remove dead codeJoe Wilm2016-12-16
* Misc formatting fixesJoe Wilm2016-12-16
* Remove outdated and no longer correct docJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Handle overflow in Term::move_backwardJoe Wilm2016-12-15
* Remove need for Rc<RefCell<_>> usageJoe Wilm2016-12-12
* Fix a couple of compiler warningsJoe Wilm2016-12-12
* Track terminal cells on mouse movementJoe Wilm2016-12-11