summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-25release 1.12.2v1.12.21.12monsta2-1/+8
2016-01-11never agree to expand an attached toplevel (drawer's panel)monsta1-0/+5
2016-01-11drawer: don't try to set NULL tooltipmonsta1-6/+4
2016-01-11drawer: some fixesmonsta1-32/+21
2015-12-17GTK3 workspace-switcher: add fallback colorGyö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-12-17gtk3: fix infinite loop with Traditional themesBalló György2-2/+0
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a
2015-11-30Bump version to 1.12.1v1.12.1monsta2-1/+5
2015-11-28Don't set the panel transparent by defaultBalló György7-31/+61
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-12fix indent a bitMonsta1-4/+4
2015-11-12Merge pull request #371 from mate-desktop/launcher-fixMartin Wimpress1-2/+11
don't destroy a widget in its draw/expose signal
2015-11-12don't destroy a widget in its draw/expose signalMonsta1-2/+11
ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=8c275a2adf4ad99297a17cabf251344837620831 https://git.gnome.org/browse/gnome-panel/commit/?id=be33e799d968a073c0a8856c96d11e8594b88bc4
2015-11-11fix typo in #definemonsta1-3/+3
2015-11-11Merge pull request #368 from raveit65/dev-ubuntuMartin Wimpress1-2/+2
clock applet: fix ubuntu ambiant-mate gtk2 theming
2015-11-11clock applet: fix ubuntu ambiant-mate gtk2 themingWolfgang Ulbrich1-2/+2
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre108-54387/+69661
2015-10-30update NEWS for 1.12monsta1-7/+4
2015-10-30clock: minor corrections in new optionmonsta1-1/+1
2015-10-28 release 1.11.1 releasemate-panel-1.11.1Wolfgang Ulbrich2-1/+7
2015-10-27minor correction in NEWSmonsta1-1/+0
2015-10-26bring back good old deprecated function which works perfectlyMonsta1-3/+1
thanks to some genius from gnome team, we're now supposed to re-implement gtk_widget_reparent from scratch in every place we need to move a widget between containers. thanks but no thanks. don't fix what's not broken. fixes #360
2015-10-25run dialog: make app description label unfocusableMonsta2-1/+2
2015-10-16Merge pull request #355 from clefebvre/locked-positionClement Lefebvre1-4/+11
Don't change position/right-stick of locked applets
2015-10-15Don't change position/right-stick of locked appletsClement Lefebvre1-4/+11
Until position calculations are refactored to fix the issue of the panel applets getting reordered on resolution changes don't save position/right-stick on locked applets.
2015-10-10Enable or disable calendar week numbers from prefslukefromdc1-2/+17
Add checkbox to enable or disable week numbers in clock preferences window
2015-10-10clock.c: add gesettings key for toggle weeknumberslukefromdc1-0/+6
2015-10-10panel-menu-items.c: places menu alpha OKlukefromdc1-1/+7
The places menu follows .mate-panel-menu-bar just fine, but buggy wm/gtk3.16 combos require robust RGBA support explicitly set in the application. Add support to panel-menu-items.c as only adding it to menu.c, applet.c, and mate-panel-applet.c will miss this menu.
2015-10-10panel-context-menu.c: custom menu theme supportlukefromdc1-0/+14
Make the panel context menu follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the panel context menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus. Include robust support for transparent themes even with gtk does not detect a compositing window manager so long as compositing is enabled.
2015-10-10menu.c: robust transparent theme supportlukefromdc1-3/+17
Ensure any transparent menu theme works even when gtk3.16 or later fails to detect a compositing window manager. This work also present on applet.c and mate-panel-applet.c theme support commits. Main menus already follow .mate-panel-menu-bar .menu so no changes to that
2015-10-10Add custom menu theming support to applet.clukefromdc1-0/+13
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus
2015-10-10clock-make transparent calendars possiblelukefromdc1-0/+11
Add support for transparent calendar windows, the window background color can be set to any color and alpha value or made transparent with the #MatePanelPopupWindow named widget selector in the gtk theme. Defaults to theme background color if not set, same as before. This is used only for the calendar window right now
2015-10-10custom menu theming support: mate-panel-applet.clukefromdc1-0/+14
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus
2015-10-09Add NEWS for 1.11.0mate-panel-1.11.0monsta1-0/+6
2015-10-06pre-bump version to 1.11.0raveit652-1/+3
2015-09-26Merge pull request #351 from dnk/warningsWolfgang Ulbrich2-1/+11
eliminate criticals
2015-09-25eliminate criticalsDenis Gorodnichev2-1/+11
gdk_window_set_geometry_hints accept 0 as flags when geometry is null return 1px width/height while image is not loadded
2015-09-06define max/min version of GLibinfirit1-0/+6
2015-09-06Rework gsettings schema buildinginfirit22-536/+536
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre1-3/+3
2015-09-04panel-run-dialog: Use g_spawn_async in both Gtk versions.infirit1-19/+17
2015-08-31check for wnck 3.0.0, not some pre-release version :)Monsta2-2/+2
2015-08-29Removed obsolete compatibility codeGymnasiast3-10/+1
2015-08-26Gtk3: Don't use deperated gtk_icon_info_freeyetist1-0/+4
2015-08-26Gtk3: fixed build warningyetist2-3/+7
2015-08-26Gtk3: Don't use deprecated gtk_style_context_get_fontyetist2-2/+2
2015-08-26Gtk3: Drop GtkArrow in panel_toplevel_add_hide_buttonyetist1-0/+36
2015-08-26use G_BEGIN_DECLS & G_END_DECLSyetist2-12/+4
2015-08-26Gtk3: gdk_display_get_n_screens() always return 1 from 3.10yetist1-0/+4
2015-08-26Gtk3: Don't use deprecated gdk_app_launch_context_newyetist1-0/+5
2015-08-26Always use gtk_container_remove/gtk_container_addinfirit1-4/+1
Should work fine under both Gtk+ versions.