Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fork from Ubuntu's libappindicator project. | Mike Gabriel | 2015-11-10 | 2 | -11/+12 |
| | |||||
* | The vala examples were written before GMenu, so add explict namespace use ↵ | Charles Kerr | 2012-03-21 | 1 | -3/+3 |
| | | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu') | ||||
* | Fix type_check_function for vala bindings | Michal Hruby | 2011-09-23 | 1 | -0/+1 |
| | |||||
* | vala: updated example to use the new API | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -10/+3 |
| | |||||
* | Vala bindings example: added secondary_activate | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -0/+8 |
| | |||||
* | Removing -Werror for the Vala compiler | Ted Gould | 2011-07-07 | 1 | -1/+1 |
| | |||||
* | Changing the build so that it uses the right version of the vala files and ↵ | Ted Gould | 2011-02-10 | 1 | -4/+26 |
| | | | | removes the predefined header location | ||||
* | Cleanup what we create | Ted Gould | 2011-02-10 | 1 | -1/+5 |
| | |||||
* | Ensuring we don't run the app as part of the test, just build it so this ↵ | Ted Gould | 2011-02-10 | 1 | -3/+2 |
|\ | | | | | | | will work in automation. | ||||
| * | Changing the build to be the check instead of running it as we might not be ↵ | Ted Gould | 2011-02-03 | 1 | -3/+2 |
| | | | | | | | | interactive. | ||||
* | | Vala bindings: add metadata as build dependencies, support for gtk3 | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -1/+1 |
|/ | |||||
* | Vala example, changed copyright year | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | Vala example: indentation fixes | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -26/+26 |
| | |||||
* | Vala example: adding copyright message. | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -0/+19 |
| | |||||
* | Adding vala bindings and example | Marco Trevisan (Treviño) | 2011-02-03 | 2 | -0/+59 |
Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example. |