aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2017-01-29support for inverting the cursor or using colorsDanny Dulai
2017-01-28Add support for -e argumentNiklas Claesson
2017-01-23Return an error from logging::initializeJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-08print glutin events if --print-events is passedTom Crayford
2017-01-07Merge pull request #138 from honza/masterJoe Wilm
2017-01-06Clippy fixes!Manish Goregaokar
2017-01-06Add "shell" option to configHonza Pokorny
2017-01-06Add default macOS configJoe Wilm
2017-01-06Write default config when not foundquininer kel
2017-01-01Improve error handling for clipboard actionsJoe Wilm
2016-12-31Print nice error messages for font loading errorsJoe Wilm
2016-12-29Fix pty read sometimes not triggering drawJoe Wilm
2016-12-29Fix some bugs with selectionsJoe Wilm
2016-12-29Hopefully fix read not triggering drawJoe Wilm
2016-12-27Minor cleanup in main()Joe Wilm
2016-12-27Fix bug with config reloadingJoe Wilm
2016-12-26Major cleanup for event handlingJoe Wilm
2016-12-22Implement visual component of mouse selectionsJoe Wilm
2016-12-16Fix config reloadingJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Finish main.rs cleanupJoe Wilm
2016-12-11Display manages window, renderer, rasterizerJoe Wilm
2016-12-11Add run() function and document itJoe Wilm
2016-12-11Cleaning up main; Added window moduleJoe Wilm
2016-12-11Move config path into Config typeJoe Wilm
2016-12-11Cleanup cli option parsingJoe Wilm
2016-12-11Force drawing when config reloadsJoe Wilm
2016-12-11Add comments in main loopJoe Wilm
2016-12-11Borrow glutin::Window instead of using ArcJoe Wilm
2016-12-11Refactor color list managementJoe Wilm
2016-12-11Add support for indexed colorsJoe Wilm
2016-12-11Rename RenderApi::render_grid() to render_cells()Joe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-11Fix resize on macOS leaving screen blankJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-28Dynamically update render_timer configJoe Wilm
2016-10-27Move config reloading to separate threadJoe Wilm
2016-10-24Fix some compiler warningsJoe Wilm
2016-10-23Proof of concept live reloading for colorsJoe Wilm
2016-10-15Make colors configurable from fileJoe Wilm
2016-10-14Rustup and update dependenciesJoe Wilm
2016-10-08Start implementing copypasta, a clipboard libraryJoe Wilm
2016-09-26wipJoe Wilm
2016-09-26Clean up event_loop moduleJoe Wilm
2016-09-25Refactor EventLoop into event_loop moduleJoe Wilm