summaryrefslogtreecommitdiff
path: root/modules/gtk
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
|
* Merge pull request #83 from czarkoff/masterAlfred E. Heggestad2015-10-18
|\ | | | | build infrastructure: get rid of " = `pkg-config ...`" idiom
| * build infrastructure: get rid of " = `pkg-config ...`" idiomDmitrij D. Czarkoff2015-10-16
| |
* | gtk: fix use-after-free (patch from Charles Lehner)Alfred E. Heggestad2015-10-17
|/
* Revert "gtk: don't run pkg-config on every operation"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 788de5afe6feea1f4b773ed87302117ac0dc03d7.
* gtk: don't run pkg-config on every operationDmitrij D. Czarkoff2015-10-09
|
* 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
|
* convert some module to use the new MOD_ prefix for CFLAGSAlfred E. Heggestad2015-08-01
|
* 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: minor cleanups and formattingAlfred E. Heggestad2015-07-07
|
* gtk: add command for activating the popup menuCharles Lehner2015-07-05
|
* Add gtk moduleCharles Lehner2015-07-05