aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge pull request #7 from kumattau/graphics-gles2Ayose Cazorla2022-10-16
|\ \
| * | Support GLES2 Renderer in sixelkumattau2022-10-05
|/ /
* | Merge remote-tracking branch 'vendor/master' into graphicsAyose2022-08-04
|\|
| * Warn if only columns XOR lines is setSabu Siyad2022-08-02
| * Make grid mutably accessible to librariesMikayla Maki2022-07-29
| * Fix visible regex match on tall viewportsPeter DeLong2022-07-26
| * Fix clippy warningsChris Copeland2022-07-25
| * Remove redundant dirty updatesKirill Chibisov2022-07-25
| * Fix inverted condition for cell's extra clearingKirill Chibisov2022-07-24
| * Register Alacritty shells as tty sessions on macOSChris Copeland2022-07-24
| * Remove panics from UNIX PTY initializationMikayla Maki2022-07-20
| * Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
| * Fix thin strokes on macOSChris Copeland2022-07-15
* | Initialize cell dimensions when create a Graphics instance.Ayose2022-07-15
* | Changes in sixel module to be compatible with oldstable.Ayose2022-07-15
* | Use hls_to_rgb implementation from libsixel.Ayose2022-07-15
* | Fix clippy warnings.Ayose2022-07-14
* | Merge branch 'master' into graphics-privateAyose2022-07-13
|\|
| * Fix hyperlinks not being keyboard actionableKirill Chibisov2022-07-11
| * Use org.alacritty instead of io.alacrittyKirill Chibisov2022-07-10
* | Optimize graphics replacement.Ayose2022-07-13
* | Allow overlapping graphics.Ayose2022-07-13
* | Highlight graphics to show hints.Ayose2022-07-12
* | Allow replacing part of a graphic with text.Ayose2022-07-12
* | Allow hue values up to 360 in the Sixel parser.Ayose2022-07-12
* | Fill all cells under a graphic with the template.Ayose2022-07-12
* | Merge with alacritty/masterAyose2022-07-12
|\|
| * Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
| * Fix error when opening in root dir on WindowsEthan Conneely2022-07-10
| * Use DeviceId/WindowId::dummy in tests52252252022-07-09
| * Add `cursor.blink_timeout` config optionKirill Chibisov2022-07-01
| * Fix resize on Wayland when creating new windowKirill Chibisov2022-06-29
| * Add hexadecimal support to --embedSabu Siyad2022-06-28
| * Bump dirs to 4.0.0a5ob7r2022-06-20
| * Bump copypasta to 0.8.1Christian Duerr2022-06-18
| * Ignore special files for live config reloadKirill Chibisov2022-06-16
| * Bump copypasta to 0.8.0Christian Duerr2022-06-16
| * Add value hints for clap file pathsChristian Duerr2022-06-16
| * Use `MaybeUninit<usize>` instead of `usize` in `Storage::swap`nils2022-06-15
| * Update SGR escape sequence supportAlly Tiritoglu2022-06-10
| * Add vi action to center view around vi cursorjeremycostanzo2022-06-10
| * Fix flickering during resize on WaylandKirill Chibisov2022-06-09
| * Support dual source blending in GLES2 rendererVasily Khoruzhick2022-06-08
| * Fix old vi cursor not being properly damagedKirill Chibisov2022-06-07
| * Fix crash when damaging off-screen hintKirill Chibisov2022-06-06
| * Fix a few minor clippy lintsYuri Astrakhan2022-06-02
| * Fix DEC Special Character Set (Line drawing)André Kugland2022-06-01
| * 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