Age | Commit message (Expand) | Author | Files | Lines |
2017-12-28 | status-notifier: properly handle the NULL case for items | lukefromdc | 1 | -2/+4 |
2017-12-27 | status-notifier: handle wrong-size icons called by path | lukefromdc | 1 | -0/+4 |
2017-12-27 | status-notifier: load icons specified by path | lukefromdc | 1 | -0/+4 |
2017-12-24 | status-notifier: fix failure to show icon for missing icon | lukefromdc | 1 | -1/+4 |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -2/+3 |
2017-11-09 | status-notifier: remove duplicate check found by cppcheck | lukefromdc | 1 | -2/+0 |
2017-10-16 | status-notifier: hide mate-polkit icon if passive | lukefromdc | 1 | -1/+7 |
2017-10-16 | Apply position fix on popup to GTK 3.20 and earlier | lukefromdc | 2 | -2/+8 |
2017-10-14 | GTK 3.22 status notifier: reposition menu when size changes | lukefromdc | 2 | -0/+4 |
2017-10-12 | GTK 3.22/status-notifer Fix menu position if size changed since last shown | lukefromdc | 1 | -0/+2 |
2017-08-22 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+11 |
2017-08-16 | Add a gsettings key to enable/disable SNI Support (#600) | Clement Lefebvre | 1 | -6/+13 |
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+2 |
2017-07-29 | don't use deprecated gtk_show_uri | lukefromdc | 1 | -2/+4 |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 3 | -11/+11 |
2017-07-08 | system tray: fix hidden icons on image/transparent color BG | lukefromdc | 1 | -1/+1 |
2017-05-29 | status notifier: follow same menu theme as rest of panel | lukefromdc | 1 | -0/+15 |
2017-05-08 | status-notifier: fix crash on unknown signal name | monsta | 1 | -1/+1 |
2017-04-15 | status-notifier: Do not hide passive items | Colomban Wendling | 1 | -3/+2 |
2017-04-06 | system-tray: Properly propagate orientation changes | Colomban Wendling | 1 | -1/+6 |
2017-04-06 | notification-area: Fix item orientation | Colomban Wendling | 1 | -4/+4 |
2017-03-30 | status-notifier: Fix handling of icon-padding style property | Colomban Wendling | 3 | -1/+60 |
2017-03-30 | status-notifier: Plug a memory leak | Colomban Wendling | 1 | -0/+1 |
2017-03-24 | status-notifier-watcher: Allow re-registration of registered items (#543) | Colomban Wendling | 1 | -0/+14 |
2017-03-13 | status-notifier: Plug a memory leakv1.18.0 | Colomban Wendling | 1 | -0/+1 |
2017-03-13 | notification area: Fix memory leak sorting items | Colomban Wendling | 1 | -0/+2 |
2017-01-30 | notification area: Fix system tray icons forced ordering | Colomban Wendling | 1 | -4/+4 |
2017-01-25 | status-notifier: Prefer not to scale theme icons | Colomban Wendling | 1 | -6/+42 |
2017-01-25 | status-notifier: prefer not to scale advertised pixmaps | Alexei Sorokin | 1 | -57/+25 |
2017-01-24 | status-notifier: Make SnFlatButton GPLv2+ | Colomban Wendling | 2 | -2/+2 |
2017-01-24 | status-notifier: Fix item icons transparency | Colomban Wendling | 1 | -0/+19 |
2017-01-23 | status-notifier: Shut GCC up | Colomban Wendling | 1 | -1/+3 |
2017-01-23 | status-notifier: avoid useless warnings about missing properties | Alberts Muktupāvels | 1 | -0/+6 |
2017-01-23 | status-notifier: Remove custom image menu item class | Colomban Wendling | 4 | -300/+32 |
2017-01-23 | status-notifier: Move GTK compatibility code inline | Colomban Wendling | 6 | -173/+69 |
2017-01-23 | status-notifier: Simplify compatibility code for GTK 3.20 | Colomban Wendling | 4 | -64/+10 |
2017-01-23 | system-tray: Restrict the ordering hack to the system-tray module | Colomban Wendling | 2 | -41/+35 |
2017-01-23 | status-notifier: Don't add extra padding around the icons | Colomban Wendling | 1 | -7/+1 |
2017-01-23 | status-notifier: Fix elements display on GTK < 3.20 | Colomban Wendling | 5 | -3/+241 |
2017-01-23 | Add compatibility for GTK 3.14 | Colomban Wendling | 8 | -0/+233 |
2017-01-23 | Lower GLib dependency | Colomban Wendling | 10 | -37/+121 |
2017-01-23 | Add StatusNotifier support to the Notification Area applet | Colomban Wendling | 44 | -367/+5946 |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 9 | -461/+2 |
2016-11-21 | check for stable release of GTK+3, not for development one | monsta | 1 | -3/+3 |
2016-07-28 | na: : use GtkAbout and update copyright | raveit65 | 1 | -4/+3 |
2016-06-29 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 2 | -10/+8 |
2016-05-30 | na-try-child: add missing include for GTK_Version_Check | raveit65 | 1 | -0/+1 |
2016-04-06 | Revert "add new languages and sync with transiflex" | raveit65 | 1 | -194/+35 |
2016-04-06 | add new languages and sync with transiflex | raveit65 | 1 | -35/+194 |
2016-02-12 | GTK+3 na-tray-child: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -0/+2 |