Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-29 | workspace-switcher: Fix leaking color string | Tomas Bzatek | 1 | -3/+7 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
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-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-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-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-01-25 | avoid deprecated GtkStock | Pablo Barciela | 1 | -3/+3 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-11-14 | wncklet: disconnect signals by data on destroy | monsta | 1 | -12/+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/+22 | |
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-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. | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -174/+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-07-28 | workspace-switcher: use GtkAbout and update copyright | raveit65 | 1 | -2/+2 | |
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 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 | |
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-08-31 | check for wnck 3.0.0, not some pre-release version :) | Monsta | 1 | -1/+1 | |
2014-10-03 | Update Marco WM name as per Marco commit | Nathan Torchia | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-panel/pull/240 cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+2 | |
2014-02-09 | help: Avoid file collision with gnome-panel | infirit | 1 | -2/+2 | |
Also correct help uri for applets. | |||||
2013-11-28 | Check if WNCK_CHECK_VERSION is defined | infirit | 1 | -0/+4 | |
2013-11-28 | Revert "Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version" | infirit | 1 | -2/+0 | |
This reverts commit 428e32cd0f3f2df0cbd4e859304f0935a11612bc. | |||||
2013-11-28 | Revert "Correct wnck/gtk3 check." | infirit | 1 | -1/+3 | |
This reverts commit a2b1af54a24b93766f5e2ed4a216637dc510ec47. | |||||
2013-11-12 | Correct wnck/gtk3 check. | infirit | 1 | -3/+1 | |
2013-11-12 | Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version | Alex Brinister | 1 | -0/+2 | |
3.0 | |||||
2013-10-26 | wncklet: Add GTK3 support | Stefano Karapetsas | 1 | -7/+40 | |
2013-07-26 | wncklet: Come back to libwnck | Stefano Karapetsas | 1 | -39/+39 | |
2013-04-10 | Removed unused variable. | muesli4 | 1 | -1/+0 | |
2013-04-10 | Modified the function workspace_switcher_applet_fill, which now correctly ↵ | muesli4 | 1 | -1/+1 | |
loads the wrap-workspaces GSchema entry. | |||||
2013-04-03 | Fixed a bug when the toggle button belonging to wrap_workspaces is not ↵ | muesli4 | 1 | -0/+5 | |
toggled even though the value is TRUE on preferences dialog creation. | |||||
2013-03-03 | add transparency background function for workspace-switcher | raveit | 1 | -9/+26 | |
2013-02-10 | Added a wrap around option for workspace switcher | Moritz Bruder | 1 | -1/+58 | |
Includes: - a toggle button in the preferences (wrap_workspaces_toggle), a gboolean keeping track (wrap_workspaces) - another entry in the schema (gsettings) - and some minor code changes (which only affect the code when scrolling while on the last or first index) | |||||
2012-10-11 | update notification_area | Stefano Karapetsas | 1 | -108/+52 | |
2012-06-06 | switch to libmatewnckmate-panel-1.3.1 | Stefano Karapetsas | 1 | -44/+42 | |
2012-05-23 | fix some things for MATE in wncklet applet | Stefano Karapetsas | 1 | -3/+7 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+932 | |