Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-17 | applets/wncklet/wayland-backend: Add basic icon support (#1275) | Consolatis | 1 | -2/+31 | |
* applets/wncklet/wayland-backend: add basic icon support This commit uses GTK to find an icon with the same name as the wayland app_id. A more complete implementation would need to search for .desktop files matching the app_id, get the icon name and finally use GTK to find the proper icon based on that name. * applets/wncklet/wayland-backend: add more complete icon support * applets/wncklet/wayland-backend: code style fixup | |||||
2023-05-17 | applets/wncklet/wayland-backend: Add basic context menu (#1276) | Consolatis | 1 | -5/+110 | |
* applets/wncklet/wayland-backend: Add basic context menu for (un)maximize, (un)minimize and close * applets/wncklet/wayland-backend: code style fixup | |||||
2023-02-14 | Update window-list.c | Nik Soggia | 1 | -1/+23 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-1418934577 | |||||
2023-02-14 | Update window-list.ui | Nik Soggia | 1 | -1/+59 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-141893457 | |||||
2023-02-14 | Update org.mate.panel.applet.window-list.gschema.xml.in | Nik Soggia | 1 | -0/+5 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-1418934577 | |||||
2023-01-14 | wncklet: center previews when scaling is enabled | Balazs Endresz | 1 | -16/+6 | |
2023-01-14 | wncklet: fix incorrect preview positions for multiple monitors | Balazs Endresz | 1 | -5/+2 | |
2022-12-27 | wncklet: disable preview centering when scaling is enabled | Balazs Endresz | 1 | -6/+23 | |
2022-12-27 | wncklet: center preview windows when grouping is enabled | Balazs Endresz | 1 | -20/+59 | |
2022-12-23 | wncklet: center preview windows | Balazs Endresz | 1 | -12/+51 | |
2022-12-02 | windows-list.ui: lower gtk3 required version | raveit65 | 1 | -1/+1 | |
2022-04-26 | wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows | Colomban Wendling | 1 | -0/+8 | |
Fixes https://github.com/mate-desktop/mate-desktop/issues/478 | |||||
2022-03-18 | wncklet: Condition 'sdd->wnck_screen!=NULL' is always false | rbuj | 1 | -7/+12 | |
2022-02-20 | wncklet: do not exceed workspace number when setting n_rows | rbuj | 1 | -4/+7 | |
2022-01-26 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -1/+1 | |
2022-01-21 | wncklet: The values stored in the wrapper hash table are incorrect | rbuj | 1 | -16/+2 | |
2021-12-20 | Fix some -Wsign-compare warnings | rbuj | 1 | -2/+2 | |
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 5 | -51/+137 | |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 4 | -19/+19 | |
2021-12-11 | Use a blank line at most | rbuj | 7 | -14/+0 | |
2021-09-02 | fix show window thumbnails check button | mbkma | 2 | -15/+14 | |
adapt ui file to reverted window-list.c | |||||
2021-09-02 | Revert "window-list.c: use g_settings_* functions directly instead of using ↵ | mbkma | 1 | -104/+355 | |
stored values" This reverts commit ce8167e1b498e47ca6f667f83acaf21d407135bb. | |||||
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 ↵ | mbkma | 1 | -355/+104 | |
values - use g_settings_bind when possible | |||||
2021-05-09 | window-list.ui: use GtkNotebook | mbkma | 1 | -317/+307 | |
Set some callback functions in the ui file. | |||||
2021-04-05 | Add window list disable mouse scrolling function | zhuyaliang | 3 | -0/+93 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 4 | -6/+6 | |
2021-01-16 | Update copyright to 2021 | rbuj | 4 | -4/+4 | |
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 | 1 | -4/+6 | |
2020-12-11 | remove function calls to mate_panel_applet_set_background_widget | mbkma | 4 | -8/+0 | |
keep mate_panel_applet_set_background_widget for compatibility | |||||
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 | |
This allows thumbnail previews to be properly rendered on HiDPI displays and ensures that the window surface is flushed before painting it. | |||||
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 | |