| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * Upstream Merge | Ted Gould | 2010-04-14 | 2 | -0/+21 |
| |\ | | | | | | | | | | | * Don't allow setting children twice * Ref children of a menuitem * Return error when parent ID of getlayout can't be found | ||||
| | * | Keep an internal reference to the children. | Ted Gould | 2010-04-14 | 1 | -0/+5 |
| | | | |||||
| | * | Return error if we can't find parent in a buildxml routine | Ted Gould | 2010-04-14 | 1 | -0/+10 |
| | | | |||||
| | * | Fail if we add a child to a menu that already has that child. | Ted Gould | 2010-04-14 | 1 | -0/+6 |
| | | | |||||
| * | | * Upstream Merge | Ted Gould | 2010-04-14 | 2 | -0/+8 |
| |\| | | | | | | | | | * Adding in visible property to docs * Helpful comments in the code | ||||
| | * | A couple of code review comments | Ted Gould | 2010-04-14 | 1 | -0/+2 |
| | | | |||||
| | * | Document "visible" property | Aurelien Gateau | 2010-04-02 | 1 | -0/+6 |
| | | | |||||
| * | | Import upstream version 0.2.9 | Ted Gould | 2010-04-01 | 15 | -265/+2154 |
| |\| | |||||
| | * | Documentation Fix | Ted Gould | 2010-04-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Changed default value for toggle-state | Aurelien Gateau | 2010-03-31 | 1 | -1/+1 |
| | |/ |/| | |||||
| | * | Changing the parse function from using take_children to get_children. | Ted Gould | 2010-03-31 | 1 | -4/+12 |
| | | | |||||
| | * | Bringing up to date with trunk | Ted Gould | 2010-03-31 | 3 | -3/+17 |
| | |\ | |||||
| | | * | Unreffing always when updating. | Ted Gould | 2010-03-31 | 1 | -1/+5 |
| | | | | |||||
| | | * | Removing this error. It's reasonable for this to happen, and the correction ↵ | Ted Gould | 2010-03-31 | 1 | -1/+6 |
| | | | | | | | | | | | | | is that when we DO get the item, we'll ask for all of it's properties. | ||||
| | | * | When the proxies drop, we need to assume we're starting over with revision ↵ | Ted Gould | 2010-03-31 | 1 | -0/+3 |
| | |/ |/| | | | | | numbers too. | ||||
| * | | Adding a define to provide a blank icon in the icon name | Ted Gould | 2010-03-18 | 1 | -0/+2 |
| | | | |||||
| * | | Fix a typo in dbusmenu_menuitem_take_children() documentation. It wasn't | Kalle Valo | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | fully clear if the "no" was actually "now" or "not", but based on the code I assume that it should be "now". | ||||
| | * | Adding a set of callbacks so that we can respond to the about to show request. | Ted Gould | 2010-03-31 | 5 | -21/+86 |
| | | | |||||
| | * | Adding a bunch of comments | Ted Gould | 2010-03-31 | 5 | -3/+38 |
| | | | |||||
| | * | Started to implement about-to-show support | Aurelien Gateau | 2010-03-03 | 7 | -1/+89 |
| |/ | |||||
| * | Pulling GIRs from the build dir | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fixing the directory path for the glib gir file and making sure we clean up ↵ | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | | | | | the girs. | ||||
| * | Building the gir files at build time instead of at dist. | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | | |||||
| * | Adding in VAPI generation | Ted Gould | 2010-03-01 | 1 | -0/+16 |
| | | |||||
| * | Change version number to 0.2 | Ted Gould | 2010-02-28 | 1 | -6/+6 |
| | | |||||
| * | Only intropsecting the headers instead of all the files. | Ted Gould | 2010-02-26 | 1 | -1/+1 |
| | | |||||
| * | First pass at building GIR. Still errors | Ted Gould | 2010-02-26 | 1 | -0/+34 |
| | | |||||
| * | Removing delaying hte properties | Ted Gould | 2010-02-24 | 1 | -127/+1 |
| | | |||||
| * | Adds a menuitem proxy object to glib and applies various fixes through that ↵ | Ted Gould | 2010-02-18 | 5 | -1/+588 |
| |\ | | | | | | | this uncovered. | ||||
| | * | Properly handing a child changing to make sure to recurse down the structure ↵ | Ted Gould | 2010-02-13 | 1 | -0/+19 |
| | | | | | | | | | setting up the signals. | ||||
| | * | Making it so that NULL roots also cause the items to get delayed until we ↵ | Ted Gould | 2010-02-13 | 1 | -5/+7 |
| | | | | | | | | | have a root element. | ||||
| | * | Putting in code to undo the array as the layouts get updated. | Ted Gould | 2010-02-12 | 1 | -0/+38 |
| | | | |||||
| | * | Start to delay ID updates that are gotten when we know we're out of sync. | Ted Gould | 2010-02-12 | 1 | -2/+55 |
| | | | |||||
| | * | Creating the delayed array, and cleaning it up too. | Ted Gould | 2010-02-12 | 1 | -0/+36 |
| | | | |||||
| | * | Fleshing out the moved function. | Ted Gould | 2010-02-10 | 1 | -1/+18 |
| | | | |||||
| | * | Fleshing out delete | Ted Gould | 2010-02-10 | 1 | -0/+17 |
| | | | |||||
| | * | Accessor for the mi private variable | Ted Gould | 2010-02-10 | 2 | -0/+19 |
| | | | |||||
| | * | Adding children in. | Ted Gould | 2010-02-09 | 1 | -0/+6 |
| | | | |||||
| | * | Killing our children | Ted Gould | 2010-02-09 | 1 | -0/+10 |
| | | | |||||
| | * | Stealing (caching) all of the properties now too! | Ted Gould | 2010-02-09 | 1 | -0/+9 |
| | | | |||||
| | * | Storing the handler IDs so that we can easily disconnect the signals later. | Ted Gould | 2010-02-09 | 1 | -4/+25 |
| | | | |||||
| | * | Setting up signals, and the easy ones are filled out. | Ted Gould | 2010-02-09 | 1 | -0/+43 |
| | | | |||||
| | * | Building the proxy item new function. | Ted Gould | 2010-02-09 | 2 | -0/+20 |
| | | | |||||
| | * | Reffing it and pulling it into the private struct. | Ted Gould | 2010-02-09 | 1 | -0/+11 |
| | | | |||||
| | * | Setting up code to get and set the menuitem. | Ted Gould | 2010-02-09 | 1 | -0/+54 |
| | | | |||||
| | * | Moving the menuitem association into a set of functions to make a complex ↵ | Ted Gould | 2010-02-09 | 1 | -6/+32 |
| | | | | | | | | | operation more clear. | ||||
| | * | Lifecycle for the menuitem | Ted Gould | 2010-02-09 | 1 | -0/+11 |
| | | | |||||
| | * | Adding in event handling. | Ted Gould | 2010-02-09 | 1 | -1/+17 |
| | | | |||||
| | * | License headers | Ted Gould | 2010-02-09 | 2 | -0/+56 |
| | | | |||||
| | * | Adding in templated objects for the proxy subclass | Ted Gould | 2010-02-09 | 3 | -0/+103 |
| | | | |||||
