aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 ↵Ted Gould2011-08-241-4/+4
| | | | | | | | using it at creation of the box
* | 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
| | | | | | | | We don't need an assertion there.
* | X and Y pointer position aren't supported anymore by libindicatorMarco Trevisan (Treviño)2011-07-211-4/+3
| | | | | | | | Dropping them!
* | 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
| | | | | | | | | | When the messaging menu is in the "attention" state, middle-clicking over the indicator-messages will clear the attention icon.
* | 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
| | | | | | | | | | accessible description change, preventing a memory leak.
* | 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 ↵Ted Gould2010-08-241-5/+1
| | | | shown.
* Only show the avatar if it is sentTed Gould2010-08-241-1/+8
|
* Set the image menu iconTed Gould2010-08-241-1/+1
|
* merged dbarth's branchAndrea Cimitan2010-07-291-10/+5
|\
| * better aspect ratio for the triangleDavid Barth2010-07-291-1/+1
| |
| * adjust the triangle sizeDavid Barth2010-07-291-2/+2
| |
| * remove the old running app. iconDavid Barth2010-07-291-5/+0
| |
| * fix typos to build and clean up commentsDavid Barth2010-07-291-7/+3
| |
* | remove the previous iconAndrea Cimitan2010-07-291-8/+0
|/
* trailing whitespaceAndrea Cimitan2010-07-291-1/+1
|
* Draw a triangle on the leftAndrea Cimitan2010-07-291-1/+43
|
* check if widget is really a widget before getting its style (from dbarth)Andrea Cimitan2010-07-291-0/+2
|
* Ops, readded the label :PAndrea Cimitan2010-07-291-0/+6
|
* Added rounded rectangles on the rightAndrea Cimitan2010-07-291-89/+22
|
* Fixed position of sub menu indicators (the one with the counter on the right)Andrea Cimitan2010-07-221-7/+5
|
* Added triangles on the left and new label design on the right.Andrea Cimitan2010-07-221-17/+159
| | | | | We still need to align not-active services but I don't have any clue on how to do this
* Dropping a useless warningTed Gould2010-03-311-2/+0
|
* Actually, more correctly, that should be a weak ref.Ted Gould2010-03-311-1/+1
|
* Fixing a mixed up signal name. Small memory leak.Ted Gould2010-03-311-1/+1
|
* Making it so that we don't build two icon_proxies ever.Ted Gould2010-03-301-20/+22
|
* Putting in a timeout to clear the icon if there were messages waiting when ↵Ted Gould2010-03-301-0/+22
| | | | we lost the service.
* Switching over to using an indicator service manager instead of setting up ↵Ted Gould2010-03-291-37/+27
| | | | the proxies by hand.