aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* AppIndicator: fix icon and theme paths when running in $SNAP environmentMarco Trevisan (Treviño)2017-05-151-1/+1
| | | | | | Prepend $SNAP path to icons and theme paths when running in a sandboxed environment, this allows to run app indicators without caring about the fact they've been designed or compiled to run in a snap world or not. (LP: #1600136)
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-101-2/+4
|
* The vala examples were written before GMenu, so add explict namespace use ↵Charles Kerr2012-03-211-18/+18
| | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')
* Setting the titles in the examplesTed Gould2012-01-282-0/+2
|
* examples: use the set_secondary_activate_target APIMarco Trevisan (Treviño)2011-07-202-70/+63
|
* examples: add secondary-activate signal usage to Vala and CMarco Trevisan (Treviño)2011-07-182-1/+20
|
* Removing -Werror for the Vala compilerTed Gould2011-07-071-1/+2
|
* Switching to the new style of setting the a11y labelTed Gould2011-02-231-32/+3
|
* Merge from trunkLuke Yelavich2011-02-141-1/+5
|\
| * Make sure to pull the vala source file along with us.Ted Gould2011-02-101-1/+5
| |
* | Merge from trunkLuke Yelavich2011-02-113-1/+207
|\|
| * example makefile code cleanupMarco Trevisan (Treviño)2011-02-051-2/+1
| |
| * examples, vala: check for valacMarco Trevisan (Treviño)2011-02-051-0/+4
| |
| * examples, added scroll-event demo.Marco Trevisan (Treviño)2011-02-042-0/+14
| |
| * Vala simple client, compile workaround improved.Marco Trevisan (Treviño)2011-02-041-1/+1
| |
| * simple-client-vala: indentation fixesMarco Trevisan (Treviño)2011-02-041-3/+3
| |
| * Examples, added simple-client-valaMarco Trevisan (Treviño)2011-02-042-1/+190
| | | | | | | | | | | | A rewrite of the simple-client.c version in Vala as example. Added a workaround for compiling it.
* | accessible_name -> accessible_descLuke Yelavich2011-02-081-5/+5
| |
* | Add accessible_name supportLuke Yelavich2011-02-041-0/+29
|/
* GTK3 fixesKen VanDine2011-01-252-3/+10
|
* Merging in removing of the serviceTed Gould2010-12-031-2/+2
|\
| * Migrating to the LIBRARY flagsTed Gould2010-12-021-2/+2
| |
* | Add a menu item to use the local iconTed Gould2010-11-091-0/+20
| |
* | Adding in an icon and passing it's path to the buildTed Gould2010-11-092-0/+4
|/
* Adding the ability to toggle the label on and offTed Gould2010-08-051-3/+29
|
* Make sure we get to 100Ted Gould2010-08-041-1/+1
|
* Setting the label in the simple clientTed Gould2010-08-041-0/+15
|
* Removing the libappindicator directory to make things simplerTed Gould2010-04-291-1/+1
|
* Minor cleanupCody Russell2010-02-121-8/+1
|
* Just to be safe, let's connect these at the end.Cody Russell2010-02-121-1/+9
|
* SubmenusCody Russell2010-02-111-5/+32
|
* Adding a menu item to toggle the attention state.Ted Gould2010-02-061-0/+24
|
* Showing the toggle_item as well as the others.Ted Gould2010-01-131-1/+1
|
* Showing items in sampleTed Gould2010-01-131-0/+5
|
* Label fuCody Russell2010-01-111-0/+26
|
* Toggle eventsCody Russell2010-01-071-2/+2
|
* Checkmark supportCody Russell2010-01-071-1/+1
|
* Add 'activate' signal supportCody Russell2009-12-071-0/+14
|
* API changes, gtk menu supportCody Russell2009-12-031-18/+19
|
* GPL headerTed Gould2009-11-301-0/+21
|
* Migrating to the new 'app' world.Ted Gould2009-11-302-4/+4
|
* Shortening the object names as well. People hate typing.Ted Gould2009-11-301-7/+7
|
* Building a little more of a menu item for testing.Ted Gould2009-11-241-1/+8
|
* Making a simple clientTed Gould2009-11-232-0/+53