aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't look up a style value we're not usingTed Gould2011-08-241-3/+0
* | Switching the padding to the toggle-spacing like the image menu item and usin...Ted Gould2011-08-241-4/+4
* | Remove an unused hbox in the application menu itemTed Gould2011-08-241-5/+1
* | WhitespaceAndrea Cimitan2011-08-171-0/+1
* | WhitespaceAndrea Cimitan2011-08-171-1/+0
* | Fixes draw renderings in gtk+3Andrea Cimitan2011-08-171-8/+55
* | Removing the menu item from the indicatorTed Gould2011-07-211-48/+0
* | Switching to calling a method instead of clearing in the indictor.Ted Gould2011-07-211-2/+12
* | Don't use g_return_if_fail in middle-click cb functionMarco Trevisan (Treviño)2011-07-211-1/+2
* | X and Y pointer position aren't supported anymore by libindicatorMarco Trevisan (Treviño)2011-07-211-4/+3
* | Added a "Clear notifications" menu as well...Marco Trevisan (Treviño)2011-07-191-4/+52
* | Reset the un-attention icon on secondary-activate over indicatorMarco Trevisan (Treviño)2011-07-111-0/+15
* | allow building with gtk3Michael Terry2011-05-261-0/+6
* | Removing an unneeded strdupTed Gould2011-02-171-2/+2
* | Updating the description when we signal that it's changedTed Gould2011-02-171-4/+9
* | Store entry data in a variable so it can be freed after signaling anLuke Yelavich2011-02-171-2/+5
* | No need to use g_strdup, the variable is a constLuke Yelavich2011-02-171-2/+2
* | Add accessible description supportLuke Yelavich2011-02-141-0/+36
* | Upgrading to new type handler prototypeTed Gould2011-01-271-2/+2
|/
* Switch to new dbusmenu signal prototypeTed Gould2011-01-141-7/+7
* Type to sessionTed Gould2011-01-141-1/+1
* Switching the function callbacksTed Gould2011-01-141-6/+28
* Changing the signal callbacksTed Gould2011-01-141-16/+17
* Changing the creation of the proxyTed Gould2011-01-141-31/+63
* Changing to get the interface from the included XML fileTed Gould2011-01-141-4/+22
* avoid deprecated APIMichael Terry2010-10-061-8/+12
* Making sure to put the dbusmenu item in the callbackTed Gould2010-09-031-1/+1
* adjusted position of the left icons and triangle overlayDavid Barth2010-08-261-3/+23
* Removing some extra code that's not needed and ensuring the icon is always sh...Ted Gould2010-08-241-5/+1
* Only show the avatar if it is sentTed Gould2010-08-241-1/+8