summaryrefslogtreecommitdiff
path: root/src/applet-main.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12Update copyright to 2020raveit651-1/+1
2019-06-13Change url projet's websiteLaurent Napias1-1/+1
2019-05-14Resize indicator icons to fit panelVictor Kareh1-9/+39
This fixes two issues: * Some indicators have icons that are not the correct size (e.g. scalable 256px) and so they clip on the panel and look ugly. * When resizing the panel, indicators stay the same size. This updates the indicator icons so that they resize along with the panel.
2019-02-20Make translatable the copyright in about dialogrbuj1-1/+2
2018-01-18Support building against Ayatana Indicators and Ubuntu Indicators alike. (#24)Mike Gabriel1-16/+61
* If only Ayatana Indicators are present in the build env, build against them. * If only Ubuntu Indicators are present in the build env, build against them. * If both Indicator implementations are present in the build env, then we build against Ayatana Indicators. A build against this or that implementation can be enforced by configure options (--with-ayatana-indicators=yes or --with-ubuntu-indicators=yes). * If either implementation is present, but the other -with-*-indicator configure option is given, an error is thrown at configure time. * No Indicator implementation present in the build env, of course, also throws an error at configure time.
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-03add our copyright to About dialogmonsta1-1/+1
fixes https://github.com/mate-desktop/mate-indicator-applet/issues/9
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-118/+2
and require mate-panel >= 1.17
2016-06-20GTK+3: add support for new style indicatorsmonsta1-3/+88
they don't have .so files anymore, only the service binary, and they're loaded from /usr/share/unity/indicators they're supported only with libindicator3 >= 12.10 also this adds build-dep on libido (hmm, what Freud would say?)
2016-06-09GTK+3: allow indicators to receive mouse scroll eventmonsta1-0/+5
will be handy for changing volume in indicator-sound with mouse scroll
2016-06-08move indicator loading/setup code into separate functionmonsta1-17/+22
2016-06-08move module loading code into separate functionmonsta1-29/+38
2016-01-21[GTK+3] fix deprecated usage of GtkHBox and GtkVBoxmonsta1-2/+10
2015-11-25allow volume change with mouse scroll over sound indicator's iconpatrickalbie1-0/+1
closes https://github.com/mate-desktop/mate-indicator-applet/issues/15 closes https://github.com/mate-desktop/mate-indicator-applet/pull/16
2015-08-31removed trailing spacesmonsta1-14/+14
2014-06-25Add GTK3 supportStefano Karapetsas1-3/+31
2013-12-21make the hotkey support work again for GTK2Elias Aebi1-0/+8
2013-12-08make it build with GSEAL_ENABLEElias Aebi1-10/+4
2013-12-08fix the indicator orderElias Aebi1-2/+2
2012-05-11Dropped support for the session applet.Steve Zesch1-40/+0
2011-12-24fix icon name for mateStefano Karapetsas1-3/+3
2011-12-23some fixes for MATEStefano Karapetsas1-1/+1
2011-12-23import from Mate-Extra repositoryStefano Karapetsas1-0/+1002