Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-01-22 | bump minimum required libwnck version to 3.4.6 | monsta | 1 | -6/+1 | |
and drop WNCK_CHECK_VERSION usage | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-11-14 | wncklet: disconnect signals by data on destroy | monsta | 1 | -15/+2 | |
do the same as in 4fbe8e24933d367316441166ca448cdb03c6a35f this optimizes 9f43dd5c7c37b84960d06a98a4738ee40d8bfd50 | |||||
2017-08-13 | wncklet: stop segfaults, warnings on removing in-process switcher, window-list | lukefromdc | 1 | -10/+29 | |
Fixes window list, workspace switcher. Window menu and show desktop no warnings or segfaults on removal when built in process | |||||
2017-04-11 | update copyright year to 2017 | monsta | 1 | -1/+1 | |
2017-01-30 | window-list: add GTK 3.20 version check to css forcing zero padding | lukefromdc | 1 | -3/+4 | |
This version check added to version 1.16 backport, let's use it in master too | |||||
2017-01-10 | window-list.c: Fix indent | lukefromdc | 1 | -14/+14 | |
2017-01-09 | GTK 3.20/22: fix warnings from tasklist buttons | lukefromdc | 1 | -0/+15 | |
Force padding and margins to zero. Borders don't seem to throw warnings here | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -20/+0 | |
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it. | |||||
2016-07-28 | window-list: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-06-29 | fix some warnings and deprecations | Sorokin Alexei | 1 | -16/+1 | |
2016-02-09 | GTK+3 windows-list: fix a build warning | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-01 | fix a couple of build warnings | monsta | 1 | -1/+0 | |
2015-12-22 | wncklet: remove dead code | monsta | 1 | -27/+0 | |
2015-12-22 | wncklet: mate_gdk_spawn_command_line_on_screen can be used with any GTK+ | monsta | 1 | -15/+2 | |