Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge g_return from src/ | Michael Catanzaro | 2017-09-13 | 1 | -2/+2 |
| | |||||
* | Move all UI files under src/resources/gtk | Michael Catanzaro | 2017-01-16 | 1 | -1/+1 |
| | |||||
* | Relicense to GPLv3+ | Michael Catanzaro | 2016-10-07 | 1 | -7/+7 |
| | | | | | | | | To use GMP. Because a few GPLv3+ files had already snuck in by mistake. And because http://www.gnu.org/licenses/rms-why-gplv3.html | ||||
* | Standardize modelines | Michael Catanzaro | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | Uncrustify | Michael Catanzaro | 2016-03-29 | 1 | -61/+57 |
| | | | | | | | | | | | | | | For a better future. Apologies when your 'git blame' resolves to this. I'm actually really impressed how well uncrustify works. This required only a little one-time manual work to avoid extra space in 'else {'. This breaks function prototype alignment, but we should get rid of most of those anyway. We decided to start aligning function parameters, like other GNOME applications. It looks nicer this way, and I couldn't teach uncrustify the previous Epiphany style. | ||||
* | EphyEncodingDialog: Rework. | Arnaud Bonatti | 2015-12-10 | 1 | -0/+153 |
https://bugzilla.gnome.org/show_bug.cgi?id=759164 |