aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-ng.c
Commit message (Expand)AuthorAgeFilesLines
* Fork libayatana-indicator from Ubuntu's libindicator shared library.Mike Gabriel2015-11-061-744/+0
* IndicatorNG: Reverse the scroll delta on left scroll eventsMarco Trevisan (TreviƱo)2014-07-161-2/+6
* indicator-ng: support "submenu-action" on root menu itemsLars Uebernickel2014-01-291-0/+34
* Use named icons rather than (deprecated) stock items.Colin Watson2013-12-201-1/+1
* Allow setting different positions for each profile in indicator filesLars Uebernickel2013-10-291-0/+3
|\
| * Allow setting per-profile positions in indicator filesLars Uebernickel2013-10-101-0/+3
* | indicator-ng: always create entry.label and entry.imageLars Uebernickel2013-10-171-6/+3
* | Warn when an indicator doesn't get respawned anymoreLars Uebernickel2013-10-161-1/+5
|/
* Remove debug messageLars Uebernickel2013-09-091-2/+0
* Support x-canonical-secondary actionLars Uebernickel2013-09-091-0/+27
* Support "x-canonical-scroll-action"Lars Uebernickel2013-09-091-5/+32
* Allow indicators to tell the panel where they want to appearLars Uebernickel2013-06-281-0/+35
* in indicator_ng_service_started(), the result's variant type should be parsed...Charles Kerr2013-06-271-6/+10
* in indicator_ng_update_entry, unconditionally call set_label, set_icon, set_a...Charles Kerr2013-06-161-6/+3
* indicator-ng: properly fail when keyfile doesn't existLars Uebernickel2013-06-071-1/+1
* indicator-ng: fix crashLars Uebernickel2013-05-291-5/+2
* IndicatorNg: update indicator file formatLars Uebernickel2013-05-241-12/+50
* refactor indicator_ng_initable_initLars Uebernickel2013-05-241-22/+16
* Don't free label and accessible_desc.William Hua2013-04-261-5/+2
* [ William Hua ]William Hua2013-04-221-13/+26
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-211-11/+20
* Revert: indicator-ng: allow a dictionary as the root action's stateMathieu Trudel-Lapierre2013-03-181-20/+11
* indicator-ng: allow a dictionary as the root action's stateLars Uebernickel2013-03-131-11/+20
* indicator-ng: add license headerLars Uebernickel2013-02-141-0/+18
* indicator-ng: don't hide the indicator if the service is already runningLars Uebernickel2013-02-061-1/+0
* indicator-ng: try to restart the service when it crashesLars Uebernickel2013-02-061-5/+74
* indicator-ng: simplify flow in initable_initLars Uebernickel2013-01-301-21/+20
* indicator-ng: use strlen instead of hard coding the lengthLars Uebernickel2013-01-251-1/+1
* indicator-ng: use indicator_image_helperLars Uebernickel2013-01-251-1/+2
* indicator-ng: lazily allocate entry.label and entry.imageLars Uebernickel2013-01-251-7/+27
* indicator-ng: require header item to have x-canonical-type setLars Uebernickel2013-01-251-15/+38
* indicator-ng: check return value of g_menu_model_get_item_attributeLars Uebernickel2013-01-241-3/+5
* indicator-ng: document error conditions in menu_changedLars Uebernickel2013-01-241-0/+4
* indicator-ng: save unnecessary allocations by using "&" in g_variant_getLars Uebernickel2013-01-241-8/+4
* indicator-ng: show broken image when g_icon_for_string returns NULLLars Uebernickel2013-01-241-17/+18
* indicator-ng: use an IndicatorObjectEntry internallyLars Uebernickel2013-01-241-83/+26
* indicator-ng: set name hint to the value of the service file's "Name" fieldLars Uebernickel2013-01-231-8/+23
* indicator-ng: use base->get_entries to get the invisible ones, tooLars Uebernickel2013-01-231-1/+1
* indicator-ng: auto start service if it's not runningLars Uebernickel2013-01-231-1/+1
* indicator-ng: properly unset action group when the service disappearsLars Uebernickel2013-01-221-1/+1
* indicator-ng: add gettersLars Uebernickel2013-01-211-0/+16
* indicator-ng: add indicator_ng_new_for_profileLars Uebernickel2013-01-211-0/+11
* indicator-ng: fix crash (tried to free a string with g_object_unref)Lars Uebernickel2013-01-211-1/+0
* indicator-ng: always set an accessible description to avoid imminent warningLars Uebernickel2013-01-211-0/+6
* Add IndicatorNgLars Uebernickel2013-01-181-0/+444