Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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]> | |||||
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 | |