Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-24 | removed some suspicious references to win32 | Monsta | 1 | -12/+0 | |
2015-07-14 | na: fix background transparency | Denis Gorodnichev | 1 | -4/+37 | |
2015-07-14 | na: gtk2: fix build | Denis Gorodnichev | 2 | -0/+25 | |
2015-07-14 | na: restore help & about | Denis Gorodnichev | 2 | -16/+115 | |
build fix restore "Help" and "About" menu items | |||||
2015-07-14 | notification applet: support fixed-sized icons | Ryan Lortie | 4 | -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-14 | na: Fix thin lines appearing when an icon is removed | Vincent Untz | 1 | -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-14 | na: Add icon-padding style property to NaTrayApplet to set padding | Vincent Untz | 1 | -0/+13 | |
It can be used this way: NaTrayApplet { -NaTrayApplet-icon-padding: 6; } https://bugzilla.gnome.org/show_bug.cgi?id=583273 | |||||
2015-07-14 | na: Rewrite main.c to subclass PanelApplet as NaTrayApplet | Vincent Untz | 3 | -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-14 | na: Move creating of GtkBox for NaTray | Vincent Untz | 1 | -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-03-19 | notification area: prevent crash | monsta | 1 | -1/+1 | |
from upstream commit: https://git.gnome.org/browse/gnome-panel/commit/applets/notification_area/na-tray-manager.c?id=2adbcc5308577d864b09062a3343b9f8dbcdcd7f Closes https://github.com/mate-desktop/mate-panel/pull/291 | |||||
2014-11-24 | zero-initialize all signals arrays | Monsta | 1 | -1/+1 | |
2014-11-23 | Gtk3: Silence GtkBox deprecation warnings | infirit | 1 | -0/+5 | |
2014-11-23 | Gtk3: notification_area: Port to GtkStyleContext | infirit | 1 | -0/+17 | |
Based on gnome-panel commit: 6d390be628ce8fccbfee5c5cca4e240fa391cdda From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: GtkBox is not abstract anymore. | infirit | 1 | -2/+5 | |
Based on gnome-panel commits, na-tray: Remove unneeded type NaBox: 9313543ecf3f8de10cb14977cd2eccd17e654968 From: Carlos Garcia Campos <[email protected]> na: Move creating of GtkBox for NaTray: 777b913142e61378e60c217c7c609e181202704c From: Vincent Untz <[email protected]> | |||||
2014-11-22 | na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE | infirit | 1 | -5/+10 | |
We were not looking at the right field for the message ID: the ID is in the 4th field for BEGIN_MESSAGE, but 2nd field for CANCEL_MESSAGE. Taken from gnome-panel commit: 8ff843458425d525b10fc5d9b7bb357248c637c8 From: Vincent Untz <[email protected]> | |||||
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 1 | -0/+4 | |
2014-05-17 | Use gtk_combo_box_text_new for gtk+2 | infirit | 1 | -6/+0 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Use gdk_window_get_width also for gtk2 | infirit | 1 | -4/+0 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 2 | -12/+3 | |
It was introduced in gdk2 already so clean up the code. | |||||
2014-04-28 | Remove autogenerated files | Stefano Karapetsas | 2 | -203/+0 | |
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 1 | -1/+3 | |
2014-02-12 | notification_area: Some GTK improvements | Stefano Karapetsas | 2 | -3/+1 | |
2014-02-09 | help: Avoid file collision with gnome-panel | infirit | 1 | -2/+2 | |
Also correct help uri for applets. | |||||
2014-01-18 | notification_area: Fix visibility with GTK3 | Stefano Karapetsas | 1 | -0/+3 | |
2013-11-16 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+12 | |
2013-10-26 | notification_area: Add GTK3 support | Stefano Karapetsas | 8 | -17/+256 | |
2013-07-26 | wncklet: Come back to libwnck | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-12 | Use yelp-tools instead of mate-doc-utils | Stefano Karapetsas | 1 | -1/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 10 | -20/+20 | |
2012-10-11 | update notification_area | Stefano Karapetsas | 3 | -3/+1 | |
2012-06-06 | switch to libmatewnckmate-panel-1.3.1 | Stefano Karapetsas | 1 | -2/+2 | |
2012-01-27 | website info redundancy, refer to mate-about | Perberos | 1 | -1/+0 | |
2012-01-27 | removing autogenerated files | Perberos | 1 | -964/+0 | |
2012-01-18 | Fixed mate-desktop URL | Steve Zesch | 1 | -1/+1 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 18 | -0/+4615 | |