Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-06-29 | fix some warnings and deprecations | Sorokin Alexei | 1 | -16/+1 | |
2016-03-23 | GTK+3.20: adjust CSS classes for WnckPager | György Balló | 1 | -2/+4 | |
This allows to use class names consistently. The old WnckPager CSS selector will not work with GTK+ 3.20. | |||||
2016-02-20 | GTK+3: add style class wnck-pager | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-02-16 | GTK+-3.0 workspace-switcher: Remove switching workspace on scroll events | Wolfgang Ulbrich | 1 | -0/+4 | |
This is now done by WnckPager itself. And it fixes a build warning. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=8a8c60f | |||||
2016-02-12 | Gtk+-3.20 window-menu: remove deprecated style properties | Wolfgang Ulbrich | 1 | -2/+13 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953 | |||||
2016-02-12 | GTK+-3.20 showdesktop: remove deprecated style properties | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=080b953 | |||||
2016-02-12 | GTK+-3.20 showdesktop: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -1/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=4139922 | |||||
2016-02-12 | GTK+3 workspace-switcher: fix deprecated warnings | Wolfgang Ulbrich | 1 | -0/+8 | |
gtk_window_reshow_with_initial_size replaced with suggestion from this commit: https://git.gnome.org/browse/gtk+/commit/?id=01f7ed1 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=ce5b1fb | |||||
2016-02-12 | GTK+3 workspace-switcher: do not use rc_style | Wolfgang Ulbrich | 1 | -5/+9 | |
2016-02-10 | GTK+3 showdesktop: do not use GtkStock for 'image-missing' for both gtk+ ↵ | Wolfgang Ulbrich | 1 | -1/+1 | |
versions | |||||
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 | |
2015-12-17 | GTK3 workspace-switcher: add fallback color | György Balló | 1 | -0/+14 | |
Without setting a color, the actual workspace is not highlighted, if the theme does not set WnckPager:selected explicitely (e.g. with Adwaita). | |||||
2015-11-11 | fix typo in #define | monsta | 1 | -3/+3 | |
2015-09-06 | Rework gsettings schema building | infirit | 5 | -56/+54 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-08-31 | check for wnck 3.0.0, not some pre-release version :) | Monsta | 2 | -2/+2 | |
2015-07-14 | Drop gdkkeysyms-compat usage in Gtk+3 | infirit | 1 | -9/+6 | |
The new GDK_KEY_ keys are also in Gtk+2. | |||||
2015-03-19 | gtk3: correct css theme selector widget name | Denis Gorodnichev | 1 | -1/+1 | |
Window Selector widget name is "PanelApplet-window-menu-applet-button". This fix 1px focus width Closes https://github.com/mate-desktop/mate-panel/pull/275 | |||||
2014-11-23 | Gtk3: window-menu: Don't change selector style since it's already changed by ↵ | infirit | 1 | -25/+0 | |
libwnck Based on gnome-panel commit: 60cb9c798ed25868c1c07b73fa08aabbb5892d2c From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | showdesktop: Fix the size of the icon | infirit | 1 | -2/+2 | |
Based on gnome-panel commit: 6dae521ff187dcb2da1969ad017cf5b9e1bcb8f2 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: showdesktop: Port gtk_widget_get_style to GtkStyleContext | infirit | 1 | -0/+27 | |
Based on gnome-panel commit: d27ef4de9ba872e5afc5e60430c7a16549158f61 From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | Gtk3: showdesktop: Port to GtkStyleContext | infirit | 1 | -0/+17 | |
Based on gnome-panel commit: fb1fa7ef2087b68fc7e7a01050e4c6747e8771e8 From: Carlos Garcia Campos <[email protected]> |