Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Profani-tty has reborn | Daniel Santos | 2023-07-01 | 1 | -5/+5 |
| | |||||
* | Adapt to g_string_free glib 2.75.3 change | Michael Vetter | 2023-03-21 | 1 | -8/+4 |
| | | | | | | | | | | | | glib 2.75.3 changes warning behaviour of `g_string_free()`. See: * https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3219 * https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3226 Use this opportunity to replace the use of GString with `g_strdup_printf()` where possible. Otherwise correctly take the return value of `g_string_free()` which is nicer anyways. | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -42/+42 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -43/+43 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -43/+43 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 1 | -0/+446 |