Age | Commit message (Expand) | Author | Files | Lines |
2020-12-08 | window-list: Render thumbnails as cairo surfaces | Victor Kareh | 1 | -30/+51 |
2020-12-05 | fish: Do not to include the math.h library to get the PI value | rbuj | 1 | -4/+3 |
2020-11-20 | wncklet: function declaration isn't a prototype | rbuj | 1 | -3/+2 |
2020-11-18 | configure: remove warning about option 'subdir-objects' is disabled | rbuj | 1 | -0/+2 |
2020-10-21 | Show label about options not available on Wayland | William Wold | 2 | -2/+22 |
2020-10-21 | Disable controls not applicable to Wayland | William Wold | 2 | -4/+29 |
2020-10-21 | Set minimized windows control sensitivity with the parent box | William Wold | 2 | -6/+4 |
2020-10-21 | Suppress applet's default context menu for window buttons | William Wold | 1 | -0/+21 |
2020-10-21 | Switch to C-style comments as requested | William Wold | 7 | -53/+53 |
2020-10-21 | Fix workspace switcher on X11 | William Wold | 1 | -6/+2 |
2020-10-21 | Fix showdesktop applet on X11 | William Wold | 1 | -9/+7 |
2020-10-21 | Link with libwayland | William Wold | 1 | -8/+9 |
2020-10-21 | Link wncklet with libwayland-client (why did this ever work?) | William Wold | 1 | -0/+5 |
2020-10-21 | Don't crash if shell doesn't support foreign toplevel | William Wold | 1 | -0/+1 |
2020-10-21 | Window list Wayland support | William Wold | 5 | -3/+431 |
2020-10-21 | Add foreign toplevel management protocol and generated code | William Wold | 4 | -0/+977 |
2020-10-21 | Wncklet applets: don't crash on Wayland | William Wold | 7 | -152/+398 |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 9 | -50/+32 |
2020-09-03 | wncklet: Check the length of the pixel data for empty thumbnails | rbuj | 1 | -3/+1 |
2020-08-05 | wncklet: Hide window preview on non-visible windows | Victor Kareh | 1 | -0/+5 |
2020-08-05 | clock-face: Use gdk_pixbuf_new_from_resource_at_scale | rbuj | 3 | -60/+2 |
2020-08-01 | clock: assignment to 'GSList *' from incompatible pointer type 'GList *' | rbuj | 1 | -2/+2 |
2020-08-01 | clock: Use single-linked lists for locations | rbuj | 5 | -45/+45 |
2020-08-01 | clock: sort locations by time reverse and name | rbuj | 1 | -1/+17 |
2020-08-01 | clock: merge sorting and reversing node list of selected locations | rbuj | 1 | -2/+7 |
2020-07-29 | clock: Fix GError double free | Tomas Bzatek | 4 | -6/+1 |
2020-07-29 | clock: Properly free rsvg handles | Tomas Bzatek | 1 | -1/+3 |
2020-07-29 | wncklet: Fix leaking cairo_t | Tomas Bzatek | 1 | -0/+1 |
2020-07-29 | workspace-switcher: Fix leaking color string | Tomas Bzatek | 1 | -3/+7 |
2020-07-29 | clock: Fix leaking GtkListStore | Tomas Bzatek | 1 | -4/+4 |
2020-07-29 | clock: Fix list iteration | Tomas Bzatek | 1 | -11/+12 |
2020-07-29 | clock: Fix leaking cairo surface | Tomas Bzatek | 1 | -0/+1 |
2020-07-08 | clock: Simplify notebook scroll-event callback | rbuj | 1 | -40/+35 |
2020-07-05 | build: Add built sources to CLEANFILES target | rbuj | 2 | -1/+5 |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 7 | -13/+15 |
2020-07-05 | Use '#include <config.h>' instead of '#include "config.h"' | rbuj | 14 | -14/+14 |
2020-05-25 | Fix some cast-function-type warnings introduced in GCC 8 | rbuj | 4 | -4/+11 |
2020-05-24 | preferences dialog: change show thumbnails radio to check button and bind its... | Konstantin Unruh | 2 | -72/+22 |
2020-03-02 | Do not collect the translation for Icon | rbuj | 4 | -4/+4 |
2020-01-12 | Update copyright to 2020 | raveit65 | 7 | -7/+7 |
2019-12-13 | Clock applet: Fix string comparison | Clement Lefebvre | 1 | -2/+5 |
2019-12-13 | clock applet: add a call to ATK to provide the current displayed time | Jonathan Michalon | 1 | -2/+7 |
2019-12-04 | status-notifier: Render menu items as cairo surface | Victor Kareh | 1 | -2/+8 |
2019-12-04 | status-notifier: Render icons as cairo surface | Victor Kareh | 1 | -18/+30 |
2019-11-21 | na-tray: increase min_icon_size value | raveit65 | 1 | -1/+1 |
2019-11-15 | fix mate-panel can not find mo file | Wu Xiaotian | 3 | -3/+3 |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 8 | -47/+54 |
2019-10-09 | fish: Use a higher resolution image for Wanda the Fish | Victor Kareh | 1 | -0/+0 |
2019-10-09 | Fetch clock formats using LC_TIME (as opposed to LANGUAGE) | Clement Lefebvre | 1 | -0/+17 |
2019-09-27 | sn-item: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -15/+12 |