~roguescholar/alacritty/+git/trunk:issue-1115

Last commit made on 2019-02-05
Get this branch:
git clone -b issue-1115 https://git.launchpad.net/~roguescholar/alacritty/+git/trunk

Branch merges

Branch information

Name:
issue-1115
Repository:
lp:~roguescholar/alacritty/+git/trunk

Recent commits

16807cc... by Christian Duerr <email address hidden>

Disable incremental for release builds

This fixes #1115.

851e773... by Christian Duerr <email address hidden>

Remove library lockfiles from git

Following Rust's standard, the lockfiles for Alacritty's
sub-libraries have been removed.

One instance of the deprecated `ATOMIC_USIZE_INIT` has
also been removed.

This fixes #2040.

40237b2... by "M. Stoeckl" <email address hidden>

Simplify text shader

97e801a... by Christian Duerr <email address hidden>

Fix macOS config decorations doc

3f0d113... by "M. Stoeckl" <email address hidden>

Remove unused coordinate from rect shader

20f3198... by Christian Duerr <email address hidden>

 Fix regression in the URL launcher config

Due to the merging of configuration files on all platforms, it has been
made impossible to completely disable URL launching without still
executing some kind of program like `true`.

Setting the launcher to `None` in the config, will now disable it
completely.

This fixes #2058.

53e4917... by Christian Duerr <email address hidden>

Fix reloading with empty config

When loading an empty configuration file, Alacritty only prints an info
message and then proceeds to load the default config. However when
reloading the configuration file it would throw a hard error.

This has been fixed and a hard error is now only thrown when an error is
returned during reload which isn't the empty file error.

863d558... by Zac Pullar-Strecker <email address hidden>

Document that alacritty requires winpty-agent on windows

To make things easier to understand for Windows users, the
relationship between Alacritty and the WinPTY agent has been
clarified in the documentation.

This also bundles the windows agent and exe together in a zip file to
make distribution for windows easier on the user.

3562f2c... by Sander van Harmelen <email address hidden>

Trim unicode characters from the start of URLs

e95c807... by "F. Eugene Aumson" <email address hidden>

Add pkg-config to Debian dependencies