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
*
Fix hint `Select` action for hyperlink escape
Christian Duerr
2024-08-14
*
Fix message bar not damaged when the same size
Kirill Chibisov
2023-12-08
*
Update to crossfont 0.6.0
Kirill Chibisov
2023-12-08
*
Damage entire window on font size change
Kirill Chibisov
2023-11-24
*
Damage only terminal inside `alacritty_terminal`
Kirill Chibisov
2023-11-23
*
Fix message bar damage
Kirill Chibisov
2023-11-13
*
Remove `alacritty_config` from alacritty_terminal
Kirill Chibisov
2023-11-10
*
Fix crash when leaving search after resize
Christian Duerr
2023-11-03
*
Avoid maximizing window when creating new tab
Kyle Willmon
2023-10-27
*
Fix typos
Pavel Roskin
2023-10-25
*
Update winit to 0.29.2 and copypasta to 0.10.0
Kirill Chibisov
2023-10-21
*
Fix regex memory usage
Christian Duerr
2023-09-17
*
Update winit to 0.29.1-beta
Kirill Chibisov
2023-09-04
*
Update to the new winit keyboard API
Kirill Chibisov
2023-07-11
*
Fix hyperlink preview for 2 lines terminal (#6953)
Kirill Chibisov
2023-05-25
*
Switch to VTE's built-in ansi feature
Anhad Singh
2023-05-23
*
Fix selection rotation on the last line
Christian Duerr
2023-03-24
*
Add `window.resize_increments` config option
Kirill Chibisov
2023-02-18
*
Revert "Apply 'font.glyph_offset.y' for underline/strikeout"
Kirill Chibisov
2023-02-05
*
Resize the window by cell dimensions
Kirill Chibisov
2023-02-05
*
User timer based rendering instead of vsync
Kirill Chibisov
2022-12-30
*
Apply 'font.glyph_offset.y' for underline/strikeout
Kirill Chibisov
2022-12-25
*
Ignore errors from swap_buffers
Kirill Chibisov
2022-12-02
*
Add 'debug.renderer' config option
Kirill Chibisov
2022-11-28
*
Fix padding update not updating renderer
Christian Duerr
2022-11-28
*
Update glutin to 0.30.0
Kirill Chibisov
2022-11-03
*
Fix clippy warnings
Christian Duerr
2022-10-12
*
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
[next]