about summary refs log tree commit diff stats
path: root/src/tray.c
Commit message (Collapse)AuthorAgeFilesLines
* Add /tray timer <seconds>James Booth2016-05-151-1/+10
| | | | closes #787
* Add /tray read on|off commandJames Booth2016-05-151-2/+15
| | | | issue #786
* Show correct tray icon immediately on enableJames Booth2016-04-181-1/+3
|
* Load/destroy tray icons on init/shutdownJames Booth2016-04-181-8/+8
|
* Moved gtk specific code to tray.cJames Booth2016-04-181-0/+35
|
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-20/+23
| | | | | | Conflicts: Makefile.am install-all.sh
* Use log facilities instead of printing on the stderrDavid2016-04-101-1/+2
|
* Re-introduce gtk_use booleanDavid2016-04-101-1/+1
| | | | | | | | This param is still actual, in case the environemnt does not support gtk initialization. Fix a GTK assert on the way (GTKStatusIcon is not a Widget, but a plain GObject).
* libgtk is now optionalDavid2016-03-301-1/+5
| | | | Having the lib is no more needed.
* typoDavid2016-03-131-1/+1
|
* fix possible free(NULL)David2016-03-131-2/+6
|
* fixing leakingsDavid2016-03-121-4/+27
|
* read icons from local dirDavid2016-03-101-17/+38
| | | | | if desired, icons could be put in the .config dir. In this case, these icons will be read, instead of the other ones.
* Fix icons when installed in share... it is working now!David2016-03-091-6/+17
|
* Use a folder to add iconsDavid2016-03-071-5/+23
| | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder.
* Introduce Tray Icon for ProfanityDavid2016-03-061-0/+81
Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages.