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
/
renderer
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Drop terminal lock before rendering
trimental
2018-09-30
*
Add hidden escape sequence
Christian Duerr
2018-09-19
*
Bump version number to 0.2.0 (#1492)
Christian Duerr
2018-09-17
*
Scrollback cleanup
Christian Duerr
2018-07-21
*
Cleanup style
Joe Wilm
2018-06-02
*
Fix clippy lints
Christian Duerr
2018-05-11
*
Prevent negative cell dimensions (#1181)
Christian Duerr
2018-03-12
*
Remove all instances of unwrap() from config
Christian Duerr
2018-03-04
*
Update dependencies
golem131
2018-01-26
*
Add clippy check to travis
Christian Duerr
2018-01-06
*
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2018-01-05
*
Fix stack overflow with too large glyphs
Joe Wilm
2017-12-24
*
Update bitflags to v1
Chet Gurevitch
2017-12-23
*
Share LoadGlyph implementations
Joe Wilm
2017-12-22
*
Change LoadGlyph in LoaderApi to match RenderApi
Christian Duerr
2017-12-22
*
Fix stack-overflow when creating a new atlas
Christian Duerr
2017-12-22
*
clippy: do and don't pass some things by reference as suggested (needless_pas...
Matthias Krüger
2017-12-03
*
clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...
Matthias Krüger
2017-12-03
*
Fix stack overflow
Joe Wilm
2017-10-26
*
Fix solid background color opacity (#847)
Joe Wilm
2017-10-21
*
Fix memory leak from font resizing
Joe Wilm
2017-10-14
*
Implement user actions for font resize (#625)
Dan Aloni
2017-10-14
*
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-27
*
Comment about duration arg to file watcher
Joe Wilm
2017-09-05
*
Reduce file watcher debounce period
Joe Wilm
2017-09-05
*
Update notify
Jonathan Schleußer
2017-09-05
*
Add background_opacity option to set terminal transparency (#331)
Gabriel Martinez
2017-08-20
*
Support background and foreground color escape codes (#662)
Tuomas Siipola
2017-07-28
*
Revert "Reduce InstanceData footprint"
Joe Wilm
2017-07-03
*
Reduce InstanceData footprint
Joe Wilm
2017-07-01
*
avoid named field shorthand
Martin Algesten
2017-06-01
*
somewhat DRYer code for font loading
Martin Algesten
2017-05-31
*
Work around ICE
Joe Wilm
2017-05-06
*
Add window padding option
Tuomas Siipola
2017-05-06
*
Fix glyph offsets in cell
Joe Wilm
2017-05-06
*
Combine FontOffset and GlyphOffset structs into Delta struct
Aaron Williamson
2017-05-01
*
Add glyph offset option to user configuration
Aaron Williamson
2017-05-01
*
Remove unnecessary size argument to metrics function
Aaron Williamson
2017-05-01
*
Move color list to Term struct
Joe Wilm
2017-02-11
*
Add visual bell support
Mark Andrus Roberts
2017-02-07
*
Optimize glyph cache access
Joe Wilm
2017-01-26
*
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-23
*
Remove need for inclusive ranges
Manish Goregaokar
2017-01-06
*
Fix ARM
Taylor Trump
2017-01-05
*
Rework font loading
Joe Wilm
2017-01-02
*
Improve error handling for shader initialization
Joe Wilm
2017-01-01
*
Print nice error messages for font loading errors
Joe Wilm
2016-12-31
*
Propagate font rasterizer errors
Joe Wilm
2016-12-31
*
Add super hacky underline drawing
Joe Wilm
2016-12-29
*
Misc formatting fixes
Joe Wilm
2016-12-16
[next]