aboutsummaryrefslogtreecommitdiff
path: root/bindings/vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix all remaining build warningsRobert Tari2023-02-021-3/+6
|
* Silence warnings generated by ValaRobert Tari2023-02-021-1/+1
|
* Fix remaining deprecation warningsRobert Tari2023-02-021-1/+3
|
* Whitespace fixRobert Tari2023-02-021-32/+32
|
* Clean up compilation flagsRobert Tari2022-02-111-1/+1
|
* bindings/vala/ayatana-appindicator3-0.1.deps: Add all dependenciesRobert Tari2021-06-091-0/+2
|
* Drop Automake filesRobert Tari2021-06-092-81/+0
|
* Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-092-0/+56
|
* bindings/vala: Add ayatana-appindicator3-0.1.depsRobert Tari2021-06-091-0/+1
|
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-104-17/+19
|
* Fix Vala classes not being able to inherit from IndicatorRobert Ancell2012-10-111-1/+1
|
* The vala examples were written before GMenu, so add explict namespace use ↵Charles Kerr2012-03-211-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 dep as wellTed Gould2011-09-281-1/+1
|
* Switching out the prefix for a fixed nameTed Gould2011-09-281-1/+1
|
* Bring along custom and grab from srcdirTed Gould2011-09-281-1/+4
|
* Fix type_check_function for vala bindingsMichal Hruby2011-09-233-1/+34
|
* vala: updated example to use the new APIMarco Trevisan (Treviño)2011-07-201-10/+3
|
* Vala bindings example: added secondary_activateMarco Trevisan (Treviño)2011-07-181-0/+8
|
* Removing -Werror for the Vala compilerTed Gould2011-07-071-1/+1
|
* Changing the build so that it uses the right version of the vala files and ↵Ted Gould2011-02-101-4/+26
| | | | removes the predefined header location
* Cleanup what we createTed Gould2011-02-101-1/+5
|
* Ensuring we don't run the app as part of the test, just build it so this ↵Ted Gould2011-02-101-3/+2
|\ | | | | | | will work in automation.
| * Changing the build to be the check instead of running it as we might not be ↵Ted Gould2011-02-031-3/+2
| | | | | | | | interactive.
* | Always check if vapigen is available when building VAPIMarco Trevisan (Treviño)2011-02-041-2/+4
| |
* | Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-042-4/+7
| |
* | vala bindings makefile: just use deps file for dependenciesMarco Trevisan (Treviño)2011-02-031-2/+1
|/
* Vala example, changed copyright yearMarco Trevisan (Treviño)2011-02-031-1/+1
|
* Vala example: indentation fixesMarco Trevisan (Treviño)2011-02-031-26/+26
|
* Vala example: adding copyright message.Marco Trevisan (Treviño)2011-02-031-0/+19
|
* Adding vala bindings and exampleMarco Trevisan (Treviño)2011-02-033-0/+91
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.