Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -8/+8 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -11/+11 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -11/+11 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 1 | -2/+4 |
| | | | | | | | | | | | | | | https://github.com/profanity-im/profanity/commit/98c38dc6d6d29333c63f80327774f094610d8602 sets C99 as standard. strdup() is not part of C99. For now set `-D_POSIX_C_SOURCE=200809L` macro to have strdup() in C99. Using `gnu99` instead would be another option. We should take more care to use glib functions whenever possible. Regards https://github.com/profanity-im/profanity/issues/1357 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Put ifdef around tray.h functions | Michael Vetter | 2019-10-29 | 1 | -0/+6 |
| | | | | Only define in case we built with GTK support. | ||||
* | Remove not neede gtk_init() in tray.c | Michael Vetter | 2019-10-29 | 1 | -1/+0 |
| | | | | gtk_init_check() already has that functionality. | ||||
* | Remove comments | Michael Vetter | 2019-10-29 | 1 | -6/+0 |
| | |||||
* | 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 |
| | |||||
* | Fix implicit declaration of function free | Dmitry Podgorny | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | Free icon dir path name | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -4/+2 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Moved tray.c | James Booth | 2016-07-24 | 1 | -0/+225 |