Age | Commit message (Expand) | Author | Files | Lines |
2019-01-17 | clock: set horizontal padding for clock-button | raveit65 | 1 | -2/+2 |
2019-01-07 | Store fish surface size to enable rendering without backend specific code | William Wold | 1 | -2/+11 |
2019-01-07 | Remove unused screen variable in fish applet | William Wold | 1 | -3/+0 |
2019-01-07 | Remove X specific functions from fish applet | William Wold | 1 | -11/+9 |
2019-01-03 | Clock: Fix weather icon size selection for panel height | lukefromdc | 1 | -2/+29 |
2019-01-03 | Clock: ensure weather icon resizes with panel | lukefromdc | 1 | -4/+37 |
2018-12-30 | Tray: Fix too-wide icon spacing after mate-polkit has been used w sni | lukefromdc | 1 | -0/+5 |
2018-12-29 | clock: force no button vertical padding and margin | raveit65 | 1 | -5/+7 |
2018-12-12 | clock.c: Force negative margin, not passing on clockbutton | lukefromdc | 1 | -5/+6 |
2018-11-14 | Migrate mate-panel from dbus-glib to gdbus | yetist | 1 | -98/+90 |
2018-11-05 | notification-area-preferences-dialog.ui: avoid GtkButton:use-stock | Pablo Barciela | 1 | -3/+9 |
2018-10-20 | na-tray: add preferences dialog and applet menu entry | Fabien Broquard | 5 | -0/+262 |
2018-10-20 | na-tray: wide panels, add GSettings to the applet | Fabien Broquard | 4 | -2/+49 |
2018-10-20 | na-tray: wide panels, convert main GtkBox display to GtkGrid | Fabien Broquard | 2 | -56/+135 |
2018-10-20 | na-tray: wide panels, preliminary batch box to grid rename | Fabien Broquard | 5 | -91/+78 |
2018-08-07 | Change GTK_CHECK_VERSION to match next gtk+ release | raveit65 | 2 | -5/+5 |
2018-07-27 | applets: Guard against GTK scale-factor fixes on GtkSocket | Victor Kareh | 2 | -6/+6 |
2018-07-26 | window-list: Skip setting size hints until WnckTasklist has items to show. | Victor Kareh | 1 | -1/+28 |
2018-07-25 | applets: Fix runtime error messages | Victor Kareh | 2 | -5/+9 |
2018-07-12 | fish: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -5/+0 |
2018-07-06 | Tray: simplify force-redraw, use code that actually works | lukefromdc | 1 | -42/+5 |
2018-07-01 | GTK 3.23: don't cut tray icons too narrow in HiDPI mode | lukefromdc | 1 | -0/+4 |
2018-07-01 | na-tray-child: remove na_tray_child_size_allocate | lukefromdc | 1 | -46/+0 |
2018-06-29 | na-tray-child: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -10/+18 |
2018-06-06 | workspace-switcher: provide themed fallback color | Victor Kareh | 1 | -11/+22 |
2018-05-12 | Convert launcher icons to cairo surfaces | Victor Kareh | 3 | -33/+63 |
2018-04-28 | clock: fix weird thing in comments | monsta | 1 | -2/+2 |
2018-04-28 | clock: fix actual copy/paste error which caused use-after-free | monsta | 1 | -2/+2 |
2018-04-28 | clock: fix use-after-free | monsta | 1 | -1/+1 |
2018-04-28 | fish: Install fish animations in fish-specific directory | Vincent Untz | 1 | -1/+1 |
2018-04-26 | na-tray: Convert to GResource | raveit65 | 4 | -9/+29 |
2018-04-26 | wncklet: Convert to GResource | Vincent Untz | 7 | -52/+47 |
2018-04-26 | clock: Use new GdkPixbuf API to load resources | Vincent Untz | 1 | -18/+5 |
2018-04-26 | clock: Convert to GResource | Vincent Untz | 10 | -55/+96 |
2018-04-26 | fish: Convert to GResource | Vincent Untz | 3 | -23/+30 |
2018-04-15 | fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id | Pablo Barciela | 1 | -6/+30 |
2018-04-14 | window-list.ui: avoid GtkVBox and GtkButton:use-stock | Pablo Barciela | 1 | -54/+97 |
2018-04-14 | workspace-switcher.ui: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -7/+19 |
2018-04-12 | fish.ui: avoid deprecated: | Pablo Barciela | 1 | -97/+160 |
2018-04-11 | clock.ui: avoid deprecated: | Pablo Barciela | 1 | -476/+570 |
2018-03-25 | workspace-switcher: support i3 WM | raveit65 | 1 | -0/+23 |
2018-03-22 | workspace-switcher: support metacity WM | raveit65 | 1 | -0/+15 |
2018-03-21 | Apply fix for workspace-switcher by vkareh | lukefromdc | 1 | -1/+1 |
2018-03-21 | Fix rendering of out-of-process window list with hidpi | lukefromdc | 1 | -2/+2 |
2018-03-20 | hidpi: fix tray icon spacing with window-scaling > 1 | lukefromdc | 2 | -1/+12 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 14 | -271/+10 |
2018-01-31 | remove unneeded nested GTK_CHECK_VERSION block | monsta | 1 | -11/+0 |
2018-01-31 | fix indent a bit | monsta | 1 | -1/+1 |
2018-01-30 | workspace-switcher: restore border width and spacing in prefs dialog | monsta | 1 | -1/+2 |
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 7 | -22/+22 |