aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
* Fix reset CLI parameters on config reload (#3216)Christian Duerr2020-01-17
* Remove synthetic keyboard event handlingChristian Duerr2020-01-14
* Fix crash with invalid working directoryChristian Duerr2020-01-12
* Fix font size reset when moving between screensChristian Duerr2020-01-11
* Move Alacritty to organizationChristian Duerr2020-01-11
* Bump glutin to 0.22.0Christian Duerr2020-01-10
* Force exact modifiers match for mouse bindingsChristian Duerr2020-01-10
* Fix cut off full width glyphs in last columnChristian Duerr2020-01-09
* Fix keybinding deserializationChristian Duerr2020-01-07
* Remove winit key remappingsChristian Duerr2020-01-06
* Fix incorrect config path in --help and manpageChristian Duerr2020-01-06
* Add `Minimize` binding actionKirill Chibisov2020-01-05
* Bump winit to 0.20.0 Alpha 6Christian Duerr2020-01-05
* Fix macOS OpenGL context resize orderingChristian Duerr2020-01-04
* Replace deprecated Error methodssterlingjensen2020-01-03
* Clean up Windows PTY string handlingDavid Hewitt2020-01-02
* Fix high startup time on wlroots compositorsKirill Chibisov2019-12-31
* Send PTY resize messages through event loopDavid Hewitt2019-12-14
* Fix deadlock when closing on Windows using ConptyDavid Hewitt2019-12-12
* Add support for colored emojis on Linux/BSDKirill Chibisov2019-12-09
* Fix minimize causing resize WindowsDavid Hewitt2019-12-09
* Add Insert/Delete bindings with combined modifiersKirill Chibisov2019-11-28
* Remove unused PackedVertex structCole Helbling2019-11-26
* Move renderer from alacritty_terminal to alacrittyKirill Chibisov2019-11-23
* Fix excessive allocations in URL parserChristian Duerr2019-11-22
* Fix WinPTY freeze on terminationMaciej Makowski2019-11-16
* Fix division by zero without any cols or linesBurak Yigit Kaya2019-11-14
* Fix incorrect DPI at startup on X11Christian Duerr2019-11-12
* Fix modifier inconsistenciesChristian Duerr2019-11-11
* Fix URL scheme highlightingChristian Duerr2019-11-04
* Add UTF-8 mouse mode supportKirill Chibisov2019-11-04
* Fix incorrect cell foreground when clearing screenChristian Duerr2019-11-04
* Fix URL highlightingChristian Duerr2019-11-03
* Add live config reload for font family and stylewayne2019-11-03
* Fix wrong default cursor iconKirill Chibisov2019-11-02
* Fix clippy warningsChristian Duerr2019-11-02
* Remove unused imports on WindowsDavid Hewitt2019-10-31
* Fix message bar drawing over terminal after resizeKirill Chibisov2019-10-29
* Fix sending chars with bind not clearing selectionKirill Chibisov2019-10-29
* Fix visual bell rendering modeKirill Chibisov2019-10-26
* Fix bell not redrawing without event updatesKenny Levinsen2019-10-25
* Fix setting persistent logging via CLIDo Duy2019-10-24
* Fix unused import warning on macOS/WindowsKohki Miki2019-10-22
* Fix XEmbed compilation error on 32-bit platformscyclopsian2019-10-20
* Fix window title not filled by defaultDustin2019-10-17
* Revert "Disable depth and stencil buffers"Christian Duerr2019-10-16
* Add support for alternate scroll escapeAleksey Kuznetsov2019-10-15
* Fix logged config path separators on WindowsKirill Chibisov2019-10-14
* Add support for title stack escape sequencesDustin2019-10-14
* Disable depth and stencil buffersJasper Mattsson2019-10-11