Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-15 | status-notifier: Do not hide passive items | Colomban Wendling | 1 | -3/+2 | |
Although the specification states that most hosts will hide those, several items report them as Passive all the time and thus never show up. So for now, just show everything. Fixes #537. | |||||
2017-04-11 | update copyright year to 2017 | monsta | 6 | -6/+6 | |
2017-04-06 | system-tray: Properly propagate orientation changes | Colomban Wendling | 1 | -1/+6 | |
This fixes menu positioning on some system tray items when the panel orientation changed since it was initially started. | |||||
2017-04-06 | notification-area: Fix item orientation | Colomban Wendling | 1 | -4/+4 | |
Properly forward orientation to the items. This especially fixes SNI items height in vertical panels, but affects several other details on SNI items. | |||||
2017-03-31 | workspace switcher: handle GDK_SCROLL_SMOOTH and fix build warning | monsta | 1 | -3/+5 | |
2017-03-30 | Reenable workspace switcher wrapping | Moritz Bruder | 1 | -0/+110 | |
These changes have been accidentally removed. The previously used handler has been added to the code again, which connects to the scroll event of the WnckPager widget. | |||||
2017-03-30 | status-notifier: Fix handling of icon-padding style property | Colomban Wendling | 3 | -1/+60 | |
It should only affect the space between items, not all around, and that padding should be part of the item itself, not be outside of it. | |||||
2017-03-30 | status-notifier: Plug a memory leak | Colomban Wendling | 1 | -0/+1 | |
2017-03-28 | remove deprecated sys/timeb.h header, as nothing uses it | Robert Nagy | 1 | -1/+0 | |
2017-03-24 | status-notifier-watcher: Allow re-registration of registered items (#543) | Colomban Wendling | 1 | -0/+14 | |
The SNI specification doesn't explicitly state what should happen when trying to register again an already registered item, so it would seem only logical to forbid it. Unfortunately, libappindicator tries re-registering pretty often, and even falls back to System Tray if it fails. So in practice we need to be forgiving and pretend it's OK, or we get a duplicate System Tray item for this one. Fixes #539. | |||||
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 | |
The order was reversed when porting from the previous sorting method. Part of #521. | |||||
2017-01-30 | window-list: add GTK 3.20 version check to css forcing zero padding | lukefromdc | 1 | -3/+4 | |
This version check added to version 1.16 backport, let's use it in master too | |||||
2017-01-30 | clock: fix remaining deprecation for GTK+ >= 3.20 | monsta | 1 | -0/+8 | |
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 | |
It never was intended to be v3+ while upstream is v2+, so fix it. | |||||
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 | |
It's only there because GtkImageMenuItem is deprecated, it doesn't offer any original features. | |||||
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 | |
Also, that part was quite fragile. | |||||
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 | |
It makes them look a little blurry at the "proper" sizes (32, 48, etc.) where the system-tray ones are perfect. Without the padding, they get blurry at the same sizes system-tray ones do, not making the situation worse. | |||||
2017-01-23 | status-notifier: Fix elements display on GTK < 3.20 | Colomban Wendling | 5 | -3/+241 | |
On GTK 3.20 onwards, themes are expected to use CSS names rather than widget class names, and apparently CSS names are not inherited. So, a derived widget altering its CSS name won't be styled as its parent classes. Thus, SnItem setting the CSS name "sn-item" avoids being styled as a "button". But on older GTK versions, the widget class being used makes this change ineffective. Fix that by introducing a custom derived button that doesn't draw the unwanted parts. | |||||
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 | |
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet. | |||||
2017-01-10 | window-list.c: Fix indent | lukefromdc | 1 | -14/+14 | |
2017-01-09 | GTK 3.20/3.22: fix warnings from show-desktop button | lukefromdc | 1 | -4/+14 | |
Force zero padding, margin, border to stop underallocation warnings. *Note: few themes deliberately use a border here, some (notably Adwaita) inherit it from generic buttons | |||||
2017-01-09 | GTK 3.20/22: fix warnings from tasklist buttons | lukefromdc | 1 | -0/+15 | |
Force padding and margins to zero. Borders don't seem to throw warnings here | |||||
2017-01-09 | Remove unused variable | lukefromdc | 1 | -1/+0 | |
2017-01-09 | GTK 3.20/22 Clock button: force zero padding and margin | lukefromdc | 1 | -2/+23 | |
Stops negative allocation warnings unless theme sets a border | |||||
2017-01-09 | Clock: remove non-working signal, fix warning | lukefromdc | 1 | -1/+6 | |
Comment out size-request signal for label, this no longer works if it ever did. Then comment out function this leaves unused. | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 21 | -1392/+3 | |
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it. | |||||
2016-11-21 | check for stable release of GTK+3, not for development one | monsta | 4 | -14/+14 | |
2016-11-21 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-11-09 | clock: fix indent somewhat | monsta | 5 | -1699/+1699 | |
2016-11-08 | clock: remove unused #include | monsta | 1 | -1/+0 | |
2016-10-21 | clock: update tooltip only when new text is different | Błażej Szczygieł | 1 | -9/+16 | |
This can prevent problems with OpenGL on some drivers (see #397) | |||||
2016-10-20 | GTK+-3 Calendar Window: force minimum size | lukefromdc | 1 | -0/+3 | |
Force minimum width for calendar window to stop jumping (on locations open/close) in themes that don't enlarge calendar from the rather small default. Set the minimum height smaller than any theme would set it as it otherwise just puts blank space under the last row rather than spacing out the numbers. Apparently GTK2 behaves differently here. Note that the GTK3 only selectors will have to come back out for the dev-gtk3-migration branch | |||||
2016-09-29 | clock-applet: mark current day | Sami Farin | 1 | -6/+37 | |
2016-07-31 | clock: remove useless duplication | kajzer | 1 | -2/+0 | |
2016-07-28 | clock: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | window-list: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | show-desktop: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | workspace-switcher: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | window-menu applet: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |