Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-13 | menubar: some corrections for new max-items-or-submenu key | monsta | 2 | -15/+13 | |
- remove check for menubar schema as it's already installed along with panel itself - properly unref menubar_settings object - make key type unsigned - drop obsolete MAX_ITEMS_OR_SUBMENU define | |||||
2016-03-11 | Make MAX_ITEMS_OR_SUBMENU configurable. | Julian RĂ¼ger | 3 | -6/+23 | |
2016-02-27 | GTK3.20: preserve default background | lukefromdc | 1 | -0/+3 | |
Add back the default background for themes such as Adwaita that do not explicitly support MATE. Tested with custom and system themes in Adwaita and all themes I have. System themes work perfectly, custom themes require restarting panel after any theme change, still need to restart panel after returning to the system theme from a custom theme as well. | |||||
2016-02-27 | GTK 3.20 force custom BG drawing on applets | lukefromdc | 1 | -0/+6 | |
Use gdk_window_ensure_native to applets when and only when a custom background is selected. Doing so when the system bg is selected will turn applets clear, so will not doing so when a custom background is selected. Keep all this behind if # GTK_CHECK_VERSION (3, 19, 0) so as not to screw up anything in older GTK versions. | |||||
2016-02-27 | gtk3.20: custom background work on main panel | lukefromdc | 1 | -1/+4 | |
This makes custom backgrounds show on the panel, the menu, the launcher applets but not yet the tray, the clock button, the trash, or most applets from mate-applets. Sometimes panel BG not drawn after theme change until panel restarted. Still, this is a clue-will keep working. Adding gdk_window_ensure_native (window) was taken from gnome-panel but caused the default background not to show if the system BG is selected and does not explicitly set the theme. Also using this brings back the requirement to restart the panel to fully apply a system BG but progress is being made here. | |||||
2016-02-27 | pre-bump version | raveit65 | 2 | -2/+4 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -0/+9 | |
2016-02-21 | add gschema key for setting menu icon sizes | Sorokin Alexei | 2 | -7/+48 | |
2016-02-21 | change default menu bar icon size to 22px | Sorokin Alexei | 1 | -4/+4 | |
with 24px panel 24px menu bar icon is too big: touches borders | |||||
2016-02-21 | panel-menu-bar.c: force icon size | Sorokin Alexei | 1 | -4/+9 | |
adapted from: https://git.gnome.org/browse/gnome-panel/commit/?id=eefb31f | |||||
2016-02-21 | fix some warnings | Sorokin Alexei | 6 | -9/+17 | |
2016-02-21 | merge panel_load_menu_image_deferred() into setup_menuitem_with_icon() | Sorokin Alexei | 4 | -123/+83 | |
also rename setup_menu_item_with_icon() to setup_menuitem_with_icon(), and drop GtkStock support from it | |||||
2016-02-20 | GTK+3: add style class wnck-pager | Wolfgang Ulbrich | 1 | -0/+4 | |
2016-02-19 | GTK+-3.20: add more css names | Wolfgang Ulbrich | 3 | -1/+14 | |
- MatePanelAppletFrameDBus - PanelSeparator - PanelToplevel | |||||
2016-02-19 | Sync with Transifex | Martin Wimpress | 36 | -1110/+1342 | |
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-15 | panel-profile: less #if's again | monsta | 1 | -42/+34 | |
2016-02-15 | panel-profile: less #if's | monsta | 1 | -24/+39 | |
2016-02-15 | panel-profile: remove leftover that makes no sense | monsta | 1 | -4/+0 | |
must be some issue during the last merge | |||||
2016-02-15 | icon chooser: use proper icon name for missing icon | monsta | 1 | -1/+1 | |
2016-02-15 | icon chooser: fix typo | monsta | 1 | -1/+1 | |
2016-02-12 | [GTK+3] fix one more use of deprecated gdk_display_get_n_screens | monsta | 1 | -2/+9 | |
2016-02-12 | [GTK+3] fix one more use of deprecated gdk_display_get_n_screens | monsta | 1 | -2/+18 | |
2016-02-12 | GTK+3 na-tray-child: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-02-12 | GTK+3 fish: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -2/+2 | |
2016-02-12 | GTK+3 panel-frame: fix a Wunused build warning | Wolfgang Ulbrich | 1 | -2/+2 | |
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 clock: remove deprecated style properties | Wolfgang Ulbrich | 1 | -2/+17 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c5549ba | |||||
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 clock: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e67ac2a | |||||
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.20 panel-toplevel: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e56b20d | |||||
2016-02-12 | GTK+-3.20 button-widget: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=8b554ba | |||||
2016-02-12 | GTK+3 menu: don't use deprecated gtk_menu_get_tearoff_state | Wolfgang Ulbrich | 1 | -2/+6 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d907a6e | |||||
2016-02-12 | GTK+3 fish: Removed unused and deprecated variables/functions | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-0&id=06ba8ba | |||||
2016-02-12 | GTK+-3.20 panel-applet: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+19 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=f697764 | |||||
2016-02-12 | GTK+-3 libmate-panel-applet: add missing 'static' to avoid a build warning | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-12 | GTK+3 notification-area: use correct style context state | Wolfgang Ulbrich | 1 | -0/+5 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=bcff4d1 | |||||
2016-02-12 | GTK+-3.20 notification-area: remove deprecated style properties | Wolfgang Ulbrich | 1 | -3/+14 | |
Those properties don't work anymore in themes and spam only the logs. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e55b759 | |||||
2016-02-12 | GTK+3 notification-area: set minimum size for icon | Wolfgang Ulbrich | 1 | -0/+38 | |
Fix for following warning from GtkStatusIcon: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 26. https://bugzilla.gnome.org/show_bug.cgi?id=755129 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e2bd90e | |||||
2016-02-12 | Gtk+3 notification-area: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 1 | -5/+8 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=4367578 | |||||
2016-02-12 | GTK+3 notification-area: don't use deprecated GdkColor | Wolfgang Ulbrich | 5 | -29/+87 | |
Taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d1dd54e | |||||
2016-02-12 | GTK+3 clock: clock: don't use deprecated GtkAlignment | Wolfgang Ulbrich | 3 | -10/+68 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9 | |||||
2016-02-12 | GTK+-3 clock: don't subclass deprecated GtkAlignment | Wolfgang Ulbrich | 2 | -0/+12 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=c7ea765 | |||||
2016-02-12 | GTK+3 panel-frame: don't use deprecated GtkSymbolicColor | Wolfgang Ulbrich | 4 | -13/+223 | |
Code for color shading copied from mutter: https://git.gnome.org/browse/mutter/tree/src/ui/theme.c taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=5b19b4b | |||||
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-12 | GTK+3 panel-frame: do not use deprecated get_background_color | Wolfgang Ulbrich | 1 | -4/+7 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=3cb7bc | |||||
2016-02-12 | Gtk+-3 panel-widget: don't use deprecated get_background_color | Wolfgang Ulbrich | 1 | -7/+10 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=539ecc4 | |||||
2016-02-12 | GTK+3: do not use deprecated n_screens | Wolfgang Ulbrich | 4 | -1/+45 | |
since gtk+-3.10 screen is always 1 taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=be976a0 https://git.gnome.org/browse/gnome-panel/commit/?id=272f680 |