about summary refs log tree commit diff stats
path: root/src/ui/tray.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-8/+8
|
* Revert "Apply coding style"Michael Vetter2020-07-071-11/+11
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-11/+11
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Define POSIX macro to have strdupMichael Vetter2020-06-121-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 modelineMichael Vetter2019-11-131-0/+1
|
* Put ifdef around tray.h functionsMichael Vetter2019-10-291-0/+6
| | | | Only define in case we built with GTK support.
* Remove not neede gtk_init() in tray.cMichael Vetter2019-10-291-1/+0
| | | | gtk_init_check() already has that functionality.
* Remove commentsMichael Vetter2019-10-291-6/+0
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Fix implicit declaration of function freeDmitry Podgorny2016-09-021-0/+1
|
* Free icon dir path nameJames Booth2016-07-251-0/+1
|
* Move all filepath handling to files.cJames Booth2016-07-241-4/+2
|
* Move xgd functionsJames Booth2016-07-241-1/+1
|
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Tidy headersJames Booth2016-07-241-2/+2
|
* Moved tray.cJames Booth2016-07-241-0/+225