aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/event.rs
Commit message (Expand)AuthorAge
* 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
* Fix crash when one dimension of the window is zeroKirill Chibisov2022-12-30
* Fix cursor visibility with focus change on macOSChris Copeland2022-11-11
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Bump winit to 0.27.3Kirill Chibisov2022-09-15
* Add IPC config subcommandChristian Duerr2022-09-01
* Add inline input method supportKirill Chibisov2022-08-29
* Use `WindowEvent::Occluded` to hint renderingtrimental2022-08-11
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
* Remove redundant dirty updatesKirill Chibisov2022-07-25
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
* Fix resize on Wayland when creating new windowKirill Chibisov2022-06-29
* Fix Vi cursor not being damaged on scrollKirill Chibisov2022-05-26
* Don't inherit `--command` for `SpawnNewInstance`Kirill Chibisov2022-05-23
* Fix selection change after leaving vi-modea5ob7r2022-05-23