aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Implement mouse scrolling with line deltasJoe Wilm2016-12-11
* Finish main.rs cleanupJoe Wilm2016-12-11
* Display manages window, renderer, rasterizerJoe Wilm2016-12-11
* Add run() function and document itJoe Wilm2016-12-11
* Add display impl for Points<T>Joe Wilm2016-12-11
* Cleaning up main; Added window moduleJoe Wilm2016-12-11
* Move config path into Config typeJoe Wilm2016-12-11
* Cleanup cli option parsingJoe Wilm2016-12-11
* Force drawing when config reloadsJoe Wilm2016-12-11
* Implement Handler::identify_terminal for TermJoe Wilm2016-12-11
* Add comments in main loopJoe Wilm2016-12-11
* Borrow glutin::Window instead of using ArcJoe Wilm2016-12-11
* Refactor color list managementJoe Wilm2016-12-11
* Add support for indexed colorsJoe Wilm2016-12-11
* Rename RenderApi::render_grid() to render_cells()Joe Wilm2016-12-11
* Add support for bracketed pasteJoe Wilm2016-12-11
* Move term::cell module to its own fileJoe Wilm2016-12-11
* Document a couple of methodsJoe Wilm2016-12-11
* Refactor cell selection out of rendererJoe Wilm2016-12-11
* Refactor limit functionJoe Wilm2016-12-11
* Support trackpad scrollingJoe Wilm2016-12-11
* Support normal mouse tracking modeJoe Wilm2016-12-11
* Use checked subtraction for backspaceJoe Wilm2016-12-10
* Fix mouse bindingsJoe Wilm2016-11-19
* Add a number of simple ref-testsJoe Wilm2016-11-19
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Make bindings configurable from alacritty.ymlJoe Wilm2016-11-17
* Fix test for Cell layoutJoe Wilm2016-11-17
* Redraw screen on focusJoe Wilm2016-11-17
* Fallback to received chars when no bindingsJoe Wilm2016-11-17
* Fix/add some keybindingsJoe Wilm2016-11-11
* Fix alacritty shutdown when shell exits on macOSJoe Wilm2016-11-11
* Fix resize on macOS leaving screen blankJoe Wilm2016-11-11
* Fix config file reloading on macOSJoe Wilm2016-11-11
* Workaround for cutoff glyphsJoe Wilm2016-11-11
* Support drawing bold test with bright colorsJoe Wilm2016-10-28
* Merge branch 'reload-colors'Joe Wilm2016-10-28
|\
| * Set colors on CPUJoe Wilm2016-10-28
| * Dynamically update render_timer configJoe Wilm2016-10-28
| * Move config reloading to separate threadJoe Wilm2016-10-27
| * Move color indexing to vertex shaderJoe Wilm2016-10-24
| * Expand cell::Color layout testsJoe Wilm2016-10-24
| * Fix some compiler warningsJoe Wilm2016-10-24
| * Add discriminant_value test for cell::ColorJoe Wilm2016-10-24
| * Proof of concept live reloading for colorsJoe Wilm2016-10-23
* | Live shader reloading is now a featureJoe Wilm2016-10-27
|/