Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -72/+22 | |
its active property to sensitivity state of GtkSpinButton | |||||
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 4 | -4/+4 | |
2019-11-15 | fix mate-panel can not find mo file | Wu Xiaotian | 1 | -1/+1 | |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 2 | -16/+20 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -4/+4 | |
2019-06-20 | Add supported platform values to *.mate-panel-applet files | William Wold | 1 | -0/+4 | |
2019-05-09 | Determine libwnck version during configure | Victor Kareh | 5 | -31/+55 | |
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 | 3 | -7/+417 | |
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 | 4 | -0/+4 | |
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 | 4 | -28/+14 | |
2019-01-29 | wncklet: Error if compiling without X11 support | William Wold | 2 | -0/+8 | |
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-07-25 | applets: Fix runtime error messages | Victor Kareh | 1 | -4/+8 | |
2018-06-06 | workspace-switcher: provide themed fallback color | Victor Kareh | 1 | -11/+22 | |
When a theme does not specify a color for the highlighted workspace, we can look it up from the current theme and provide that as a fallback color. Fixes #807 | |||||
2018-05-12 | Convert launcher icons to cairo surfaces | Victor Kareh | 1 | -17/+32 | |
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314 | |||||
2018-04-26 | wncklet: Convert to GResource | Vincent Untz | 7 | -52/+47 | |
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-04-14 | window-list.ui: avoid GtkVBox and GtkButton:use-stock | Pablo Barciela | 1 | -54/+97 | |
2018-04-14 | workspace-switcher.ui: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -7/+19 | |
2018-03-25 | workspace-switcher: support i3 WM | raveit65 | 1 | -0/+23 | |
Fixes https://github.com/mate-desktop/mate-panel/issues/711 | |||||
2018-03-22 | workspace-switcher: support metacity WM | raveit65 | 1 | -0/+15 | |
Fixes https://github.com/mate-desktop/mate-panel/issues/711 | |||||
2018-03-21 | Apply fix for workspace-switcher by vkareh | lukefromdc | 1 | -1/+1 | |
On some machines the workspace-switcher also was rendering half-height at hidpi when out of process | |||||
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 | 4 | -60/+5 | |
2018-01-30 | workspace-switcher: restore border width and spacing in prefs dialog | monsta | 1 | -1/+2 | |
some things got lost after https://github.com/mate-desktop/mate-panel/commit/9d69c70a56c6dd5e73ac909862f90c480e1c4532 | |||||
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 4 | -10/+10 | |
2018-01-22 | bump minimum required libwnck version to 3.4.6 | monsta | 1 | -6/+1 | |
and drop WNCK_CHECK_VERSION usage | |||||
2018-01-13 | Update workspace switcher properties dialog | Moritz Bruder | 1 | -91/+127 | |
Removed deprecated ui elements to make it fully compatible with GTK+ 3 and additionally made the dialog resizeable. | |||||
2018-01-09 | update copyright year to 2018 | monsta | 4 | -4/+4 | |
2017-11-14 | wncklet: disconnect signals by data on destroy | monsta | 2 | -27/+4 | |
do the same as in 4fbe8e24933d367316441166ca448cdb03c6a35f this optimizes 9f43dd5c7c37b84960d06a98a4738ee40d8bfd50 | |||||
2017-08-13 | wncklet: stop segfaults, warnings on removing in-process switcher, window-list | lukefromdc | 2 | -20/+51 | |
Fixes window list, workspace switcher. Window menu and show desktop no warnings or segfaults on removal when built in process | |||||
2017-07-29 | don't use deprecated gtk_show_uri | lukefromdc | 1 | -2/+4 | |
2017-07-16 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -2/+3 | |
2017-04-11 | update copyright year to 2017 | monsta | 4 | -4/+4 | |
2017-03-31 | workspace switcher: handle GDK_SCROLL_SMOOTH and fix build warning | monsta | 1 | -3/+5 | |
2017-03-30 | Reenable workspace switcher wrapping | Moritz Bruder | 1 | -0/+110 | |
These changes have been accidentally removed. The previously used handler has been added to the code again, which connects to the scroll event of the WnckPager widget. | |||||
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/3.22: fix warnings from show-desktop button | lukefromdc | 1 | -4/+14 | |
Force zero padding, margin, border to stop underallocation warnings. *Note: few themes deliberately use a border here, some (notably Adwaita) inherit it from generic buttons | |||||
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 | 4 | -287/+1 | |
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-11-21 | check for stable release of GTK+3, not for development one | monsta | 2 | -7/+7 | |
2016-07-28 | window-list: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | show-desktop: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |
2016-07-28 | workspace-switcher: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
2016-07-28 | window-menu applet: use GtkAbout and update copyright | raveit65 | 1 | -3/+2 | |