Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-22 | Add Void Linux to distrobutions with packages | Benjamin Hoffmeyer | |
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed. | |||
2017-12-16 | Fix License link at the bottom of the readme (#933) | Jon McDuffie | |
2017-11-11 | Fixed typo in README.md (#876) | thelearnerofcode | |
2017-10-31 | Link to FAQ when referencing it (#881) | Bailey | |
2017-10-21 | Update README.md with more Wayland | Joe Wilm | |
Adds a call to action on how to improve Wayland support in Alacritty. | |||
2017-10-08 | Scale all fonts based on device-pixel-ratio | Joe Wilm | |
Rather than use DPI from config, use device-pixel-ratio from winit. This is computed using the display DPI anyhow, so it should have the same effect. | |||
2017-10-07 | Update Solus deps (#792) | Joshua Strobl | |
Removed freetype2-devel, it isn't necessary given fontconfig-devel depends on freetype2-devel, just as it depends on expat-devel. | |||
2017-10-04 | centos/RHEL 7 build instructions added (#813) | Peter Butkovic | |
2017-09-05 | A (very) little english fixup... (#770) | vale981 | |
2017-08-29 | Update README.md | Joe Wilm | |
2017-08-29 | Add gentoo instructions. (#759) | azarus | |
2017-08-12 | Move rust dependency to the Prerequisites section (#724) | Maxim Baz | |
* Move rust dependency to the Prerequisites section * Remove reference to a specific compiler version | |||
2017-08-11 | Add rust to the list of Arch Linux dependencies | Maxim Baz | |
Fixes #718 | |||
2017-07-28 | docs(): add instructions for mac apps (#688) | Mike Hartington | |
2017-07-28 | README.md: add NixOS (#694) | Jörg Thalheim | |
2017-07-20 | Update to latest Glutin/winit (#671) | Joe Wilm | |
* Update to latest Glutin/winit This *finally* gets us off the fork of Glutin we've been on for so long and will unblock a number of other items. Functionality should be the same as before. The update forced our hand on a compiler update. It's no longer feasible to pin on an old version. From now on, we require latest stable. | |||
2017-06-30 | Add Solus instructions | Dimas Cyriaco | |
2017-06-27 | Update README | Joe Wilm | |
Closes #636 Closes #592 | |||
2017-06-18 | Add dependency to FreeBSD-specific setup | Siva Mahadevan | |
Fixes problem I had with issue #609, should be better documented. | |||
2017-05-03 | Update build instructions about Homebrew Rust bug | Joe Wilm | |
2017-05-03 | Remove old note about Mesa bug | Joe Wilm | |
2017-05-03 | Fix whitespace in README | Joe Wilm | |
2017-02-06 | Configurable window dimensions | Anders Rasmussen | |
Adds a configuration option `dimensions` which will set initial window size by columns and lines. Changes to the config file will require restart. resolves #370 | |||
2017-02-03 | readme: Remove stray line | Daniel M. Capella | |
No longer needed thanks to #382. | |||
2017-02-03 | Alacritty now compiles on stable Rust :tada: | Joe Wilm | |
2017-01-29 | Add Arch Linux package install instructions | Daniel M. Capella | |
Includes minor touch ups. | |||
2017-01-28 | Fix section headers in README | Joe Wilm | |
Resolves #367 | |||
2017-01-26 | Add Slackware section to README.md | DerNorbert | |
2017-01-21 | Mention talk at Rust Meetup in README.md | lukaslueg | |
2017-01-18 | Mention our IRC channel in the README | Joe Wilm | |
2017-01-18 | Make it run on FreeBSD | johalun | |
2017-01-10 | Update README.md | lukaslueg | |
`cmake` is required everywhere in order to build `expat-sys` | |||
2017-01-09 | Merge pull request #255 from igravious/patch-1 | Joe Wilm | |
Update README.md | |||
2017-01-09 | Add another optional config path `$HOME/.alacritty.yml` | Alberto Corona | |
- Added note about the default file created if no path is found | |||
2017-01-09 | Support config path `$XDG_CONFIG/alacritty.yml` | Alberto Corona | |
- Update README to reflect changes | |||
2017-01-09 | Conform to XDG spec for configuration | Alberto Corona | |
- Use $XDG_CONFIG_HOME/alacritty/alacritty.yml for loading the configuration file falling back to $HOME/.config/alacritty/alacritty.yml - Closes #203 | |||
2017-01-09 | Update README.md | igravious | |
Tiny grammar fix. | |||
2017-01-07 | Update README.md | lukaslueg | |
Small fix for markdown parsing, github fudges this | |||
2017-01-07 | Update README.md | Tom Brown | |
2017-01-07 | Update README.md | lukaslueg | |
Useless use of cat | |||
2017-01-07 | Add instructions for VoidLInux in README.md | Norman | |
2017-01-07 | Change README.md to reflect the current compiler situation | Josh Leverette | |
2017-01-06 | Add tip for running in XWayland | Tom Wadley | |
2017-01-06 | Add blog post to README | Joe Wilm | |
2017-01-07 | Add installation instructions for openSUSE | Kristoffer Grönlund | |
2017-01-06 | Merge pull request #92 from amikhalev/add-desktop-entry | Joe Wilm | |
Added a freedesktop.org desktop entry and instructions for using it to README.md | |||
2017-01-06 | Reduced Desktop Entries heading size | Alex Mikhalev | |
2017-01-06 | Added Alacritty.desktop file and instructions to README.md | Alex Mikhalev | |
2017-01-06 | Add README instruction for Fedora | Ben Myles | |
2017-01-06 | Add README instruction for macOS config | Joe Wilm | |