summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2015-08-26Gtk3: Don't use deprecated gtk_widget_reparentyetist1-0/+5
2015-08-26Gtk3: Don't use deprecated gdk_cursor_newyetist2-5/+4
2015-08-26Gtk3: Don't use deprecated gtk_widget_render_icon_pixbufyetist1-9/+5
2015-08-26Gtk3: Don't use deprecated gdk_window_get_pointeryetist2-0/+16
2015-08-26Gtk3: Don't use deprecated gtk_widget_get_pointeryetist1-0/+24
2015-08-24removed one more suspicious reference to win32Monsta1-1/+0
2015-08-24removed some suspicious references to win32Monsta1-12/+0
2015-08-23drop xrandr 1.2 compatibility (it's ancient)Monsta2-65/+32
2015-08-19configure.ac: drop obsolete macromonsta1-1/+0
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example.
2015-08-06Gtk3: Set push_in to FALSEinfirit1-0/+4
We already do this for the same function in libmate-panel-applet. Thanks to luke on the forums. fixes #330
2015-08-03Merge pull request #333 from NiceandGently/masterMartin Wimpress1-0/+1
UI GTK3: use a size request for scrolled window in panel-run dialog
2015-08-02UI GTK3: use a size request for scrolled window in panel-run dialograveit651-0/+1
- this fixes program list in GTK3
2015-07-14na: fix background transparencyDenis Gorodnichev1-4/+37
2015-07-14na: gtk2: fix buildDenis Gorodnichev2-0/+25
2015-07-14na: restore help & aboutDenis Gorodnichev2-16/+115
build fix restore "Help" and "About" menu items
2015-07-14notification applet: support fixed-sized iconsRyan Lortie4-24/+214
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
2015-07-14na: Fix thin lines appearing when an icon is removedVincent Untz1-0/+34
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
2015-07-14na: Add icon-padding style property to NaTrayApplet to set paddingVincent Untz1-0/+13
It can be used this way: NaTrayApplet { -NaTrayApplet-icon-padding: 6; } https://bugzilla.gnome.org/show_bug.cgi?id=583273
2015-07-14na: Rewrite main.c to subclass PanelApplet as NaTrayAppletVincent Untz3-189/+230
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
2015-07-14na: Move creating of GtkBox for NaTrayVincent Untz1-22/+1
Do it in init() instead of constructor(), for consistency. It shouldn't matter much, really. Conflicts: applets/notification_area/na-tray.c
2015-07-14Replace GtkObject with GObject also for Gtk+ 2infirit9-117/+2
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit8-121/+105
The new GDK_KEY_ keys are also in Gtk+2.
2015-07-14Remove unused variableinfirit1-3/+0
2015-07-101.10.1 release (really!) - docbook build fixed :-/mate-panel-1.10.11.10Monsta1-0/+1
2015-07-10Bump version to 1.10.1Monsta2-1/+9
2015-07-10Merge pull request #323 from NiceandGently/mastermonsta1-18/+40
fish help: fix legal page
2015-07-10fish help: fix legal pageraveit651-18/+40
2015-07-10Merge pull request #322 from NiceandGently/mastermonsta1-17/+36
clock help: fix legal page
2015-07-10clock help: fix legal pageraveit651-18/+37
2015-07-10help: fixed broken links to feedback pageMonsta2-2/+2
2015-07-01Merge pull request #319 from mate-desktop/drawer-fixMartin Wimpress1-0/+3
drawer: now opens fine after adding any applets and restarting session