Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
this adds some deprecated code but brings back the icon
it was lost for GTK+3 build here:
https://github.com/mate-desktop/mate-media/commit/0c558fac14266f8c18cfb8bc1d4669ed35868c2f#diff-411bda4b8f441c44b560abc7245dd33cR264
|
|
|
|
fixes https://github.com/mate-desktop/mate-media/issues/94
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_point
|
|
|
|
|
|
Most of the time the value was off almost 1 percent.
|
|
and require libmate-desktop >= 1.17
|
|
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.
|
|
|
|
This adds support for custom panel themes using the .mate-panel-menu-bar selector
to control child widgets. The menus are controllled by .mate-panel-menu-bar .menu
and most of the slider theme is that of the frame it is drawn in.
The .mate-panel-menu-bar .frame selector will theme this frame, there is also an inner frame
in the layout which will follow .mate-panel-menu-bar .frame .frame
and otherwise display a second time anything specified in .mate-panel-menu-bar .frame.
In most cases that can simply be set transparent.
Themes can use alpha values for both menus and slider backgrounds.
|
|
- mate-volume-control/data changed to /data
- mate-volume-control/src/* moved to mate-volume-control
- sound-theme/sounds changed to /data/sounds
- sound-theme/*.{c,h} moved to mate-volume-control
- Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control
|