aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-11-271-29/+27
* Fork from Ubuntu's indicator-application code project.Mike Gabriel2015-11-111-5/+5
* Switch to a name watchTed Gould2014-02-201-29/+24
* Set the parent object pointer to help unity-panel-serviceTed Gould2012-04-091-0/+1
* Fix two memory bugs with clearing out out directories from our icon search path.Charles Kerr2012-03-171-19/+21
* Making sure to initial string pointersTed Gould2012-02-031-23/+23
* Fixing some of the variant usage to free strings appropriatelyTed Gould2012-02-031-28/+54
* Changing the signatures on the indicator side, we don't care much about title...Ted Gould2012-02-031-5/+7
* Adding in service versions to detect the dbus API changeTed Gould2012-02-031-1/+1
* Fixing includes to match dbusmenu v0.5.90Ted Gould2012-02-031-4/+0
* Enabling Secondary Activate supportTed Gould2011-07-221-5/+32
|\
| * Don't use "SecondaryActivate" methodMarco Trevisan (Treviño)2011-07-211-6/+6
| * Add support to the "SecondaryActivate" methodMarco Trevisan (Treviño)2011-07-101-5/+32
* | Fixing the signature on the startup functions.Ted Gould2011-07-081-1/+1
|/
* Oops, should be a freeTed Gould2011-07-071-2/+2
* Setting the name hints through the stack.Ted Gould2011-07-071-8/+22
* Use the "entry-scrolled" signal instead of the old onesMarco Trevisan (Treviño)2011-07-021-3/+3
* If we're requeuing we don't really want to continue to process the signalTed Gould2011-03-111-0/+1
* Removing applications before adding new ones.Ted Gould2011-03-111-0/+8
* A couple memory leaksTed Gould2011-03-111-1/+5
* Only clear the cancel if we're not being cancelledTed Gould2011-03-111-4/+6
* Unrefing the object, it might not happen right away, so let's clear it oursel...Ted Gould2011-03-111-3/+3
* If we're in the middle of a GetApplications and we get another signal, let's ...Ted Gould2011-03-111-0/+15
* Add a cancellable object for the GetApplications callTed Gould2011-03-111-1/+26
* Adding support for accessible descriptionsTed Gould2011-02-241-13/+42
|\
| * Switching things around so the icon switches with the description all the way...Ted Gould2011-02-241-47/+23
| * Adding a missing braceTed Gould2011-02-231-0/+1
| * Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description.Luke Yelavich2011-02-111-27/+3
| * accessible_name -> accessible_descLuke Yelavich2011-02-081-24/+24
| * Add accessible name supportLuke Yelavich2011-02-071-9/+85
* | Ensures the accessible description is NULLTed Gould2011-02-181-1/+1
* | don't abort on various unexpected situations; just spit out critical warningMichael Terry2011-02-111-1/+1
|/
* indicator-application: rename the method ApplicationScrollSignal to Applicati...Marco Trevisan (Treviño)2011-01-291-1/+1
* indicator-application: catch "scroll-entry" signal and send ApplicationScroll...Marco Trevisan (Treviño)2011-01-271-0/+25
* don't second guess service's new application, which caused our positions to g...Michael Terry2011-01-131-30/+1
* fix bug with gvariant string; port testMichael Terry2011-01-121-1/+1
* port to gdbusMichael Terry2011-01-111-143/+150
* Merging in support for GTK3/2 dual buildTed Gould2010-12-031-0/+7
|\
| * instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure...Michael Terry2010-10-061-0/+7
* | Syncing with trunk and resolving conflictsTed Gould2010-08-051-16/+56
|\ \
| * | Fixed two G_PARAM_SPECS and made it even more possible to remove the Sense Hofstede2010-07-221-2/+2
| * | Clean-up and renaming variables and functions everywhere to use icon_theme_pa...Sense Hofstede2010-07-221-27/+40
| * | trying to implement runtime theme-path changingC10uD2010-07-221-0/+34
| |/
* | Updating with helper when rebuilding.Ted Gould2010-08-051-0/+1
* | Tracking the long name along with the application entry.Ted Gould2010-08-051-10/+15
* | Check for suffix when updating icon as well! Ted Gould2010-08-051-1/+6
* | Showing and hiding the entries with removal.Ted Gould2010-08-051-0/+21
* | Reshuffling the signaling and making sure to ref the label.Ted Gould2010-08-051-8/+12
* | Not really sure what this TODO meant, so I'm removing it.Ted Gould2010-08-051-1/+0
* | Some slight refactoring and comments along with the ability to remove the ent...Ted Gould2010-08-051-10/+25