summaryrefslogtreecommitdiff
path: root/modules/gtk/gtk_mod.c
Commit message (Collapse)AuthorAge
* Merge pull request #108 from clehner/notifyfixAlfred E. Heggestad2016-01-20
|\ | | | | Fix notification-related things
| * gtk: always handle incoming callsCharles Lehner2016-01-19
| | | | | | | | | | Even if notification support is not built in, incoming calls should get added to the app menu so the user can answer them
| * gtk: remove duplicate notification declaration. Fix #107Charles Lehner2016-01-19
| | | | | | | | Allow using USE_LIBNOTIFY even when GLib >= 2.40 is available
* | gtk: make module ANSI C compliantDmitrij D. Czarkoff2016-01-14
|/
* gtk: fix build warningAlfred E. Heggestad2015-12-04
| | | | | | | CC [M] build-x86_64/modules/gtk/gtk_mod.o modules/gtk/gtk_mod.c: In function ‘notify_incoming_call’: modules/gtk/gtk_mod.c:340:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
* gtk: cleanup some formattingAlfred E. Heggestad2015-11-29
|
* gtk: fix warnings for Debian 7.8Alfred E. Heggestad2015-09-20
|
* gtk: fix warningsAlfred E. Heggestad2015-09-20
|
* gtk: clean up more things on module unloadCharles Lehner2015-09-20
|
* Add submenu per incoming callCharles Lehner2015-09-20
| | | | Allows answering calls without GNotification/Libnotify
* Use libnotify for notifications in glib < 2.40 (#65)Charles Lehner2015-09-20
|
* gtk: initialize GtkCheckMenuItemAlfred E. Heggestad2015-08-08
|
* gtk: use GLIB_CHECK_VERSIONAlfred E. Heggestad2015-07-18
|
* gtk: check for macro (fixes #53)Alfred E. Heggestad2015-07-18
|
* gtk: avoid shadowing global declarationCharles Lehner2015-07-18
|
* gtk: support glib <2.4.2Charles Lehner2015-07-18
|
* gtk: add command for activating the popup menuCharles Lehner2015-07-05
|
* Add gtk moduleCharles Lehner2015-07-05