<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/font, branch 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>Rename font crate to crossfont</title>
<updated>2020-07-18T01:27:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-07-18T01:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7a4b4a6a24e3894051fd31da63ee6baca16c70ce'/>
<id>7a4b4a6a24e3894051fd31da63ee6baca16c70ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix freetype 26.6 format conversion</title>
<updated>2020-07-14T01:13:19+00:00</updated>
<author>
<name>cynecx</name>
<email>cynecx@users.noreply.github.com</email>
</author>
<published>2020-07-14T01:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=68209e88fd8c8b092785aaadfaea8ef7d4a4e2cf'/>
<id>68209e88fd8c8b092785aaadfaea8ef7d4a4e2cf</id>
<content type='text'>
This resolves a rounding issue when converting to the 26.6 format used
by freetype for character sizes.

This rounding behavior is taken from cairo:
https://gitlab.freedesktop.org/cairo/cairo/-/blob/master/src/cairo-ft-font.c#L900-903

There are various different implementations of the F26Dot6 conversion
online, but the rounding that cairo does seems to be the most common.
Since cairo is very commonly used, it should produce good results
compared with the rest of Linux text rendering.

Fixes #2780.

Co-authored-by: Christian Duerr &lt;contact@christianduerr.com&gt;
Co-authored-by: Kirill Chibisov &lt;contact@kchibisov.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves a rounding issue when converting to the 26.6 format used
by freetype for character sizes.

This rounding behavior is taken from cairo:
https://gitlab.freedesktop.org/cairo/cairo/-/blob/master/src/cairo-ft-font.c#L900-903

There are various different implementations of the F26Dot6 conversion
online, but the rounding that cairo does seems to be the most common.
Since cairo is very commonly used, it should produce good results
compared with the rest of Linux text rendering.

Fixes #2780.

Co-authored-by: Christian Duerr &lt;contact@christianduerr.com&gt;
Co-authored-by: Kirill Chibisov &lt;contact@kchibisov.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove alacritty.yml mentions from font crate errors</title>
<updated>2020-07-11T01:01:45+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-07-11T01:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=5f039cee49b9c817177c6feecc5e7d97fb0a57e1'/>
<id>5f039cee49b9c817177c6feecc5e7d97fb0a57e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default FreeType properties</title>
<updated>2020-07-10T18:54:35+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-07-10T18:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=b78f3d133960dad38ad21e808723e51661b59881'/>
<id>b78f3d133960dad38ad21e808723e51661b59881</id>
<content type='text'>
In addition it also starts respecting Fontconfig's `autohint`
and `hinting` options.

Fixes #3534.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition it also starts respecting Fontconfig's `autohint`
and `hinting` options.

Fixes #3534.</pre>
</div>
</content>
</entry>
<entry>
<title>Fail compilation if Fontconfig is not installed on Linux/BSD</title>
<updated>2020-07-09T22:24:55+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-07-09T22:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=0210a43196611c7c9216e923e3e11c6fe1b98876'/>
<id>0210a43196611c7c9216e923e3e11c6fe1b98876</id>
<content type='text'>
Statically linking Fontconfig was leading to slow startup and
various errors, so forcing the use of system's library.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Statically linking Fontconfig was leading to slow startup and
various errors, so forcing the use of system's library.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation on 32bit targets</title>
<updated>2020-07-04T15:19:07+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-07-04T15:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=92ea355eeea538bd868eaebdc03469630aba281c'/>
<id>92ea355eeea538bd868eaebdc03469630aba281c</id>
<content type='text'>
Fixes #3915.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3915.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove copyright notice from files</title>
<updated>2020-06-06T18:49:14+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-06-06T18:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7aafbb757d485c5ff065324464dde8b5322cdd92'/>
<id>7aafbb757d485c5ff065324464dde8b5322cdd92</id>
<content type='text'>
Keeping the license as part of every file bloats up the files
unnecessarily and introduces an additional overhead to the creation of
new modules.

Since cargo already provides excellent dependency management, most of
the code-reuse of Alacritty should occur through Rust's dependency
management instead of copying it source.

If code is copied partially, copying the license from the main license
file should be just as easy as copying from the top of the file and
making some adjustments based on where it is used is likely necessary
anyways.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keeping the license as part of every file bloats up the files
unnecessarily and introduces an additional overhead to the creation of
new modules.

Since cargo already provides excellent dependency management, most of
the code-reuse of Alacritty should occur through Rust's dependency
management instead of copying it source.

If code is copied partially, copying the license from the main license
file should be just as easy as copying from the top of the file and
making some adjustments based on where it is used is likely necessary
anyways.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix font rendering regression on macOS</title>
<updated>2020-06-04T20:24:09+00:00</updated>
<author>
<name>Jade Michael Thornton</name>
<email>jademichael@jmthornton.net</email>
</author>
<published>2020-06-04T20:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=1e32e5a5154a2e765ca0b3ab8e50e4c01bbe5d18'/>
<id>1e32e5a5154a2e765ca0b3ab8e50e4c01bbe5d18</id>
<content type='text'>
This fixes a regression introduced in
77f2d6e853f1ad54e6dc844a811b78daeb463e76.

Fixes #3809.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced in
77f2d6e853f1ad54e6dc844a811b78daeb463e76.

Fixes #3809.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings on macOS/Windows</title>
<updated>2020-05-27T14:46:52+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-05-27T14:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=a14c51797f39356cf75dc8012c3a3ff3d63c042f'/>
<id>a14c51797f39356cf75dc8012c3a3ff3d63c042f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add subpixel anti-aliasing support on macOS 10.14+</title>
<updated>2020-05-17T21:14:13+00:00</updated>
<author>
<name>Casper Rogild Storm</name>
<email>2248455+casperstorm@users.noreply.github.com</email>
</author>
<published>2020-05-17T21:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=ab1f173ccd20001aafe2f5b3268423861b0ecdfe'/>
<id>ab1f173ccd20001aafe2f5b3268423861b0ecdfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
