Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-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 | 1 | -18/+53 | |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 1 | -6/+6 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -5/+0 | |
2021-09-02 | fix show window thumbnails check button | mbkma | 1 | -7/+11 | |
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-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-04-05 | Add window list disable mouse scrolling function | zhuyaliang | 1 | -0/+23 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
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: missing breaks on switch cases | rbuj | 1 | -4/+11 | |
2020-12-11 | remove function calls to mate_panel_applet_set_background_widget | mbkma | 1 | -2/+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-10-21 | Show label about options not available on Wayland | William Wold | 1 | -0/+4 | |
2020-10-21 | Disable controls not applicable to Wayland | William Wold | 1 | -1/+26 | |
2020-10-21 | Set minimized windows control sensitivity with the parent box | William Wold | 1 | -5/+3 | |
2020-10-21 | Switch to C-style comments as requested | William Wold | 1 | -18/+18 | |
2020-10-21 | Window list Wayland support | William Wold | 1 | -2/+8 | |
2020-10-21 | Wncklet applets: don't crash on Wayland | William Wold | 1 | -30/+121 | |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 1 | -2/+1 | |
cppcheck --enable=all . 2> err.txt grep variableScope err.txt | |||||
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 | |
When a window is not visible we cannot capture its thumbnail. We used to store the thumbnail when a window was visible so that we could reuse it when minimized, but this can cause visual glitches. | |||||
2020-05-25 | Fix some cast-function-type warnings introduced in GCC 8 | rbuj | 1 | -1/+1 | |
2020-05-24 | preferences dialog: change show thumbnails radio to check button and bind ↵ | Konstantin Unruh | 1 | -49/+15 | |
its active property to sensitivity state of GtkSpinButton | |||||
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -4/+4 | |
2019-05-09 | Determine libwnck version during configure | Victor Kareh | 1 | -20/+33 | |
2019-05-09 | Add version check for libwnck | Victor Kareh | 1 | -2/+30 | |
2019-05-09 | window-list: Show window previews on hover | Victor Kareh | 1 | -1/+269 | |
When hovering on taskbar entries, display a popup with a thumbnail of the associated window. Popup goes away when leaving the button. If a window has not been mapped since the applet started, it will not display a thumbnail. Once mapped, however, it will use its latest available thumbnail as preview, even when minimized. Thumbnails can be turned on or off, and the size can be changed in the applet preferences dialog. | |||||
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -6/+3 | |
2018-08-07 | Change GTK_CHECK_VERSION to match next gtk+ release | raveit65 | 1 | -3/+3 | |
2018-07-27 | applets: Guard against GTK scale-factor fixes on GtkSocket | Victor Kareh | 1 | -3/+3 | |
2018-07-26 | window-list: Skip setting size hints until WnckTasklist has items to show. | Victor Kareh | 1 | -1/+28 | |
2018-04-26 | wncklet: Convert to GResource | Vincent Untz | 1 | -15/+4 | |
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=9fbca7d https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870 | |||||
2018-03-21 | Fix rendering of out-of-process window list with hidpi | lukefromdc | 1 | -2/+2 | |
Fix #754 | |||||
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+3 | |
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 | |