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
Commit message (
Expand
)
Author
Age
*
Set COLORTERM variable to advertise 24-bit support
David Peter
2018-09-17
*
Acknowledge first click on unfocused windows with bsd/linux
nolanl
2018-09-17
*
Bump version number to 0.2.0 (#1492)
Christian Duerr
2018-09-17
*
Fix substraction underflow with IL sequence
Christian Duerr
2018-09-05
*
Implement `ansi::ClearMode::Saved`
Nathan Lilienthal
2018-09-02
*
Scroll visible area when growing window
Christian Duerr
2018-08-15
*
Reset visible area when RIS is received
Christian Duerr
2018-08-03
*
Merge branch 'master' into scrollback
Christian Duerr
2018-07-28
|
\
|
*
Ignore errors when logger can't write to output
Christian Duerr
2018-07-25
|
*
Fix clippy lints and run font tests on travis
Matthias Krüger
2018-07-25
|
*
Add optional dim foreground color
Rémi Garde
2018-07-23
|
*
Add binding action for hiding the window
Josh Leeb-du Toit
2018-07-22
|
*
Allow specifying modifiers for mouse bindings
Christian Duerr
2018-07-21
|
*
Switch from deprecated `std::env::home_dir` to `dirs::home_dir`
Christian Duerr
2018-07-20
|
*
Add bright foreground color option
Christian Duerr
2018-07-15
|
*
Add support for cursor shape escape sequence
Anthony Clays
2018-07-15
|
*
Add config for unfocused window cursor change
Patrycja Balik
2018-07-15
|
*
Replace debug asserts with static_assertions
Christian Duerr
2018-07-05
|
*
Remove unnecessary clippy lint annotations
Matthias Krüger
2018-07-01
|
*
Update manpage to document all CLI options
Christian Duerr
2018-07-01
|
*
Fix clippy issues
Christian Duerr
2018-07-01
|
*
Ignore mouse input if window is unfocused
Felippe da Motta Raposo
2018-06-23
|
*
Change green implementation to use the macro
asoderman
2018-06-19
|
*
Override dynamic_title when --title is specified
Nathan Lilienthal
2018-06-18
|
*
Move to cargo clippy
Christian Duerr
2018-06-17
|
*
Add Copy/Cut/Paste keys
Christian Duerr
2018-06-16
|
*
Reduce Increase-/DecreaseFontSize step to 0.5
Felippe da Motta Raposo
2018-06-08
|
*
Add working --class and --title CLI parameters
Tezkerek
2018-06-07
|
*
Allow disabling DPI scaling
Christian Duerr
2018-06-07
*
|
Merge master into scrollback
Christian Duerr
2018-07-28
*
|
Fix trailing colors when leaving vim after resize
Christian Duerr
2018-07-26
*
|
Replace runtime debug assertions with static asserts on scrollback
Th3Fanbus
2018-07-26
*
|
Scrollback cleanup
Christian Duerr
2018-07-21
*
|
Disable scroll buffer for "alt" Grid
Joe Wilm
2018-07-09
*
|
Fix incorrect cell side in selection
Christian Duerr
2018-07-06
*
|
Fix scrollback accessing indices out of bounds
Christian Duerr
2018-07-02
*
|
Optimize indexing of the grid's raw buffer
Christian Duerr
2018-06-16
*
|
Allow changing scrollback history size at runtime
Christian Duerr
2018-06-02
*
|
Remove dead code
Joe Wilm
2018-06-02
*
|
Optimize Storage::swap
Joe Wilm
2018-06-02
*
|
Refactor Storage<T> to be a Vec<Row<T>> internally
Joe Wilm
2018-06-02
*
|
Fix issue with endless allocation loop
Joe Wilm
2018-06-02
*
|
Shave a few cycles off Grid::scroll_up
Joe Wilm
2018-06-02
*
|
Fix OOB index in grid::DisplayIter
Joe Wilm
2018-06-02
*
|
Optimize Row::reset
Joe Wilm
2018-06-02
*
|
Optimize Storage::swap_lines
Joe Wilm
2018-06-02
*
|
Truncate invisible lines before storing ref-tests
Christian Duerr
2018-06-02
*
|
Add documentation for `len` field on `Storage`
Christian Duerr
2018-06-02
*
|
Remove `push` from `Storage`
Christian Duerr
2018-06-02
*
|
Improve the resizing implementation
Christian Duerr
2018-06-02
[next]