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
/
alacritty
/
src
/
display
/
mod.rs
Commit message (
Expand
)
Author
Age
*
Bump winit to 0.27.3
Kirill Chibisov
2022-09-15
*
Avoid text cursor location for hyperlink preview
Kirill Chibisov
2022-09-14
*
Add inline input method support
Kirill Chibisov
2022-08-29
*
Fix clippy warnings
Chris Copeland
2022-07-25
*
Replace `map().unwrap_or()` with `map_or()`
Chris Copeland
2022-07-20
*
Fix thin strokes on macOS
Chris Copeland
2022-07-15
*
Add support for hyperlink escape sequence
Kirill Chibisov
2022-07-10
*
Fix flickering during resize on Wayland
Kirill Chibisov
2022-06-09
*
Fix crash when damaging off-screen hint
Kirill Chibisov
2022-06-06
*
Fix a few minor clippy lints
Yuri Astrakhan
2022-06-02
*
Fix Vi cursor not being damaged on scroll
Kirill Chibisov
2022-05-26
*
Fix cell_height of impl From<SizeInfo<f32>> for WindowSize
kumattau
2022-04-16
*
Extract `SizeInfo` from alacritty_terminal
Kirill Chibisov
2022-04-06
*
Fix line indicator damage computation
Kirill Chibisov
2022-03-10
*
Add fallback GLES2 renderer
Kirill Chibisov
2022-03-02
*
Add `ToggleMaximized` key binding action
Chris Copeland
2022-02-27
*
Don't load font twice during display creation
Kirill Chibisov
2022-02-18
*
Reuse Rasterizer in Display::new
Greg Depoire--Ferrer
2022-02-16
*
Clear damage rects right after drawing
Kirill Chibisov
2022-02-11
*
Fix terminal not being damage when only font size changed
Kirill Chibisov
2022-02-10
*
Add support for drawing undercurls
Kirill Chibisov
2022-02-08
*
Add damage tracking and reporting to compatible compositors
Kirill Chibisov
2022-02-02
*
Log used display server on Linux/BSD
Kirill Chibisov
2022-01-30
*
Use `with_position` instead of `set_outer_position`
Kirill Chibisov
2022-01-11
*
Use builtin font for box drawing unicode characters
Kirill Chibisov
2022-01-06
*
Add title/class CLI parameters to create-window
Kirill Chibisov
2022-01-03
*
Bump glutin to 0.28.0
Kirill Chibisov
2021-12-03
*
Add parameters to `msg create-window` subcommand
Kirill Chibisov
2021-11-22
*
Add multi-window support
Christian Duerr
2021-10-23
*
Fix vi indicator obstructing vi mode cursor
Christian Duerr
2021-09-27
*
Add option to apply opacity to all background colors
Kirill Chibisov
2021-08-16
*
Fix clippy warnings
Christian Duerr
2021-07-03
*
Fix unnecessary redraws due to hint highlighting
Christian Duerr
2021-05-09
*
Fix mouse point crash on resize
Christian Duerr
2021-04-15
*
Add vi/mouse hint highlighting support
Christian Duerr
2021-04-13
*
Fix focused match selection color
Christian Duerr
2021-04-02
*
Unify the grid line indexing types
Christian Duerr
2021-03-30
*
Fix vi mode search
Christian Duerr
2021-03-06
*
Add regex terminal hints
Christian Duerr
2021-03-01
*
Fix the estimated DPR to 1 on Wayland.
Nathan Lilienthal
2021-02-04
*
Move renderable cell transformation to alacritty
Christian Duerr
2021-01-24