aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* Merge pull request #138 from honza/masterJoe Wilm2017-01-07
|\
| * Add "shell" option to configHonza Pokorny2017-01-06
* | Clippy fixes!Manish Goregaokar2017-01-06
|/
* Add default macOS configJoe Wilm2017-01-06
* Write default config when not foundquininer kel2017-01-06
* Improve error handling for clipboard actionsJoe Wilm2017-01-01
* Print nice error messages for font loading errorsJoe Wilm2016-12-31
* Fix pty read sometimes not triggering drawJoe Wilm2016-12-29
* Fix some bugs with selectionsJoe Wilm2016-12-29
* Hopefully fix read not triggering drawJoe Wilm2016-12-29
* Minor cleanup in main()Joe Wilm2016-12-27
* Fix bug with config reloadingJoe Wilm2016-12-27
* Major cleanup for event handlingJoe Wilm2016-12-26
* Implement visual component of mouse selectionsJoe Wilm2016-12-22
* Fix config reloadingJoe Wilm2016-12-16
* Rustup and clippyJoe Wilm2016-12-16
* Remove need for Rc<RefCell<_>> usageJoe Wilm2016-12-12
* Track terminal cells on mouse movementJoe 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
* 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
* 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
* Refactor cell selection out of rendererJoe Wilm2016-12-11
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Make bindings configurable from alacritty.ymlJoe Wilm2016-11-17
* Fix resize on macOS leaving screen blankJoe Wilm2016-11-11
* Support drawing bold test with bright colorsJoe Wilm2016-10-28
* Dynamically update render_timer configJoe Wilm2016-10-28
* Move config reloading to separate threadJoe Wilm2016-10-27
* Fix some compiler warningsJoe Wilm2016-10-24
* Proof of concept live reloading for colorsJoe Wilm2016-10-23
* Make colors configurable from fileJoe Wilm2016-10-15
* Rustup and update dependenciesJoe Wilm2016-10-14
* Start implementing copypasta, a clipboard libraryJoe Wilm2016-10-08
* wipJoe Wilm2016-09-26
* Clean up event_loop moduleJoe Wilm2016-09-26
* Refactor EventLoop into event_loop moduleJoe Wilm2016-09-25
* Resolve compiler warningsJoe Wilm2016-09-25
* Use evented I/O for the ptyJoe Wilm2016-09-24
* Fix some compiler warningsJoe Wilm2016-09-23
* Fix refresh bugJoe Wilm2016-09-21
* Delete an extra spaceJoe Wilm2016-09-18