Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 0.4.0 | Ted Gould | 2011-09-28 | 18 | -117/+94 |
|\ | |||||
| * | 0.4.00.4.0 | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| * | Bring along custom and grab from srcdir | Ted Gould | 2011-09-28 | 1 | -1/+4 |
| * | Fixing Vala bindings | Ted Gould | 2011-09-23 | 4 | -2/+35 |
| |\ | |||||
| | * | Fix type_check_function for vala bindings | Michal Hruby | 2011-09-23 | 4 | -2/+35 |
| |/ | |||||
* | | Import upstream version 0.3.91 | Ted Gould | 2011-08-11 | 32 | -778/+1273 |
|\| | |||||
| * | 0.3.910.3.91 | Ted Gould | 2011-08-11 | 1 | -1/+1 |
| * | Fix comments to work with g-ir-scanner | Ted Gould | 2011-07-22 | 3 | -480/+478 |
| |\ | |||||
| | * | Fixed comments to correctly work with g-ir-scanner | Marco Trevisan (Treviño) | 2011-07-20 | 3 | -481/+479 |
| * | | Adding in support for the secondary activate (middle click) | Ted Gould | 2011-07-22 | 9 | -61/+235 |
| |\ \ | |||||
| | * | | Adding the secondary target functions to the documentation | Ted Gould | 2011-07-22 | 1 | -0/+2 |
| | * | | Watching for the 'XAyatanaSecondaryActivate' method as well | Ted Gould | 2011-07-22 | 2 | -1/+5 |
| | * | | Always clear the sec_activate_target | Ted Gould | 2011-07-22 | 1 | -8/+8 |
| | |/ | |||||
| | * | examples: use the set_secondary_activate_target API | Marco Trevisan (Treviño) | 2011-07-20 | 2 | -70/+63 |
| | * | vala: updated example to use the new API | Marco Trevisan (Treviño) | 2011-07-20 | 1 | -10/+3 |
| | * | mono bindings: updated API and example | Marco Trevisan (Treviño) | 2011-07-20 | 2 | -6/+7 |
| | * | app-indicator: Move from "secondary-activate" signal to secondary_activate ta... | Marco Trevisan (Treviño) | 2011-07-20 | 2 | -45/+131 |
| | * | Call the right signal on middle-click over the tray icon! | Marco Trevisan (Treviño) | 2011-07-19 | 1 | -1/+1 |
| | * | app-indicator: added middle click support for wrapper tray | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -1/+29 |
| | * | examples: add secondary-activate signal usage to Vala and C | Marco Trevisan (Treviño) | 2011-07-18 | 2 | -1/+20 |
| | * | Vala bindings example: added secondary_activate | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -0/+8 |
| | * | mono bindings: added SecondaryActivate support. | Marco Trevisan (Treviño) | 2011-07-18 | 2 | -0/+6 |
| | * | Add signal "secondary-activate" and emit it when needed | Marco Trevisan (Treviño) | 2011-07-18 | 4 | -12/+46 |
| | * | Merge with Upstream | Marco Trevisan (Treviño) | 2011-07-09 | 4 | -5/+7 |
| | |\ | | |/ | |/| | |||||
* | | | Import upstream version 0.3.90 | Ted Gould | 2011-07-07 | 39 | -9607/+9117 |
|\| | | |||||
| * | | 0.3.900.3.90 | Ted Gould | 2011-07-07 | 1 | -1/+1 |
| * | | Removing -Werror for the Vala compiler | Ted Gould | 2011-07-07 | 2 | -2/+3 |
| * | | Free allocated name | Ted Gould | 2011-07-07 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Free name if we get it | Ted Gould | 2011-06-16 | 1 | -0/+1 |
| | |/ | |||||
| * / | Migrate to libindicator 0.4 | Ted Gould | 2011-07-07 | 1 | -2/+2 |
| |/ | |||||
| * | Doc fix | Ted Gould | 2011-06-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Trivial documentation fix | Javier Jardón | 2011-06-16 | 1 | -1/+1 |
| * | | Autotools fixes | Ted Gould | 2011-06-16 | 2 | -26/+21 |
| |\ \ | | |/ | |/| | |||||
| | * | configure.ac: Generate xz tarballs with pax format by default | Javier Jardón | 2011-06-15 | 1 | -1/+1 |
| | * | Update autotools configuration | Javier Jardón | 2011-06-15 | 2 | -26/+21 |
| |/ | |||||
* | | Import upstream version 0.3.0 | Ted Gould | 2011-03-23 | 6 | -25/+29 |
|\| | |||||
| * | 0.3.00.3.0 | Ted Gould | 2011-03-23 | 1 | -2/+2 |
| * | Use icon-name instead of GIcon in the fallback GtkStatusIcon | Ted Gould | 2011-03-23 | 1 | -11/+3 |
| |\ | |||||
| | * | Set gtk_status_icon using icon_name instead of gicon | Ted Gould | 2011-03-23 | 1 | -11/+3 |
| |/ | |||||
* | | Import upstream version 0.2.99 | Ted Gould | 2011-03-16 | 6 | -15/+27 |
|\| | |||||
| * | 0.2.990.2.99 | Ted Gould | 2011-03-16 | 1 | -2/+2 |
| * | Doing a ref_sink() like we should have been doing! | Ted Gould | 2011-03-14 | 1 | -1/+1 |
| |\ | |||||
| | * | sink ref to passed-in menu in set_menu() to avoid leaks | Michael Terry | 2011-03-14 | 1 | -1/+1 |
| |/ | |||||
* | | Import upstream version 0.2.98 | Ted Gould | 2011-03-10 | 7 | -38/+40 |
|\| | |||||
| * | 0.2.980.2.98 | Ted Gould | 2011-03-10 | 1 | -2/+2 |
| * | Adding a TargetEnvironment to the desktop file | Ted Gould | 2011-03-10 | 1 | -3/+4 |
| * | Don't watch signals we shouldn't need to. | Ted Gould | 2011-03-09 | 1 | -21/+2 |
| |\ | |||||
| | * | Attaching bug number | Ted Gould | 2011-03-08 | 0 | -0/+0 |
| | * | Dropping the client_menu_changed function as dbusmenu should do this for us. | Ted Gould | 2011-03-08 | 1 | -21/+2 |
| |/ | |||||
* | | Import upstream version 0.2.97 | Ted Gould | 2011-03-03 | 11 | -57/+100 |
|\| |