Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The vala examples were written before GMenu, so add explict namespace use ↵ | Charles Kerr | 2012-03-21 | 1 | -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 examples | Ted Gould | 2012-01-28 | 1 | -0/+1 |
| | |||||
* | examples: use the set_secondary_activate_target API | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -8/+12 |
| | |||||
* | examples: add secondary-activate signal usage to Vala and C | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -0/+7 |
| | |||||
* | examples, added scroll-event demo. | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -0/+5 |
| | |||||
* | simple-client-vala: indentation fixes | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -3/+3 |
| | |||||
* | Examples, added simple-client-vala | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -0/+165 |
A rewrite of the simple-client.c version in Vala as example. Added a workaround for compiling it. |