aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
Commit message (Expand)AuthorAge
* Fix selection rotation on the last lineChristian Duerr2023-03-24
* Fix `;` character in URI OSC 8 payloadKirill Chibisov2023-03-19
* 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
* Relax horizontal scrollingKirill Chibisov2023-02-19
* Add `window.resize_increments` config optionKirill Chibisov2023-02-18
* Add touch input supportChristian Duerr2023-02-13
* Don't send ESC for `OptionAsAlt::None`Kirill Chibisov2023-02-12
* Fix crash when Atlas is fullKirill Chibisov2023-02-11
* Make gles2 renderer actually gles2Kirill Chibisov2023-02-07
* Align quadrants with half blocks in built-in fontKirill Chibisov2023-02-05
* Revert "Apply 'font.glyph_offset.y' for underline/strikeout"Kirill Chibisov2023-02-05
* Resize the window by cell dimensionsKirill Chibisov2023-02-05
* Fix notify doing active pollingKirill Chibisov2023-02-02
* Update winit to 0.28Kirill Chibisov2023-02-02
* Create new windows with Cmd+N by defaultChristian Duerr2023-01-27
* Add support for horizontal scrollingKirill Chibisov2023-01-16
* Use sRGB color space for NSWindow on macOSNaru2023-01-07
* User timer based rendering instead of vsyncKirill Chibisov2022-12-30
* Fix crash when one dimension of the window is zeroKirill Chibisov2022-12-30
* Disable depth and stencil buffersChristian Duerr2022-12-29
* Apply 'font.glyph_offset.y' for underline/strikeoutKirill Chibisov2022-12-25
* Add -T short form for --titleJames McCoy2022-12-11
* Fix damage computation on boundariesKirill Chibisov2022-12-09
* Ignore errors from swap_buffersKirill Chibisov2022-12-02
* Add 'debug.renderer' config optionKirill Chibisov2022-11-28
* Fix padding update not updating rendererChristian Duerr2022-11-28
* Update to notify v5 via notify_debouncer_miniJames McCoy2022-11-15
* Fix cursor visibility with focus change on macOSChris Copeland2022-11-11
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix crash with very low font sizesKirill Chibisov2022-10-21
* Fix cursor and underlines always being blackKirill Chibisov2022-10-21
* Fix `--help` output for `--class` to match man pagesAndrzej Grzeslak2022-10-18
* Fix clippy warningsChristian Duerr2022-10-12
* Fix icon decoding on X11Hugal312022-10-05
* Migrate from winapi to windows-syskillian2022-09-30
* Fix IPC config overriding previous valuesChristian Duerr2022-09-17
* Bump winit to 0.27.3Kirill Chibisov2022-09-15
* Avoid text cursor location for hyperlink previewKirill Chibisov2022-09-14
* Don't enable multisamplingKirill Chibisov2022-09-11
* Add IPC config subcommandChristian Duerr2022-09-01
* Add inline input method supportKirill Chibisov2022-08-29
* Rework `--class` CLI optionKirill Chibisov2022-08-25
* Include extra directory in crateChristian Duerr2022-08-24
* Fix general and instance class set on window (#6276)Ulrik de Muelenaere2022-08-20
* Use `WindowEvent::Occluded` to hint renderingtrimental2022-08-11
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
* Warn if only columns XOR lines is setSabu Siyad2022-08-02
* Fix visible regex match on tall viewportsPeter DeLong2022-07-26