aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.2.9-0ubuntu3Sebastien Bacher2010-04-193-12/+26
|\
| * releasing version 0.2.9-0ubuntu3~ppa1Ted Gould2010-04-171-2/+2
| |
| * * Upstream MergeTed Gould2010-04-173-12/+26
| |\ | | | | | | | | | | | | | | | | | | | | | * Only unref root if the root has changed. * Ensure that callbacks retain references to objects incase they get deleted quickly. * Protecting references before signalling * Decrementing refs when added to child menus
| | * Sync to trunkTed Gould2010-04-170-0/+0
| | |\
| | | * Cleaning up refcountingTed Gould2010-04-172-12/+15
| | | |\
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs7Ted Gould2010-04-161-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-162-5/+9
| | |\ \ \ | | | | |/ | | | |/| | | | | | * Only unref root if the root has changed.
| | | * | Now that we're not reffing the root locally, we need to only unref it if ↵Ted Gould2010-04-161-5/+2
| | | | | | | | | | | | | | | | | | | | we're changing roots
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs6Ted Gould2010-04-161-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-162-0/+18
| | |\| | | | | | | | | | | | | | | | | | | | | | * Ensure that callbacks retain references to objects incase they get deleted quickly.
| | | * | Adding references when calling the properties callbacks as items could get ↵Ted Gould2010-04-161-0/+10
| | | | | | | | | | | | | | | | | | | | destroyed in transit.
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs5Ted Gould2010-04-161-2/+2
| | | | |
| | * | | debian/rules: Massive debuggingTed Gould2010-04-162-1/+7
| | | | |
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs4Ted Gould2010-04-161-2/+2
| | | | |
| | * | | * Upstream mergeTed Gould2010-04-162-5/+8
| | |\| | | | | | | | | | | | | | | | | | | | | | * Removing extra unref which allows us to not make an extra ref.
| | | * | Removing the unref that was causing issues so that we can remove an extra ↵Ted Gould2010-04-161-5/+0
| | | | | | | | | | | | | | | | | | | | ref of the root item.
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs3Ted Gould2010-04-161-2/+2
| | | | |
| | * | | * Upstream mergeTed Gould2010-04-162-2/+9
| | |\| | | | | | | | | | | | | | | | | * Protecting references before signalling
| | | * | Make sure to send the signal *before* unrefing so the object existsTed Gould2010-04-161-2/+2
| | | | |
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs2Ted Gould2010-04-162-0/+10
| | |\| |
| | | * | Reffing oldroot again.Ted Gould2010-04-161-0/+3
| | | | |
| | * | | releasing version 0.2.9-0ubuntu2~ppa2~refs1Ted Gould2010-04-161-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-162-3/+8
| | |\| | | | | | | | | | | | | | | | | * Decrementing refs when added to child menus
| | | * | Since we already have a ref to root, we don't need to make another.Ted Gould2010-04-161-3/+0
| | | | |
| | | * | Unreffing the object after it's been put into a menu.Ted Gould2010-04-161-0/+1
| | | |/
| * | | Sync to desktopTed Gould2010-04-171-1/+1
| |\ \ \ | |/ / / |/| / / | |/ /
* | | releasing version 0.2.9-0ubuntu2Sebastien Bacher2010-04-159-7/+139
|\| |
| * | releasing version 0.2.9-0ubuntu2~ppa1Ted Gould2010-04-151-2/+2
| | |
| * | * Upstream MergeTed Gould2010-04-159-7/+139
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changing GTK layer to look at position in realized children to avoid realization races. (LP: #555816) * Don't allow setting children twice * Ref children of a menuitem * Return error when parent ID of getlayout can't be found * Adding in visible property to docs * Helpful comments in the code
| | * | Sync to trunkTed Gould2010-04-150-0/+0
| | |\|
| | | * Changing the GTK layer to look at the realized location instead of the ↵Ted Gould2010-04-157-7/+120
| | | |\ | | | | | | | | | | | | | | | absolute location in the menu ordering.
| | * | | releasing version 0.2.9-0ubuntu1~ppa2~ordering6Ted Gould2010-04-151-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-153-4/+11
| | |\ \ \ | | | | |/ | | | |/| | | | | | * A position functions using realized position
| | | * | Making every insertion now use the realized position. It HAS to be one of ↵Ted Gould2010-04-152-4/+4
| | | | | | | | | | | | | | | | | | | | these.
| | * | | releasing version 0.2.9-0ubuntu1~ppa2~ordering5Ted Gould2010-04-141-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-147-3/+101
| | |\| | | | | | | | | | | | | | | | | | | | | | * Changing GTK layer to look at position in realized children to avoid realization races.
| | | * | Using get_position_realized in the GTK layer to avoid realization races.Ted Gould2010-04-142-2/+2
| | | | |
| | | * | Adding a function to only get the position in the children that are realized.Ted Gould2010-04-142-0/+45
| | | | |
| | | * | Use the set realized function in the client.Ted Gould2010-04-141-1/+2
| | | | |
| | | * | Adding two functions to set and get the realized state.Ted Gould2010-04-142-0/+44
| | | | |
| | * | | releasing version 0.2.9-0ubuntu1~ppa2~ordering4Ted Gould2010-04-141-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-142-3/+10
| | |\| | | | | | | | | | | | | | | | | * I really don't want to talk about it.
| | | * | Man I suckTed Gould2010-04-141-3/+3
| | | | |
| | * | | releasing version 0.2.9-0ubuntu1~ppa2~ordering3Ted Gould2010-04-141-2/+2
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-142-3/+10
| | |\| | | | | | | | | | | | | | | | | * Fixing the truth
| | | * | Truth sucksTed Gould2010-04-141-3/+3
| | | | |
| | * | | releasing version 0.2.9-0ubuntu1~ppa2~ordering2Ted Gould2010-04-141-2/+2
| | | | |
| | * | | Wrong version numberTed Gould2010-04-141-1/+1
| | | | |
| | * | | * Upstream MergeTed Gould2010-04-143-0/+30
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Gould2010-04-141-0/+5
| | | | |