aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Expand)AuthorAgeFilesLines
* Remove panel pluginLars Uebernickel2013-07-301-382/+0
* Include fallback icon namesLars Uebernickel2012-09-281-3/+12
* Request LARGE_TOOLBAR icons for the panelLars Uebernickel2012-09-251-3/+2
* Use indicator-message icons with chat statusLars Uebernickel2012-09-181-6/+33
* Show menu separators between sectionsLars Uebernickel2012-09-131-18/+8
* indicator-messages.c: don't call menu_items_changed directlyLars Uebernickel2012-09-051-31/+38
* Hide indicator when no applications are configured to use itLars Uebernickel2012-09-041-50/+49
* Merge lp:~larsu/messaging-menu/fix-iconsLars Uebernickel2012-08-271-1/+2
|\
| * Show icons on status menu itemsLars Uebernickel2012-08-271-0/+2
| * Remove unused #includeLars Uebernickel2012-08-271-1/+0
* | Bring back the blue icon when a source is drawing attentionLars Uebernickel2012-08-271-1/+26
|/
* Fix a memory leak and potential crash: ref_sink the widget, not the GMenuLars Uebernickel2012-08-251-1/+2
* Make the panel plugin reconnect to the service when it restartsLars Uebernickel2012-08-231-36/+56
* Update remaining license headersLars Uebernickel2012-08-211-1/+2
* Show icons in application and source menu itemsLars Uebernickel2012-08-211-6/+19
* Use a custom menu item for message source menu itemsLars Uebernickel2012-08-211-0/+2
* Merge Charles' branch: fixes a memory and a signal leak; various neat cleanupsLars Uebernickel2012-08-201-5/+3
|\
| * in indicator-messages' indicator_messages_accessible_desc_updated(), don't le...Charles Kerr2012-08-191-0/+2
| * in indicator-messages's dispose(), use g_clear_object()Charles Kerr2012-08-191-5/+1
* | Use a custom menu item for application itemsLars Uebernickel2012-08-201-0/+6
|/
* Set accessible description (statically to "Messages" for now)Lars Uebernickel2012-08-161-5/+27
* panel plugin: remove unused global variables and structLars Uebernickel2012-08-161-14/+1
* Use the old libindicator APILars Uebernickel2012-08-161-13/+90
* Use gdbus-codegen also for the server side messages serviceLars Uebernickel2012-06-271-1/+0
* indicator-messages.c: remove messages-service proxyLars Uebernickel2012-06-271-267/+0
* Remove dependency on menu-factoryLars Uebernickel2012-06-271-11/+13
* Port to gmenu, act II - the indicator objectLars Uebernickel2012-05-251-354/+31
* Remove gtk2 supportLars Uebernickel2012-05-071-69/+0
* Change i18n header to gi18n-lib.h to translate the accessible description. LP...Gabor Kelemen2012-03-171-1/+1
* Revert r244, there's only one paddingLars Uebernickel2012-03-081-1/+1
* Removing some GTK3 code, won't look as nice on GTK2, but ehTed Gould2012-02-101-0/+12
* Use floor instead of round for lozenge position, better err on them being too...Lars Uebernickel2012-02-101-1/+1
* Merge trunkLars Uebernickel2012-02-101-0/+4
|\
| * Fixing dbusmenu-gtk include pathsTed Gould2012-01-311-5/+0
| * Added macro to gtk_hbox_new fix per charles' advice (and fixed tabination).Allan LeSage2012-01-231-0/+4
| * Fix for gtk_hbox_new, werror on deprecated.Allan LeSage2012-01-231-1/+1
* | Fix left margin of indicator itemsLars Uebernickel2012-02-101-1/+1
* | Only draw right items as lozenges if they contain a countLars Uebernickel2012-02-031-0/+13
* | Don't draw empty lozengesLars Uebernickel2012-02-031-0/+3
* | Make minimum width of lozenge that of two charactersLars Uebernickel2012-02-031-0/+2
* | Switch to new dbusmenu includesLars Uebernickel2012-02-031-5/+0
* | Align status icons with app iconsLars Uebernickel2012-01-221-15/+12
* | Pixel-align the lozenge text to make it less blurryLars Uebernickel2012-01-221-3/+2
* | Center lozenge text verticallyLars Uebernickel2012-01-221-0/+4
* | Get the menu's current font size instead of hard coding it to 12ptLars Uebernickel2012-01-221-12/+14
* | Don't force lozenges to have the same widthLars Uebernickel2012-01-221-4/+0
* | Use gtk_box_new instead of gtk_hbox_newLars Uebernickel2012-01-221-1/+1
|/
* Export the indicator name hintMarco Trevisan (TreviƱo)2011-11-081-0/+11
* Memory leak on pixbufsTed Gould2011-09-211-8/+4
|\
| * Memory leaks fixesChow Loong Jin2011-01-211-8/+4