index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
*
Merge pull request #138 from honza/master
Joe Wilm
2017-01-07
|
\
|
*
Add "shell" option to config
Honza Pokorny
2017-01-06
*
|
Clippy fixes!
Manish Goregaokar
2017-01-06
|
/
*
Add default macOS config
Joe Wilm
2017-01-06
*
Write default config when not found
quininer kel
2017-01-06
*
Improve error handling for clipboard actions
Joe Wilm
2017-01-01
*
Print nice error messages for font loading errors
Joe Wilm
2016-12-31
*
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-29
*
Fix some bugs with selections
Joe Wilm
2016-12-29
*
Hopefully fix read not triggering draw
Joe Wilm
2016-12-29
*
Minor cleanup in main()
Joe Wilm
2016-12-27
*
Fix bug with config reloading
Joe Wilm
2016-12-27
*
Major cleanup for event handling
Joe Wilm
2016-12-26
*
Implement visual component of mouse selections
Joe Wilm
2016-12-22
*
Fix config reloading
Joe Wilm
2016-12-16
*
Rustup and clippy
Joe Wilm
2016-12-16
*
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-12
*
Track terminal cells on mouse movement
Joe Wilm
2016-12-11
*
Finish main.rs cleanup
Joe Wilm
2016-12-11
*
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
*
Add run() function and document it
Joe Wilm
2016-12-11
*
Cleaning up main; Added window module
Joe Wilm
2016-12-11
*
Move config path into Config type
Joe Wilm
2016-12-11
*
Cleanup cli option parsing
Joe Wilm
2016-12-11
*
Force drawing when config reloads
Joe Wilm
2016-12-11
*
Add comments in main loop
Joe Wilm
2016-12-11
*
Borrow glutin::Window instead of using Arc
Joe Wilm
2016-12-11
*
Refactor color list management
Joe Wilm
2016-12-11
*
Add support for indexed colors
Joe Wilm
2016-12-11
*
Rename RenderApi::render_grid() to render_cells()
Joe Wilm
2016-12-11
*
Refactor cell selection out of renderer
Joe Wilm
2016-12-11
*
Add support for recording/running ref tests
Joe Wilm
2016-11-19
*
Make bindings configurable from alacritty.yml
Joe Wilm
2016-11-17
*
Fix resize on macOS leaving screen blank
Joe Wilm
2016-11-11
*
Support drawing bold test with bright colors
Joe Wilm
2016-10-28
*
Dynamically update render_timer config
Joe Wilm
2016-10-28
*
Move config reloading to separate thread
Joe Wilm
2016-10-27
*
Fix some compiler warnings
Joe Wilm
2016-10-24
*
Proof of concept live reloading for colors
Joe Wilm
2016-10-23
*
Make colors configurable from file
Joe Wilm
2016-10-15
*
Rustup and update dependencies
Joe Wilm
2016-10-14
*
Start implementing copypasta, a clipboard library
Joe Wilm
2016-10-08
*
wip
Joe Wilm
2016-09-26
*
Clean up event_loop module
Joe Wilm
2016-09-26
*
Refactor EventLoop into event_loop module
Joe Wilm
2016-09-25
*
Resolve compiler warnings
Joe Wilm
2016-09-25
*
Use evented I/O for the pty
Joe Wilm
2016-09-24
*
Fix some compiler warnings
Joe Wilm
2016-09-23
*
Fix refresh bug
Joe Wilm
2016-09-21
*
Delete an extra space
Joe Wilm
2016-09-18
[next]