aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add alacritty extension script support.HEADrahmJosh Rahm2025-11-12
| | | | | | | | | This allows an escape code to invoke user-defined extensions found in /home/rahm/.local/bin/alacritty-ext.sh. The terminal passes to this script the escape-code arguments. This allows things like opening links in the browser even through an ssh connection.
* Have alacritty pass through X1Mouse and X2Mouse to Vim. (Forward and ↵Josh Rahm2025-11-12
| | | | Backward buttons)
* Use my specific version of VTE for the OSC 117 extension.Josh Rahm2025-11-12
|
* Re-implement crosshairs on newer alacritty.Josh Rahm2025-11-12
| | | | The config values are hardcoded atm.
* Remove custom abs_diff function.Ayose2025-11-04
| | | | Clippy suggests using the function provided in std.
* Merge remote-tracking branch 'vendor/master' into graphicsAyose2025-11-04
|\
| * Add foreground CWD implementation for OpenBSDLaurence Tratt2025-11-02
| |
| * Ignore touch gestures for enabling IMEChristian Duerr2025-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously whenever the user would use touch gestures to make selections or scroll the terminal, IME would automatically be enabled due to the focus change and reduce the terminal height. This isn't ideal when the goal is just scanning through the terminal history without making any input. This patch keeps track of pointer and touch focus and only enables IME when either the pointer is within the window or a tap touch sequence was performed to give the window 'touch focus'. The initial touch tap sequence used to enable IME is still forwarded to the terminal as a simulated click event, since otherwise touch devices without virtual keyboard would be forced into a confusing additional tap to make it work. This means that virtual keyboard users will not be able to open the virtual keyboard without creating a click event, which should still be preferable to the status quo.
| * Remove undefined logo SVG gradientChristian Duerr2025-10-20
| | | | | | | | | | | | This removes a gradient that apparently doesn't exist, which causes issues with some SVG rasterizers. Closes #8706.
| * Fix OpenGL robustness crashChristian Duerr2025-10-20
| | | | | | | | | | | | | | This disables the OpenGL context's robustness feature since some GPUs that advertise robustness support do not support sufficient capabilities for our implementation. Closes #8713.
| * Fix changelog entry for 0.16.0 releaseChristian Duerr2025-10-18
| |
| * Ignore when config file is movedLulu2025-10-16
| | | | | | | | | | | | | | As this is practically the same as deleting the file it should be treated the same and ignored. Moving a file from somewhere to the config file is not ignored and the config will reload as normal.
| * Bump dependenciesChristian Duerr2025-10-08
| | | | | | | | This performs all non-breaking dependency updates, which includes unicode-width 0.2.2 for Unicode 17 support.
| * Disable NSAutoFillHeuristicController on macOSAndy2025-10-04
| |
| * Bump winit to 0.30.12Kirill Chibisov2025-09-12
| | | | | | That may still be needed for macOS 26 to not blow up.
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2025-09-07
|\|
| * Fix hint highlighting when hovering with hidden mouseskewb1k2025-09-01
| | | | | | | | | | | | | | | | When the mouse cursor was hidden with `hide_when_typing` enabled, hints could still be highlighted under the hidden cursor. This typically occurred when a hint moved underneath the stationary, hidden cursor. This fix ensures hints are not highlighted by the mouse cursor while it's hidden.
| * Bump development version to 0.17.0-devChristian Duerr2025-08-30
| | | | | | | | This is only an update to the development version and does not represent a stable release.
| * Fix maximized startup with tabs on macOSPavel Roskin2025-08-21
| | | | | | Closes #8664.
| * Add cooldown to bell command executionLukas Fink2025-08-17
| | | | | | Closes #8655.
| * Add alacritty_terminal option to escape pty argsfeeiyu2025-08-02
| | | | | | | | | | | | | | | | | | | | | | This adds a new `escape_args` option to `tty::Options` on Windows, which can be used to automatically escape all arguments passed to the shell. While useful to automatically make most arguments work on Windows, there are some scenarios where it is not possible for users to properly specify arguments with this option enabled (e.g.: `cmd /c`). An option should always be present to disable this option when used. The implementation is based on the `Command` code in Rust's STD lib.
| * Improve builtin font ellipse renderingZnarf2025-07-31
| |
| * Fix DECOM cursor motionChristian Duerr2025-07-25
| | | | | | | | | | This fixes a missing `GOTO 0,0` when entering the terminal origin mode. Closes #8636.
* | Apply rustfmt.Ayose2025-07-23
| |
* | Remove memoffset crate.Ayose2025-07-23
| | | | | | | | Since Rust 1.77, `offset_of` is available in the std.
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2025-07-23
|\|
| * Update to toml 0.9Christian Duerr2025-07-13
| |
| * Migrate to 2024 editionChristian Duerr2025-07-13
| |
| * Add size_hint to GridIteratortidely2025-07-13
| | | | | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
| * Add global config fallbackmBornand2025-07-07
| | | | | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
| * Add yank to EOL vi mode bindingprime-run2025-07-07
| |
| * Add multi-sequence touch zoom supportChristian Duerr2025-07-04
| | | | | | | | | | This changes the way the touch zoom works by switching into a separate mode when one of the touch slots is removed, allowing continuous zoom as long as at least one slot is active.
| * Remove cstr! macro in favor of literal notationKirill Chibisov2025-07-01
| | | | | | | | | | Also apply clippy changes while at it. Closes #8002.
| * Fix crash when `AppleFontSmoothing` is not presentKirill Chibisov2025-06-19
| |
| * Apply clamp for opacityKirill Chibisov2025-05-31
| | | | | | | | Previously opacity was not clamping during reading it from the config or via IPC.
| * Update alacritty-msg(1) for msg get-config entryKirill Chibisov2025-05-30
| | | | | | Follow up to a63c770be.
| * Add IPC config retrieval subcommandChristian Duerr2025-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new `alacritty msg get-config` subcommand which can retrieve the current config from any Alacritty window using the IPC socket. The command will always print the full configuration file in JSON, without the ability to filter which values are returned, leaning on tools like `jq` instead of adding this complexity to Alacritty. Contrary to deserialization, this relies heavily on the default serialization implementations to reduce the necessary changes. Key and Mouse bindings are omitted entirely since their structure is very complex and they tend to just bloat the message size without having an obvious usecase.
| * Bump all dependenciesKirill Chibisov2025-05-28
| |
| * Fix clippy warningsKirill Chibisov2025-05-28
| |
| * Bump MSRV to 1.81.0Kirill Chibisov2025-05-28
| | | | | | | | Also use workspace to specify that.
| * Fix search for fullwidth chars in the last columnChristian Duerr2025-05-26
| | | | | | | | | | | | | | | | | | | | This fixes an issue for fullwidth characters where the `WRAPLINE` flag would be checked for the cell containing the wide character, ignoring the spacer after it. To work around this, the wrapline character is now always checked based on the cell *after* fullwidth expansion, instead of the original cell. Closes #8586.
| * Add changelog entry for 71feeeeChristian Duerr2025-05-21
| |
| * Fix hint binding IPC overridesChristian Duerr2025-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue where changes made to the bindings of a hint through IPC were completely ignored, since the hint key bindings were only generated on config load without regeneration on IPC config override. While it would be possible to just filter out remove hint key bindings based on their action and then repopulate them on IPC config reload, this solution would be quite hacky. To have a better distinction between traditional and hint key bindings, the two have been entirely separated and hint bindings are just converted to key bindings on demand. This allows easily replacing the entire hint array without any post-processing, making it simpler to maintain for future changes. Closes #8568.
| * Add * # { } vi motionsChristian Duerr2025-05-20
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds Vi's semantic search and paragraph motion. The semantic search uses either the selection or the semantic word under the cursor and jumps to the next match in the desired direction. Paragraph motion jumps to just above or below the current paragraph. Closes #7961. Co-authored-by: Fletcher Gornick <fletcher@gornick.dev>
| * Add missing build dependency to zypper docsDerek V. Schmalenberger2025-05-20
| |
| * Remove libfreetype6-dev from Debian build depsRafael Ortega Estévez2025-05-19
| | | | | | Closes #8115.
| * Fix disambiguation for Enter/Tab/BackspaceKirill Chibisov2025-05-03
| | | | | | | | The keys were not disambiguated, but they should be. Was just an oversight.
| * Update yanked 0.5.13 crossbeam-channel versionNathan Lilienthal2025-04-11
| |
| * Apply glyph offset to strikeout positionTravis Harmon2025-04-08
| |
| * Clamp offscreen damageKirill Chibisov2025-03-23
| | | | | | | | This could happen if the terminal is very small and cell is not entirely visible, thus having bounds outside the terminal width/height.