Age | Commit message (Expand) | Author | Files | Lines |
2021-10-19 | sn-dbus-menu-item: fix include guard | rbuj | 1 | -1/+1 |
2021-09-02 | fix show window thumbnails check button | mbkma | 2 | -15/+14 |
2021-09-02 | Revert "window-list.c: use g_settings_* functions directly instead of using s... | mbkma | 1 | -104/+355 |
2021-07-28 | Fix clock applet add location crash | zhuyaliang | 2 | -3/+3 |
2021-06-10 | workspace-switcher: support xmonad WM | mu | 1 | -1/+19 |
2021-05-09 | window-list.c: use g_settings_* functions directly instead of using stored va... | mbkma | 1 | -355/+104 |
2021-05-09 | window-list.ui: use GtkNotebook | mbkma | 1 | -317/+307 |
2021-04-05 | Add window list disable mouse scrolling function | zhuyaliang | 3 | -0/+93 |
2021-02-22 | notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface descri... | rbuj | 1 | -1/+9 |
2021-02-22 | notification_area: move XAyatana(New)Label case at the bottom | rbuj | 1 | -4/+4 |
2021-02-22 | notification_area: fix memory leak | rbuj | 1 | -3/+5 |
2021-02-20 | Add text label display function for notification area | zhuyaliang | 1 | -1/+21 |
2021-02-07 | Redundant NULL check before freeing a variable | rbuj | 4 | -95/+47 |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 6 | -8/+8 |
2021-01-16 | Update copyright to 2021 | rbuj | 7 | -7/+7 |
2021-01-07 | Local variable shadows outer variable warning reported by cppcheck | rbuj | 1 | -5/+5 |
2021-01-06 | wncklet: remove extra ref on gdk_x11_window_foreign_new_for_display | rbuj | 1 | -0/+15 |
2021-01-05 | wncklet: search the window before creating a new one | rbuj | 1 | -4/+7 |
2020-12-25 | wncklet: Condition ~wm_name is always true | rbuj | 1 | -2/+4 |
2020-12-25 | wncklet: variable is assigned a value that is never used | rbuj | 1 | -2/+2 |
2020-12-25 | wncklet: missing breaks on switch cases | rbuj | 1 | -4/+11 |
2020-12-15 | Signal name is 'value-changed' for GtkSpinButton | rbuj | 3 | -7/+9 |
2020-12-11 | remove function calls to mate_panel_applet_set_background_widget | mbkma | 6 | -13/+0 |
2020-12-11 | window-list: remove intermediate steps to get scaled thumbnail | rbuj | 1 | -32/+6 |
2020-12-11 | window-list: Get thumbnail size and scale in preview_window_thumbnail | rbuj | 1 | -24/+31 |
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 |