aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-16Remove dead codeJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Remove outdated and no longer correct docJoe Wilm
2016-12-16Rustup and clippyJoe Wilm
2016-12-15Handle overflow in Term::move_backwardJoe Wilm
2016-12-12Remove need for Rc<RefCell<_>> usageJoe Wilm
2016-12-12Fix a couple of compiler warningsJoe Wilm
2016-12-11Track terminal cells on mouse movementJoe Wilm
2016-12-11Implement mouse scrolling with line deltasJoe 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-11Add display impl for Points<T>Joe 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-11Implement Handler::identify_terminal for TermJoe 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-11Add support for bracketed pasteJoe Wilm
2016-12-11Move term::cell module to its own fileJoe Wilm
2016-12-11Document a couple of methodsJoe Wilm
2016-12-11Refactor cell selection out of rendererJoe Wilm
2016-12-11Refactor limit functionJoe Wilm
2016-12-11Support trackpad scrollingJoe Wilm
2016-12-11Support normal mouse tracking modeJoe Wilm
2016-12-10Use checked subtraction for backspaceJoe Wilm
2016-11-19Fix mouse bindingsJoe Wilm
2016-11-19Add a number of simple ref-testsJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-11-17Make bindings configurable from alacritty.ymlJoe Wilm
2016-11-17Fix test for Cell layoutJoe Wilm
2016-11-17Redraw screen on focusJoe Wilm
2016-11-17Fallback to received chars when no bindingsJoe Wilm
2016-11-11Fix/add some keybindingsJoe Wilm
2016-11-11Fix alacritty shutdown when shell exits on macOSJoe Wilm
2016-11-11Fix resize on macOS leaving screen blankJoe Wilm
2016-11-11Fix config file reloading on macOSJoe Wilm
2016-11-11Workaround for cutoff glyphsJoe Wilm
2016-10-28Support drawing bold test with bright colorsJoe Wilm
2016-10-28Merge branch 'reload-colors'Joe Wilm
2016-10-28Set colors on CPUJoe Wilm
2016-10-28Dynamically update render_timer configJoe Wilm
2016-10-27Move config reloading to separate threadJoe Wilm
2016-10-27Live shader reloading is now a featureJoe Wilm
2016-10-24Move color indexing to vertex shaderJoe Wilm