| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 4 days | applet: force menubar background to transparentfix-menubar-background | Victor Kareh | 1 | -0/+13 | |
| The GtkMenuBar used by the indicator applet picks up opaque background styling from GTK themes via the .menubar CSS class, causing it to not follow the panel's background color or transparency. This was previously worked around in mate-themes, but third-party themes still had the issue. Add a GtkCssProvider to reset the menubar background to transparent, using the same pattern as other mate-panel applets (clock, window-list, workspace-switcher). Fixes #17 | |||||
| 2026-05-04 | Fix GList memory leak in entry_resizedHEADmaster | Kenny Daniel | 1 | -0/+2 | |
| indicator_object_get_entries() returns a newly-allocated GList that must be freed by the caller. entry_resized() was missing the g_list_free() call, leaking GList nodes on every panel change-size signal. The other callers of indicator_object_get_entries() in this file (menu_show at line 589, load_indicator at line 657) correctly free the returned list. | |||||
| 2021-11-20 | applet-main.c: Support mouse middle-click. | Martin Wimpress | 1 | -0/+40 | |
| Close #42 Emit signal "secondary-activate" on middle mouse click. | |||||
| 2021-11-20 | eggaccelerators: use a blank line at most | rbuj | 1 | -1/+0 | |
| 2021-01-28 | applet-main: Replace GtkStock icon | rbuj | 1 | -1/+1 | |
| 2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
| 2020-06-26 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
| 2020-04-15 | applet-main: declaration of ‘entry’ shadows a parameter | rbuj | 1 | -3/+3 | |
| 2020-04-15 | applet-main: remove unreachable-code warning reported by scan-build | rbuj | 1 | -2/+0 | |
| 2020-04-09 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 1 | -3/+6 | |
| default WARN_CFLAGS level is [yes] | |||||
| 2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
| 2019-07-04 | Remove trailing whitespaces | Laurent Napias | 2 | -6/+6 | |
| 2019-06-13 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
| 2019-05-14 | Resize indicator icons to fit panel | Victor Kareh | 1 | -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-20 | Make translatable the copyright in about dialog | rbuj | 1 | -1/+2 | |
| 2019-02-07 | tomboykeybinder: avoid 'gdk_error_trap_push/pop' and 'gdk_flush' | Pablo Barciela | 1 | -4/+5 | |
| 2018-07-14 | tomboykeybinder: avoid deprecated 'gdk_keymap_get_default' | Pablo Barciela | 1 | -3/+3 | |
| 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 | |
