aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
Commit message (Collapse)AuthorAgeFilesLines
* * accessible_name -> accessible_desc to better reflect the use of the content.Luke Yelavich2011-02-081-5/+10
| | | | | | * Add accessible-desc-update signal so that indicators can tell indicator-applet/unity that the accessible description has changed
* use const gchar for variable and prototypeLuke Yelavich2011-02-011-2/+2
|
* Merge from trunkLuke Yelavich2011-02-011-1/+3
|\
| * Removed typo in code.Marco Trevisan (Treviño)2011-01-271-1/+1
| | | | | | | | Pasted a more SCROLL value :P
| * Added support for "signal-entry" signalMarco Trevisan (Treviño)2011-01-271-2/+4
| | | | | | | | | | | | | | | | libindicator support the new "scroll-entry" signal (which get called using the target entry as parameter too) I think that maybe we could simply rewrite the "scroll" signal, but I kept it there for compatibility reasons; however, actually just the indicator-sound should be fixed in case of switch...
* | Add accessible_name variable in indicator entry structureLuke Yelavich2011-01-181-0/+5
|/
* Adding a virtual function for closing the menu and a wrapper for it.Ted Gould2011-01-091-0/+5
|
* Adding a function to check whether we should show the indicator with priority.Ted Gould2011-01-041-0/+1
|
* Making it a real signal nowTed Gould2011-01-041-0/+2
|
* Adding a show now state to indicate priority.Ted Gould2011-01-041-0/+6
|
* Breaking the ABI and adding a subclassable function.Ted Gould2010-09-161-1/+9
|
* Adding a function to push activate back down.Ted Gould2010-09-161-0/+1
|
* Forgot the signal nameTed Gould2010-09-141-0/+2
|
* Adding slot for the menu show signalTed Gould2010-09-141-7/+6
|
* Use IndicatorScrollDirection instead of gboolean in ↵Cody Russell2010-03-161-1/+1
| | | | IndicatorObjectClass->scroll function pointer.
* Define IndicatorScrollDirection enum for scroll signal parameter.Cody Russell2010-03-161-2/+9
|
* Add 'scroll' signal.Cody Russell2010-03-151-5/+7
|
* API changes required to have locations for the entries.Ted Gould2010-01-151-4/+9
|
* Using the proper define for the type.Ted Gould2009-11-041-2/+2
|
* Adding in some ID helpers.Ted Gould2009-11-031-2/+4
|
* Adding in some signals to make for some more fun.Ted Gould2009-11-031-0/+3
|
* TypoTed Gould2009-11-031-1/+1
|
* Whew, blew up the interface and built it back again.Ted Gould2009-11-031-8/+8
|
* Redefining the interface. Now this object should get subclassed by folks.Ted Gould2009-11-031-7/+64
|
* Comments in the copyright statements updated.Ted Gould2009-11-031-1/+2
|
* Oh, legal headers. Fun, fun.Ted Gould2009-10-281-0/+22
|
* Adding some accessor functions for the various GTK objects.Ted Gould2009-10-081-0/+4
|
* Adding a function to create an object from a fileTed Gould2009-10-081-0/+1
|
* Building a base object.Ted Gould2009-10-061-0/+33