aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/mod.rs
Commit message (Expand)AuthorAge
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-08-14
* Fix message bar not damaged when the same sizeKirill Chibisov2023-12-08
* Update to crossfont 0.6.0Kirill Chibisov2023-12-08
* Damage entire window on font size changeKirill Chibisov2023-11-24
* Damage only terminal inside `alacritty_terminal`Kirill Chibisov2023-11-23
* Fix message bar damageKirill Chibisov2023-11-13
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix crash when leaving search after resizeChristian Duerr2023-11-03
* Avoid maximizing window when creating new tabKyle Willmon2023-10-27
* Fix typosPavel Roskin2023-10-25
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
* Fix regex memory usageChristian Duerr2023-09-17
* Update winit to 0.29.1-betaKirill Chibisov2023-09-04
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Fix hyperlink preview for 2 lines terminal (#6953)Kirill Chibisov2023-05-25
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Fix selection rotation on the last lineChristian Duerr2023-03-24
* Add `window.resize_increments` config optionKirill Chibisov2023-02-18
* Revert "Apply 'font.glyph_offset.y' for underline/strikeout"Kirill Chibisov2023-02-05
* Resize the window by cell dimensionsKirill Chibisov2023-02-05
* User timer based rendering instead of vsyncKirill Chibisov2022-12-30
* Apply 'font.glyph_offset.y' for underline/strikeoutKirill Chibisov2022-12-25
* Ignore errors from swap_buffersKirill Chibisov2022-12-02
* Add 'debug.renderer' config optionKirill Chibisov2022-11-28
* Fix padding update not updating rendererChristian Duerr2022-11-28
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix clippy warningsChristian Duerr2022-10-12
* Bump winit to 0.27.3Kirill Chibisov2022-09-15
* Avoid text cursor location for hyperlink previewKirill Chibisov2022-09-14
* Add inline input method supportKirill Chibisov2022-08-29
* Fix clippy warningsChris Copeland2022-07-25
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Fix thin strokes on macOSChris Copeland2022-07-15
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Fix flickering during resize on WaylandKirill Chibisov2022-06-09
* Fix crash when damaging off-screen hintKirill Chibisov2022-06-06
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Fix Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
* Fix cell_height of impl From<SizeInfo<f32>> for WindowSizekumattau2022-04-16
* Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
* Fix line indicator damage computationKirill Chibisov2022-03-10
* Add fallback GLES2 rendererKirill Chibisov2022-03-02
* Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
* Don't load font twice during display creationKirill Chibisov2022-02-18
* Reuse Rasterizer in Display::newGreg Depoire--Ferrer2022-02-16
* Clear damage rects right after drawingKirill Chibisov2022-02-11
* Fix terminal not being damage when only font size changedKirill Chibisov2022-02-10
* Add support for drawing undercurlsKirill Chibisov2022-02-08
* Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
* Log used display server on Linux/BSDKirill Chibisov2022-01-30