Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-01-22 | bump minimum required libwnck version to 3.4.6 | monsta | 1 | -6/+1 |
2018-01-22 | status-notifier: don't crash if tooltip has wrong type | monsta | 1 | -0/+8 |
2018-01-22 | status-notifier: don't crash if menu layout has wrong type | monsta | 1 | -0/+9 |
2018-01-21 | Fix rendering of radio buttons in status notifier | lukefromdc | 1 | -1/+5 |
2018-01-13 | Update workspace switcher properties dialog | Moritz Bruder | 1 | -91/+127 |
2018-01-09 | update copyright year to 2018 | monsta | 7 | -7/+7 |
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 | 3 | -7/+8 |
2017-11-14 | wncklet: disconnect signals by data on destroy | monsta | 2 | -27/+4 |
2017-11-14 | clock: disconnect one more signal handler on destroy | monsta | 1 | -0/+3 |
2017-11-09 | Clock: don't check variables that can never be < 0 for < 0 | lukefromdc | 2 | -6/+6 |
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 |