Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Turning GTK Menuitems without labels into separators. | Ted Gould | 2011-03-31 | 2 | -17/+83 | |
| | | |\ \ | ||||||
| | | | * | | Remove some code duplication introduced in this branch | Chris Coulson | 2011-03-30 | 1 | -14/+13 | |
| | | | * | | - Don't change the type of existing menu items in the server. This | Chris Coulson | 2011-03-30 | 1 | -12/+62 | |
| | | | * | | Remove the now unneeded null pointer check on label in construct_dbusmenu_for... | Chris Coulson | 2011-03-30 | 1 | -17/+14 | |
| | | | * | | Revert the last commit and handle the same problem in the parser instead | Chris Coulson | 2011-03-30 | 2 | -1/+22 | |
| | | | * | | Don't set a default label for menuitems. Some applications (eg, xchat and pid... | Chris Coulson | 2011-03-29 | 1 | -1/+0 | |
| * | | | | | Merge with U. Desktop | Ted Gould | 2011-03-31 | 1 | -0/+7 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | releasing version 0.4.0-0ubuntu2 | Ken VanDine | 2011-03-28 | 2 | -5/+13 | |
|\ \ \ \ \ \ | ||||||
| | * | | | | | releasing version 0.4.0-0ubuntu2~ppa4 | Ted Gould | 2011-03-29 | 1 | -2/+2 | |
| | * | | | | | * Upstream Merge | Ted Gould | 2011-03-29 | 3 | -5/+25 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | Be more specific about the shortcut type | Ted Gould | 2011-03-29 | 1 | -1/+1 | |
| | | * | | | | Split out into another variable | Ted Gould | 2011-03-29 | 1 | -1/+4 | |
| | | * | | | | Use loop instead of next | Ted Gould | 2011-03-28 | 1 | -3/+1 | |
| | | * | | | | Putting in some protections from NULL parameters. | Ted Gould | 2011-03-28 | 1 | -0/+11 | |
| | * | | | | | releasing version 0.4.0-0ubuntu2~ppa3 | Ted Gould | 2011-03-28 | 1 | -2/+2 | |
| | * | | | | | * Upstream Merge | Ted Gould | 2011-03-28 | 2 | -1/+8 | |
| | |\| | | | | ||||||
| | | * | | | | Don't unref a variant we didn't have a ref to on error | Ted Gould | 2011-03-28 | 1 | -1/+0 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | releasing version 0.4.0-0ubuntu2~ppa2 | Ted Gould | 2011-03-28 | 1 | -2/+2 | |
| | * | | | | * Upstream Merge | Ted Gould | 2011-03-28 | 2 | -4/+13 | |
| | |\| | | | ||||||
| | | * | | | Ensure the parent stays ref'd | Ted Gould | 2011-03-28 | 1 | -4/+5 | |
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | fix some potential memory issues in hopes of fixing a reported crash | Michael Terry | 2011-03-25 | 1 | -5/+6 | |
| | |_|_|/ | |/| | | | ||||||
| | | * | | Protect our properties parsing a bit more. | Ted Gould | 2011-03-28 | 1 | -5/+23 | |
| | |/| | | |/| | | | ||||||
| | * | | | releasing version 0.4.0-0ubuntu2~ppa1 | Ted Gould | 2011-03-24 | 1 | -2/+2 | |
| | * | | | * Upstream Merge | Ted Gould | 2011-03-24 | 2 | -5/+31 | |
| | |\| | | ||||||
| | | * | | Attaching bug | Ted Gould | 2011-03-24 | 0 | -0/+0 | |
| | | * | | Put in some more protections on the types for property variants and generate ... | Ted Gould | 2011-03-24 | 1 | -5/+23 | |
| | |/ / | |/| | | ||||||
| | * | | Merge U. Desktop | Ted Gould | 2011-03-24 | 1 | -1/+1 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | releasing version 0.4.0-0ubuntu1 | Ken VanDine | 2011-03-23 | 24 | -55/+245 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | releasing version 0.4.0-0ubuntu1~ppa1 | Ted Gould | 2011-03-23 | 1 | -2/+2 | |
| * | | | New upstream release. | Ted Gould | 2011-03-23 | 21 | -43/+186 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Import upstream version 0.4.0 | Ted Gould | 2011-03-23 | 23 | -55/+234 | |
| | |\| | ||||||
| | | * | 0.4.0 | Ted Gould | 2011-03-23 | 1 | -3/+3 | |
| * | | | releasing version 0.3.102-0ubuntu2~ppa3 | Ted Gould | 2011-03-23 | 1 | -2/+2 | |
| * | | | * Upstream Merge | Ted Gould | 2011-03-23 | 3 | -39/+50 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Ensure that we don't remove properties that are getting their values updated | Ted Gould | 2011-03-23 | 1 | -0/+21 | |
| | |\ \ | ||||||
| | | * | | Protect against NULL properties | Ted Gould | 2011-03-22 | 1 | -12/+14 | |
| | * | | | Switch to using iter_loop to protect from NULL variants | Ted Gould | 2011-03-23 | 1 | -25/+19 | |
| | |\ \ \ | ||||||
| | | * | | | A couple more intr_loops with a small memory leak fix | Ted Gould | 2011-03-21 | 1 | -9/+10 | |
| | | * | | | Moving from iter_next to iter_loop on a couple more iterators | Ted Gould | 2011-03-21 | 1 | -6/+2 | |
| | | * | | | Removing an unneeded iner_new | Ted Gould | 2011-03-21 | 1 | -3/+3 | |
| | | * | | | Use iter_loop to handle unref'ing the variants cleanly. | Ted Gould | 2011-03-21 | 1 | -7/+4 | |
| | * | | | | Look everywhere for accel closures | Ted Gould | 2011-03-22 | 1 | -2/+9 | |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | | * | | | check menu items for accelerators directly if accel label doesn't have one | Michael Terry | 2011-03-21 | 1 | -2/+9 | |
| | |/ / / | ||||||
| * | | | | Brown paper bag | Ted Gould | 2011-03-22 | 1 | -1/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Remove the link instead of the data | Ted Gould | 2011-03-22 | 1 | -1/+1 | |
| * | | | | releasing version 0.3.102-0ubuntu2~ppa2 | Ted Gould | 2011-03-22 | 1 | -2/+2 | |
| * | | | | * Upstream Merge | Ted Gould | 2011-03-22 | 2 | -0/+27 | |
| |\| | | | ||||||
| | * | | | Protect the entries that are about to be updated from being removed | Ted Gould | 2011-03-22 | 1 | -0/+19 | |
| | |/ / | ||||||
| * | | | releasing version 0.3.102-0ubuntu2~ppa1 | Ted Gould | 2011-03-21 | 1 | -2/+2 | |
| * | | | * Upstream Merge | Ted Gould | 2011-03-21 | 2 | -0/+9 | |
| |\| | |