Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add /tray timer <seconds> | James Booth | 2016-05-15 | 1 | -1/+10 |
| | | | | closes #787 | ||||
* | Add /tray read on|off command | James Booth | 2016-05-15 | 1 | -2/+15 |
| | | | | issue #786 | ||||
* | Show correct tray icon immediately on enable | James Booth | 2016-04-18 | 1 | -1/+3 |
| | |||||
* | Load/destroy tray icons on init/shutdown | James Booth | 2016-04-18 | 1 | -8/+8 |
| | |||||
* | Moved gtk specific code to tray.c | James Booth | 2016-04-18 | 1 | -0/+35 |
| | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 1 | -20/+23 |
| | | | | | | Conflicts: Makefile.am install-all.sh | ||||
* | Use log facilities instead of printing on the stderr | David | 2016-04-10 | 1 | -1/+2 |
| | |||||
* | Re-introduce gtk_use boolean | David | 2016-04-10 | 1 | -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 optional | David | 2016-03-30 | 1 | -1/+5 |
| | | | | Having the lib is no more needed. | ||||
* | typo | David | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | fix possible free(NULL) | David | 2016-03-13 | 1 | -2/+6 |
| | |||||
* | fixing leakings | David | 2016-03-12 | 1 | -4/+27 |
| | |||||
* | read icons from local dir | David | 2016-03-10 | 1 | -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! | David | 2016-03-09 | 1 | -6/+17 |
| | |||||
* | Use a folder to add icons | David | 2016-03-07 | 1 | -5/+23 |
| | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder. | ||||
* | Introduce Tray Icon for Profanity | David | 2016-03-06 | 1 | -0/+81 |
Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. |