| Commit message (Expand) | Author | Age | Files | Lines |
* | Import upstream version 0.4.91 | Ted Gould | 2012-02-14 | 3 | -100/+104 |
|\ |
|
| * | indicator_object_dispose: remove unneeded list of entries | Lars Uebernickel | 2012-02-13 | 1 | -5/+1 |
| * | indicator_object_dispose: use _set_visible instead of reimplementing it | Lars Uebernickel | 2012-02-13 | 1 | -12/+2 |
| * | indicator_object_set_visible: no need to check for ENTRY_INIT | Lars Uebernickel | 2012-02-13 | 1 | -4/+2 |
| * | indicator_object_set_visible: only emit entry-{added,removed} when visibility... | Lars Uebernickel | 2012-02-12 | 1 | -1/+8 |
| * | Plug memory leak in parse_keyfile function. | Daniel d'Andrada | 2012-02-09 | 1 | -0/+1 |
| * | IndicatorObject: update object parent in any case. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -6/+6 |
| * | Indicator-Object: update the parent_object value only if the entry is valid. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -4/+16 |
| * | IndicatorObject: correctly initialize the parent object. | Marco Trevisan (Treviño) | 2012-01-25 | 1 | -1/+14 |
* | | Import upstream version 0.4.90 | Ted Gould | 2012-01-24 | 7 | -38/+398 |
|\| |
|
| * | Bumping the ABI version | Ted Gould | 2012-01-23 | 1 | -1/+1 |
| * | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 3 | -31/+338 |
| |\ |
|
| | * | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 4 | -2/+41 |
| | |\ |
|
| | * | | another iteration of the indicator-object visibility support patch, incorpora... | Charles Kerr | 2012-01-23 | 2 | -168/+84 |
| | * | | fix bugs in IndicatorObject's visibility support. | Charles Kerr | 2012-01-20 | 1 | -138/+161 |
| | * | | Better implementation. | Charles Kerr | 2012-01-13 | 2 | -119/+227 |
| | * | | initial revision for GSettings/GtkMenu visibility support | Charles Kerr | 2012-01-12 | 3 | -12/+272 |
| * | | | Set the parent_object on the default entry | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| * | | | Adding a parent object pointer to the entry | Ted Gould | 2012-01-19 | 1 | -0/+2 |
| | |/
| |/| |
|
| * | | Adding a window ID function to pass the window ID | Ted Gould | 2012-01-19 | 2 | -0/+37 |
| |\ \ |
|
| | * | | Clearing the entry function pointers | Ted Gould | 2012-01-13 | 1 | -0/+4 |
| | * | | Handling the activate_window function and going up the stack | Ted Gould | 2012-01-13 | 1 | -0/+7 |
| | * | | Documenting what this stuff does | Ted Gould | 2012-01-13 | 1 | -0/+16 |
| | * | | Adding an activate window function, that can also be virtual! | Ted Gould | 2012-01-13 | 2 | -0/+10 |
| * | | | Adding test coverage checking | Ted Gould | 2012-01-13 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 1 | -0/+2 |
| | |/ |
|
| * / | Use different directory for headers of gtk3 library | György Balló | 2011-11-20 | 2 | -2/+2 |
| |/ |
|
* | | Import upstream version 0.4.0 | Ted Gould | 2011-09-19 | 1 | -0/+1 |
|\| |
|
* | | Import upstream version 0.3.93 | Ted Gould | 2011-08-11 | 3 | -2/+7 |
|\| |
|
| * | Ask GTK to rescan the icon theme if the wanted icon cannot be found. | Aurelien Gateau | 2011-08-02 | 1 | -0/+5 |
| * | Don't make a new include directory based on GTK version | Ted Gould | 2011-07-29 | 1 | -1/+1 |
* | | Import upstream version 0.3.92 | Ted Gould | 2011-07-21 | 2 | -3/+23 |
|\| |
|
| * | Adding in secondary activate support | Ted Gould | 2011-07-21 | 2 | -3/+23 |
| |\ |
|
| | * | Dropping the x and y paramaters from the secondary activate signal | Ted Gould | 2011-07-21 | 3 | -7/+3 |
| | * | Added support for secondary activate signal: i.e. middle-click | Marco Trevisan (Treviño) | 2011-07-09 | 3 | -3/+27 |
* | | | Import upstream version 0.3.91 | Ted Gould | 2011-07-14 | 6 | -19/+72 |
|\| | |
|
| * | | Fixing the libindicator test suite | Ted Gould | 2011-07-14 | 1 | -11/+9 |
| |\ \ |
|
| | * | | Cleaning up removal of watchers as the string was getting free'd before it co... | Ted Gould | 2011-07-11 | 1 | -11/+9 |
| * | | | Watching when we do name switches | Ted Gould | 2011-07-12 | 1 | -2/+20 |
| * | | | Adding in the shutdown function | Ted Gould | 2011-07-12 | 2 | -0/+3 |
| * | | | In replace mode we need to ask the other guy to shutdown and still wait for t... | Ted Gould | 2011-07-12 | 1 | -2/+27 |
| * | | | Adding in a property for being in replace mode | Ted Gould | 2011-07-12 | 1 | -0/+8 |
| |/ / |
|
| * | | Add the PC file instead of replace it | Ted Gould | 2011-07-11 | 1 | -1/+1 |
| * | | Annotate the return value of indicator_object_get_entries so that the type in... | Robert Ancell | 2011-07-08 | 1 | -3/+3 |
| |/ |
|
* | | Import upstream version 0.3.90 | Ted Gould | 2011-07-07 | 9 | -103/+72 |
|\| |
|
| * | Cleaning up the built pc file | Ted Gould | 2011-07-06 | 1 | -0/+2 |
| * | Changing the API and ABI versioning slightly | Ted Gould | 2011-07-06 | 3 | -9/+18 |
| |\ |
|
| | * | Changing the pkgconfig file version to include the API version | Ted Gould | 2011-07-05 | 3 | -3/+3 |
| | * | Making the API and ABI versions variables | Ted Gould | 2011-07-05 | 3 | -7/+13 |
| | * | Adding another level of .in for the pc files. | Ted Gould | 2011-07-05 | 3 | -2/+5 |