aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display
Commit message (Expand)AuthorAge
...
| * Fix message bar damageKirill Chibisov2023-11-13
| * Fix visual bell getting stuck on macOSKirill Chibisov2023-11-13
| * Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
| * Fix crash when leaving search after resizeChristian Duerr2023-11-03
| * Add `window.blur` config optionKirill Chibisov2023-10-29
| * 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 `window.decorations_theme_variant` reloadKirill Chibisov2023-10-15
| * Underline hint matches during selectionChristian Duerr2023-09-22
| * Fix regex memory usageChristian Duerr2023-09-17
| * Support startup notify on Wayland/X11Kirill Chibisov2023-09-04
| * Add bindings for macOS tabsKirill Chibisov2023-09-04
| * Update winit to 0.29.1-betaKirill Chibisov2023-09-04
| * Update regex-automata to v0.3.6Christian Duerr2023-08-27
| * Remove winit dependency from alacritty_configMax Brunsfeld2023-08-17
| * Apply transparent background colors to "UI" cellsSonu Bardai2023-08-07
| * Use ahash instead of fnv and regular hash functionKirill Chibisov2023-07-24
| * Remove unnecessary mutable referencesPavel Roskin2023-07-18
| * Update to the new winit keyboard APIKirill Chibisov2023-07-11
| * Add option to persist hints after selectionSonu Bardai2023-06-15
| * Switch to TOML configuration formatChristian Duerr2023-06-12
| * Fix hyperlink preview for 2 lines terminal (#6953)Kirill Chibisov2023-05-25
| * Fix 216-color cube generationChristian Duerr2023-05-25
| * Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
| * Fix selection rotation on the last lineChristian Duerr2023-03-24
| * Fix `;` character in URI OSC 8 payloadKirill Chibisov2023-03-19
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2023-03-01
|\|
| * 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
| * Update winit to 0.28Kirill Chibisov2023-02-02
| * Use sRGB color space for NSWindow on macOSNaru2023-01-07
| * User timer based rendering instead of vsyncKirill Chibisov2022-12-30
| * Apply 'font.glyph_offset.y' for underline/strikeoutKirill Chibisov2022-12-25
| * Fix damage computation on boundariesKirill Chibisov2022-12-09
| * Ignore errors from swap_buffersKirill Chibisov2022-12-02
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-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
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-10-16
|\|
| * Fix clippy warningsChristian Duerr2022-10-12
| * Fix icon decoding on X11Hugal312022-10-05
| * Migrate from winapi to windows-syskillian2022-09-30
| * Bump winit to 0.27.3Kirill Chibisov2022-09-15
| * Avoid text cursor location for hyperlink previewKirill Chibisov2022-09-14
| * Add IPC config subcommandChristian Duerr2022-09-01
| * Add inline input method supportKirill Chibisov2022-08-29
| * Include extra directory in crateChristian Duerr2022-08-24