aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicator.c
Commit message (Expand)AuthorAgeFilesLines
* Aurelien's patch to add a set_server function to indicators.Ted Gould2009-08-061-3/+26
|\
| * Updated documentationAurelien Gateau2009-08-061-0/+8
| * Introduce indicate_indicator_set_server() so that server can be defined forAurelien Gateau2009-08-051-4/+17
|/
* Moving the listener code and some indicator code into libindicate-gtkTed Gould2009-08-031-44/+0
* Adding a function to set the server of the indicator upon creation. indicate...Ted Gould2009-08-031-0/+30
* Fixing typoTed Gould2009-04-301-1/+1
* Adding in arguments for the signalsTed Gould2009-04-301-1/+12
* Adding in message documentation and cleaning up some mistakes as I see them.Ted Gould2009-04-301-1/+1
* Getting most of the indicator documentation in the pool.Ted Gould2009-04-301-0/+29
* Turns out that gtk-doc can't have the name of the function on the same line a...Ted Gould2009-04-301-14/+30
* Dispaly typoTed Gould2009-04-301-1/+1
* First pass at trying to create some function documentation for IndicatorTed Gould2009-04-301-0/+99
* Adding in call to the parent class' finalize function as well, this should fr...Ted Gould2009-04-131-0/+1
* Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-111-4/+4
* Clearing another warning. Shame gdk doesn't do this one for us.Ted Gould2009-04-071-1/+1
* Changing from using a memory stream to using a buffer, the memory stream one ...Ted Gould2009-02-121-8/+18
* Adding in the function to take a pixbuf, turn it into a png, base64 encode it...Ted Gould2009-02-121-0/+16
* Adding in some debug messages and making the signal use the original key to b...Ted Gould2009-02-121-1/+3
* Adding in a time property functionTed Gould2009-02-121-0/+11
* Cleaning up some debug messages that aren't as useful anymoreTed Gould2009-02-111-2/+2
* Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-111-0/+28
* Only emitting a changed signal on properties changed when the indicator is vi...Ted Gould2009-02-091-1/+3
* Adding in the API function to take and icon and display it. Just the prototype.Ted Gould2009-02-051-0/+7
* Adding a property modified signal to the indicator objectTed Gould2009-01-291-2/+16
* Making the indicator properties private, they should be. Also cleansTed Gould2009-01-291-20/+50
* Adding in some properties to the mixTed Gould2009-01-131-0/+89
* Adding in a display function and a list by type.Ted Gould2009-01-131-0/+9
* Man, a lot of work for messing up one explaination point.Ted Gould2009-01-131-0/+4
* Making it so that the indicators all have unique IDsTed Gould2009-01-131-2/+1
* Fleshing out the whole show and hide thing. We should also be signalling whe...Ted Gould2009-01-121-0/+39
* Clean up the signal handlers and fixing the call in the test function. Now w...Ted Gould2009-01-121-2/+6
* Basic show hide support in the indicatorTed Gould2009-01-121-3/+19
* Changing to showing the inicator and make it so that we dont' crash right now.Ted Gould2009-01-121-0/+16
* Connecting indicators and servers. They create themselves easily.Ted Gould2009-01-091-2/+14
* Basic GObject stuffTed Gould2009-01-081-1/+1
* Fixing stuff so that everything links all togetherTed Gould2009-01-071-2/+1
* Dropping in more code to make these real GObjects and suchTed Gould2009-01-071-0/+49
* Indicator prototypesTed Gould2008-11-101-0/+7