aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
...
| * Enable damage tracking only on WaylandKirill Chibisov2022-05-20
| * Fix builtin glyphs for U+2567 and U+2568algon2022-05-20
| * Fix gap in builtin box drawingKirill Chibisov2022-05-08
| * Fix selection copy without button releasemahkoh2022-04-16
| * Fix cell_height of impl From<SizeInfo<f32>> for WindowSizekumattau2022-04-16
| * Extract `SizeInfo` from alacritty_terminalKirill Chibisov2022-04-06
| * Disallow OSC 52 for unfocused windowKirill Chibisov2022-04-03
| * Reset blinking on search bindings in Vi modeKirill Chibisov2022-03-25
| * Persist OpenGL context creation flagsKirill Chibisov2022-03-24
| * Add colored underline supportKirill Chibisov2022-03-16
| * Fix `font.glyph_offset` not live reloadingKirill Chibisov2022-03-11
| * Fix crash when searching during resetChristian Duerr2022-03-10
| * Fix line indicator damage computationKirill Chibisov2022-03-10
| * Use round instead of ceil for line positionKirill Chibisov2022-03-06
| * Add fallback GLES2 rendererKirill Chibisov2022-03-02
| * Add `ToggleMaximized` key binding actionChris Copeland2022-02-27
| * Don't use 'origin_upper_left' in rect shadersKirill Chibisov2022-02-22
| * Don't load font twice during display creationKirill Chibisov2022-02-18
| * Account for absolute WAYLAND_DISPLAY pathsmahkoh2022-02-16
| * Reuse Rasterizer in Display::newGreg Depoire--Ferrer2022-02-16
| * Add support for dashed and dotted underlinesKirill Chibisov2022-02-14
| * Clear damage rects right after drawingKirill Chibisov2022-02-11
| * Fix terminal not being damage when only font size changedKirill Chibisov2022-02-10
| * Add version to info logChristian Duerr2022-02-09
| * Fix warnings when building only with Wayland featureKirill Chibisov2022-02-09
| * Add support for drawing undercurlsKirill Chibisov2022-02-08
| * Fix renderable_cursor method documentationThomas Churchman2022-02-03
| * Fix builtin font block elements going invisibleKirill Chibisov2022-02-03
| * Fix terminal damage after leaving Vi modeKirill Chibisov2022-02-02
| * Add damage tracking and reporting to compatible compositorsKirill Chibisov2022-02-02
| * Clean up and abstract shader creation codeoxalica2022-01-30
| * Use cell width to compute builtin font thicknessKirill Chibisov2022-01-30
| * Log used display server on Linux/BSDKirill Chibisov2022-01-30
| * Account for font.offset and glyph.offset in built-in fontKirill Chibisov2022-01-29
| * Add option to control built-in box drawing charszandr2022-01-29
| * Fix logfile overwriting existing filesChristian Duerr2022-01-22
| * Reset cursor blinking on ToggleViModeKirill Chibisov2022-01-21
| * Add ´?´ support to OSC 4DaftMouse2022-01-15
| * Remove time dependencyChristian Duerr2022-01-13
| * Update time crate to 0.3.5James McCoy2022-01-13
| * Don't blink when cursor is hiddenKirill Chibisov2022-01-11
| * Use `with_position` instead of `set_outer_position`Kirill Chibisov2022-01-11
| * Fix block selection expansion with Ctrl + RMBKirill Chibisov2022-01-11
| * Fix title setting via IPC when dynamic_title is enabledKirill Chibisov2022-01-06
| * Use builtin font for box drawing unicode charactersKirill Chibisov2022-01-06
| * Migrate from structopt to clap 3Christian Duerr2022-01-04
| * Add title/class CLI parameters to create-windowKirill Chibisov2022-01-03
| * Fix test failures due to CLI parametersChristian Duerr2021-12-25
| * Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
| * Remove shared PID/FD variablesChristian Duerr2021-12-19