<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/alacritty/src/renderer, branch old-rahm</title>
<subtitle>My custom-patched version of alacritty.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/'/>
<entry>
<title>Try to recover from GPU resets</title>
<updated>2025-01-11T05:47:32+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-11T05:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=cd884c984bbd6a7c65965681083da61e091ff7e5'/>
<id>cd884c984bbd6a7c65965681083da61e091ff7e5</id>
<content type='text'>
Use context robustness to get notified about GPU resets
and try to recover from them by rebuilding the rendering
pipeline.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use context robustness to get notified about GPU resets
and try to recover from them by rebuilding the rendering
pipeline.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cut off wide characters in preedit string</title>
<updated>2025-01-10T07:59:07+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2025-01-10T03:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=28910e3adc9d48edc4f43008d987eecd869ded31'/>
<id>28910e3adc9d48edc4f43008d987eecd869ded31</id>
<content type='text'>
The wide char spacers must not be drawn, like we do for regular wide
characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wide char spacers must not be drawn, like we do for regular wide
characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary statics</title>
<updated>2024-12-09T22:04:43+00:00</updated>
<author>
<name>Integral</name>
<email>integral@member.fsf.org</email>
</author>
<published>2024-12-09T22:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=8731d157be4e49713587325f29099579d637a06a'/>
<id>8731d157be4e49713587325f29099579d637a06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix racing condition in hint triggering</title>
<updated>2024-11-02T20:05:51+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-11-02T20:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=fd745a9f4cb3ba81623167c9d1117747353db33a'/>
<id>fd745a9f4cb3ba81623167c9d1117747353db33a</id>
<content type='text'>
This fixes an issue with hints where it was possible that the terminal
content of highlighted hints changed between the highlighted hint update
and the activation of the hint.

This patch always validates the hint's text content against the hint
itself to ensure that the content is still valid for the original hint
which triggered the highlight.

Closes #8277.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue with hints where it was possible that the terminal
content of highlighted hints changed between the highlighted hint update
and the activation of the hint.

This patch always validates the hint's text content against the hint
itself to ensure that the content is still valid for the original hint
which triggered the highlight.

Closes #8277.</pre>
</div>
</content>
</entry>
<entry>
<title>Unify string formatting</title>
<updated>2024-07-24T01:37:35+00:00</updated>
<author>
<name>Hamir Mahal</name>
<email>hamirmahal@gmail.com</email>
</author>
<published>2024-07-24T01:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=d021a7b6f871f4078073848cf8744881561eb254'/>
<id>d021a7b6f871f4078073848cf8744881561eb254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix search bug with wrapline on first character</title>
<updated>2024-07-05T10:12:15+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2024-07-05T10:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=b3f0f68184b0d6b6221a5955acfcc4e33c01b766'/>
<id>b3f0f68184b0d6b6221a5955acfcc4e33c01b766</id>
<content type='text'>
This fixes an issue where an inline search in the left direction would
incorrectly assume that the first cell searched would not contain the
`WRAPLINE` flag, causing the second search for the match end to
terminate prematurely.

Fixes #8060.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue where an inline search in the left direction would
incorrectly assume that the first cell searched would not contain the
`WRAPLINE` flag, causing the second search for the match end to
terminate prematurely.

Fixes #8060.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump glutin to 0.32.0</title>
<updated>2024-06-08T12:28:51+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2024-06-08T12:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=64ba0b8e915ad167b6d5cb4395da018e436385d6'/>
<id>64ba0b8e915ad167b6d5cb4395da018e436385d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix IME preview overlapping text</title>
<updated>2024-04-21T11:23:10+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2024-04-21T11:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=90054614c241375839571d4dd2145edcb65257a6'/>
<id>90054614c241375839571d4dd2145edcb65257a6</id>
<content type='text'>
Fix incorrect usage of the `flags` when drawing the preedit resulting
in setting the `flags`, but not actually reading the value back.

The logic to skip things was also used incorrectly, because the renderer
does that already based on the `WIDE_CHAR` flag on the cell.

Fixes: 67a433ceed (Skip whitespaces for wide chars in preedit)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix incorrect usage of the `flags` when drawing the preedit resulting
in setting the `flags`, but not actually reading the value back.

The logic to skip things was also used incorrectly, because the renderer
does that already based on the `WIDE_CHAR` flag on the cell.

Fixes: 67a433ceed (Skip whitespaces for wide chars in preedit)</pre>
</div>
</content>
</entry>
<entry>
<title>Use builtin font to draw sextants</title>
<updated>2024-01-26T12:45:26+00:00</updated>
<author>
<name>Popa Ioan Alexandru</name>
<email>49609151+ALEX11BR@users.noreply.github.com</email>
</author>
<published>2024-01-26T12:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=b48ab148ff54c7e2e816765840568614d9e966f9'/>
<id>b48ab148ff54c7e2e816765840568614d9e966f9</id>
<content type='text'>
Sextants are similar to quadrants and should align with them and
other box drawing, thus use builtin font to align them properly.

Part-of: #7422.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sextants are similar to quadrants and should align with them and
other box drawing, thus use builtin font to align them properly.

Part-of: #7422.</pre>
</div>
</content>
</entry>
<entry>
<title>Powerline glyphs being cut for narrow fonts</title>
<updated>2023-12-30T20:12:41+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2023-12-30T20:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2'/>
<id>2786683e0ebba6b58f7246ba0f2e4b0a6b9679b2</id>
<content type='text'>
Fixes #7470.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #7470.</pre>
</div>
</content>
</entry>
</feed>
