aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
* Don't switch semantic/line selection when control is pressedKirill Chibisov2024-12-29
* Fix window options for initial daemon windowChristian Duerr2024-12-22
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Add headless modeChristian Duerr2024-10-15
* Add IME support to inline searchChristian Duerr2024-10-15
* Implement multi-char cursor highlightKirill Chibisov2024-10-15
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
* Ignore cursor color request with default colorsChristian Duerr2024-09-22
* Restart config monitor on import changeChristian Duerr2024-07-21
* Bump glutin to 0.32.0Kirill Chibisov2024-06-08
* Fix spelling errorsJosh Soref2024-05-24
* Fix user events for all windows not handledKirill Chibisov2024-05-07
* Bump winit to 0.30.0Kirill Chibisov2024-05-04
* Fix dynamic title override for multiple windowsChristian Duerr2024-04-23
* Send exit code events on child process exitKirill Bulatov2024-03-09
* Fix clippy warningsChristian Duerr2024-02-14
* Don't substitute `\n` in char bindingsKirill Chibisov2023-12-30
* Bump crossfont to 0.7.0Kirill Chibisov2023-12-14
* Update to crossfont 0.6.0Kirill Chibisov2023-12-08
* Damage only terminal inside `alacritty_terminal`Kirill Chibisov2023-11-23
* Fix Vi cursor not being dirty when scrollingKirill Chibisov2023-11-14
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
* Unify CLI config override mechanismsChristian Duerr2023-11-11
* Fix cursor being hidden after reaching timeoutKirill Chibisov2023-11-10
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix crash when leaving search after resizeChristian Duerr2023-11-03
* Fix typosPavel Roskin2023-10-25
* Fix crash due to wrong drop order of clipboardKirill Chibisov2023-10-23
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
* Add inline vi mode searchChristian Duerr2023-10-20
* Fix regex memory usageChristian Duerr2023-09-17
* Add bindings for macOS tabsKirill Chibisov2023-09-04
* Update winit to 0.29.1-betaKirill Chibisov2023-09-04
* Copy global IPC options for new windowsChristian Duerr2023-08-08
* Use ahash instead of fnv and regular hash functionKirill Chibisov2023-07-24
* Use bracketed paste only for multi-char IME inputKirill Chibisov2023-07-20
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Fix crash on ScaleFactorChange on WindowsKirill Chibisov2023-06-02
* Omit urgency hint focused windowKirill Chibisov2023-04-15
* Allow mode-exclusive bindings in any modeChristian Duerr2023-04-15
* Use paste for ESC action and IME commitChristian Duerr2023-04-15
* Reset char suppression for every key bindingChristian Duerr2023-04-15
* Fix selection rotation on the last lineChristian Duerr2023-03-24
* Fix busy rendering when the same warning persistsKirill Chibisov2023-03-02
* Send D&D input through paste actionChristian Duerr2023-02-27
* Fix bracketed paste with EOT payloadChristian Duerr2023-02-23
* Add touch input supportChristian Duerr2023-02-13
* Update winit to 0.28Kirill Chibisov2023-02-02
* Add support for horizontal scrollingKirill Chibisov2023-01-16
* User timer based rendering instead of vsyncKirill Chibisov2022-12-30