aboutsummaryrefslogtreecommitdiff
path: root/bindings/vala/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Drop Automake filesRobert Tari2021-06-091-40/+0
|
* Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-091-0/+27
|
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-102-11/+12
|
* 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 type_check_function for vala bindingsMichal Hruby2011-09-231-0/+1
|
* 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.
* | Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-041-1/+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-032-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.