Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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]> | |||||
2014-11-23 | Gtk3: window-menu: Use gtk_render_focus() instead of gtk_paint_focus() | infirit | 1 | -14/+31 | |
Based on gnome-panel commit: eab5174e71e705331c53482b7eecb56c1dc3ef6c From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | Gtk3: Remove frame of window-menu applet | infirit | 1 | -0/+41 | |
Based on gnome-panel commit: 1f086d72760569bc466de082e99a55a82ac06014 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | Gtk3: window-list Don't use deprecated size-allocate signal | infirit | 1 | -4/+4 | |
Take an additional change from gnome-panel that was not in MATE commit: 77a45f0abf8d0db41bb4b99e08dfbdd968cb6be8 From: Carlos Garcia Campos <[email protected]> | |||||
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-06-25 | Restore way to close windows with middle click | Stefano Karapetsas | 1 | -1/+2 | |
It was forgot during transition to libwnck Closes https://github.com/mate-desktop/mate-panel/issues/191 | |||||
2014-06-20 | Fix RGBA issues for GTK3 | Konstantin Pugin | 1 | -0/+2 | |
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 4 | -4/+10 | |
2014-02-09 | help: Avoid file collision with gnome-panel | infirit | 5 | -7/+7 | |
Also correct help uri for applets. | |||||
2013-12-01 | Remove has_separator property from ui files | Stefano Karapetsas | 2 | -2/+0 | |
2013-11-29 | Merge pull request #145 from infirit/master | Stefano Karapetsas | 2 | -4/+16 | |
Check if WNCK_CHECK_VERSION is defined | |||||
2013-11-28 | Check if WNCK_CHECK_VERSION is defined | infirit | 2 | -0/+12 | |
2013-11-28 | Revert "Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version" | infirit | 2 | -8/+1 | |
This reverts commit 428e32cd0f3f2df0cbd4e859304f0935a11612bc. | |||||
2013-11-28 | Revert "Correct wnck/gtk3 check." | infirit | 2 | -5/+12 | |
This reverts commit a2b1af54a24b93766f5e2ed4a216637dc510ec47. | |||||
2013-11-15 | wncklet: Fit window list size with GTK3 | Stefano Karapetsas | 1 | -0/+12 | |
2013-11-12 | Correct wnck/gtk3 check. | infirit | 2 | -12/+5 | |
2013-11-12 | Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version | Alex Brinister | 2 | -1/+8 | |
3.0 | |||||
2013-10-26 | wncklet: Add GTK3 support | Stefano Karapetsas | 6 | -26/+113 | |
2013-07-26 | wncklet: Come back to libwnck | Stefano Karapetsas | 8 | -90/+94 | |
2013-07-12 | Use yelp-tools instead of mate-doc-utils | Stefano Karapetsas | 1 | -2/+2 | |
2013-06-30 | Fixes for make dist | Stefano Karapetsas | 1 | -2/+3 | |
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 | Make GSettings schemas translatable | Stefano Karapetsas | 5 | -48/+51 | |
2013-02-10 | Added a wrap around option for workspace switcher | Moritz Bruder | 3 | -1/+78 | |
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) | |||||
2013-02-07 | wncklet: Set orientation in window list | Stefano Karapetsas | 1 | -0/+3 | |
Closes https://github.com/mate-desktop/mate-panel/issues/58 | |||||
2013-01-19 | wncklet: Fix window-list grouping preference | Stefano Karapetsas | 1 | -6/+6 | |
See https://github.com/mate-desktop/mate-panel/issues/70 | |||||
2012-12-20 | Fix missing NULL pointer | Nelson Marques | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 6 | -12/+12 | |
2012-11-12 | Code audit: fix compile warnings, uninitialized pointer problems | Scott Balneaves | 1 | -1/+2 | |
2012-10-12 | fix 64bit-portability-issue | Stefano Karapetsas | 1 | -3/+3 | |
2012-10-11 | add wncklet schemas | Stefano Karapetsas | 2 | -0/+43 | |
2012-10-11 | update notification_area | Stefano Karapetsas | 5 | -411/+103 | |
2012-06-06 | switch to libmatewnckmate-panel-1.3.1 | Stefano Karapetsas | 8 | -107/+98 | |
2012-05-23 | fix some things for MATE in wncklet applet | Stefano Karapetsas | 6 | -151/+30 | |
2012-04-23 | adding an item for system monitors on the windows list applet | Perberos | 2 | -0/+71 | |
2012-01-27 | removing autogenerated files | Perberos | 1 | -1075/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 22 | -0/+4966 | |