Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-18 | Support building against Ayatana Indicators and Ubuntu Indicators alike. (#24) | Mike Gabriel | 2 | -16/+74 | |
* 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-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-03 | add our copyright to About dialog | monsta | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-indicator-applet/issues/9 | |||||
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -118/+2 | |
and require mate-panel >= 1.17 | |||||
2016-06-20 | GTK+3: add support for new style indicators | monsta | 1 | -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-19 | build: make check for indicator lib a separate check | monsta | 1 | -3/+9 | |
2016-06-09 | GTK+3: allow indicators to receive mouse scroll event | monsta | 1 | -0/+5 | |
will be handy for changing volume in indicator-sound with mouse scroll | |||||
2016-06-08 | move indicator loading/setup code into separate function | monsta | 1 | -17/+22 | |
2016-06-08 | move module loading code into separate function | monsta | 1 | -29/+38 | |
2016-06-08 | eggaccelerators: remove unused function | monsta | 2 | -132/+0 | |
2016-01-21 | [GTK+3] fix deprecated usage of GtkHBox and GtkVBox | monsta | 1 | -2/+10 | |
2015-11-25 | allow volume change with mouse scroll over sound indicator's icon | patrickalbie | 1 | -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-31 | removed trailing spaces | monsta | 3 | -87/+87 | |
2015-08-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -13/+9 | |
2015-01-22 | drop indicator-0.3 support | Monsta | 1 | -9/+3 | |
Closes https://github.com/mate-desktop/mate-indicator-applet/issues/10 Closes https://github.com/mate-desktop/mate-indicator-applet/pull/11 | |||||
2014-06-25 | Add GTK3 support | Stefano Karapetsas | 1 | -3/+31 | |
2014-06-25 | Rename binaries to not conflict with indicator-applet | Stefano Karapetsas | 1 | -15/+18 | |
2014-02-10 | Remove autogenerated files | infirit | 9 | -10879/+0 | |
2013-12-21 | make the hotkey support work again for GTK2 | Elias Aebi | 1 | -0/+8 | |
2013-12-14 | replace deprecated header includes and deprecated symbols | Elias Aebi | 3 | -5/+8 | |
2013-12-08 | make it build with GSEAL_ENABLE | Elias Aebi | 1 | -10/+4 | |
2013-12-08 | fix the indicator order | Elias Aebi | 1 | -2/+2 | |
2012-12-05 | only glib.h can be included directly | Stefano Karapetsas | 1 | -1/+1 | |
2012-05-11 | Dropped support for the session applet. | Steve Zesch | 5 | -3689/+0 | |
2011-12-24 | fixed build in debian | Stefano Karapetsas | 1 | -8/+16 | |
2011-12-24 | fix icon name for mate | Stefano Karapetsas | 1 | -3/+3 | |
2011-12-23 | some fixes for MATE | Stefano Karapetsas | 1 | -1/+1 | |
2011-12-23 | remove autogenerated files, add autogen.sh | Stefano Karapetsas | 2 | -1794/+0 | |
2011-12-23 | import from Mate-Extra repository | Stefano Karapetsas | 20 | -0/+18509 | |