Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
|
|
Don't change position/right-stick of locked applets
|
|
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.
|
|
Add checkbox to enable or disable week numbers in clock preferences window
|
|
|
|
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.
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
|
|
|
eliminate criticals
|
|
gdk_window_set_geometry_hints accept 0 as flags when geometry is null
return 1px width/height while image is not loadded
|
|
|
|
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should work fine under both Gtk+ versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's been a no-op for a long time.
See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
|
|
We already do this for the same function in libmate-panel-applet.
Thanks to luke on the forums. fixes #330
|
|
UI GTK3: use a size request for scrolled window in panel-run dialog
|
|
- this fixes program list in GTK3
|
|
|
|
|
|
build fix
restore "Help" and "About" menu items
|
|
Add a new _NET_SYSTEM_TRAY_ICON_SIZE property that is set to the value
of the "icon-size" style property. The result is that all icons in the
tray will be hinted to draw themselves with exactly this pixel size
(16x16, for example).
Bug #645232
Conflicts:
applets/notification_area/na-tray-manager.c
applets/notification_area/na-tray-manager.h
applets/notification_area/na-tray.h
|
|
We were simply never removing the NaTrayChild/GtkSocket object from the
box when the icon/GtkPlug gets removed.
Conflicts:
applets/notification_area/na-tray.c
|
|
It can be used this way:
NaTrayApplet {
-NaTrayApplet-icon-padding: 6;
}
https://bugzilla.gnome.org/show_bug.cgi?id=583273
|
|
This is cleaner, and we'll be able to add style properties to this
widget.
Conflicts:
applets/notification_area/main.c
Conflicts:
applets/notification_area/main.c
|