aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Making it so that NULL roots also cause the items to get delayed until we ↵Ted Gould2010-02-131-5/+7
| | | | have a root element.
* Putting in code to undo the array as the layouts get updated.Ted Gould2010-02-121-0/+38
|
* Start to delay ID updates that are gotten when we know we're out of sync.Ted Gould2010-02-121-2/+55
|
* Ignoring Layout changes when they don't relate to having one.Ted Gould2010-02-121-0/+4
|
* Creating the delayed array, and cleaning it up too.Ted Gould2010-02-121-0/+36
|
* not setting the IDs as we're not using them on the other side anywayTed Gould2010-02-121-1/+1
|
* Only changing layouts when they're updated.Ted Gould2010-02-121-4/+4
|
* Lengthening the time to make it through all the proxies.Ted Gould2010-02-101-1/+1
|
* Fleshing out the moved function.Ted Gould2010-02-101-1/+18
|
* Fleshing out deleteTed Gould2010-02-101-0/+17
|
* Accessor for the mi private variableTed Gould2010-02-102-0/+19
|
* Making this a little crazy, lots of proxies.Ted Gould2010-02-101-1/+5
|
* Debug messageTed Gould2010-02-101-0/+2
|
* Can't verify IDs because the proxy scrambles them (and that's okay).Ted Gould2010-02-101-8/+1
|
* Making submenus to cause layout changes to queue both sides as the root item ↵Ted Gould2010-02-101-2/+2
| | | | isn't changing.
* Adding children in.Ted Gould2010-02-091-0/+6
|
* Killing our childrenTed Gould2010-02-091-0/+10
|
* Stealing (caching) all of the properties now too! Ted Gould2010-02-091-0/+9
|
* Storing the handler IDs so that we can easily disconnect the signals later.Ted Gould2010-02-091-4/+25
|
* Setting up signals, and the easy ones are filled out.Ted Gould2010-02-091-0/+43
|
* Oops, damn dislxeiaTed Gould2010-02-091-1/+1
|
* Building the proxy item new function.Ted Gould2010-02-092-0/+20
|
* Connecting to the proxy baby.Ted Gould2010-02-091-1/+2
|
* Setting up a client, and handling root changes.Ted Gould2010-02-091-0/+19
|
* Oops, get that in the script! Ted Gould2010-02-091-1/+1
|
* First setup a server.Ted Gould2010-02-091-0/+58
|
* Fixing buildTed Gould2010-02-092-3/+7
|
* Setting up building our little proxy test.Ted Gould2010-02-092-0/+54
|
* Setting this stuff up. Woot.Ted Gould2010-02-092-4/+14
|
* Initial proxy files, copying from the properties test.Ted Gould2010-02-094-0/+402
|
* Reffing it and pulling it into the private struct.Ted Gould2010-02-091-0/+11
|
* Setting up code to get and set the menuitem.Ted Gould2010-02-091-0/+54
|
* Moving the menuitem association into a set of functions to make a complex ↵Ted Gould2010-02-091-6/+32
| | | | operation more clear.
* Lifecycle for the menuitemTed Gould2010-02-091-0/+11
|
* Adding in event handling.Ted Gould2010-02-091-1/+17
|
* License headersTed Gould2010-02-092-0/+56
|
* Ignore new objectTed Gould2010-02-091-0/+1
|
* Adding in templated objects for the proxy subclassTed Gould2010-02-093-0/+103
|
* 0.2.3Ted Gould2010-02-051-3/+3
|
* Fix IDs to handle the root ID of zero better and to handle merging of ↵Ted Gould2010-02-0512-47/+161
|\ | | | | | | properties if items are reused.
| * For IDs that we recycle (often the root id) we need to update the ↵Ted Gould2010-02-053-0/+42
| | | | | | | | properties. Adds a new function to support syncing the properties in the menuitem.
| * WhitespaceTed Gould2010-02-051-1/+1
| |
| * Changing the ID to be -1 instead of 0Ted Gould2010-02-053-12/+12
| |
| * Changing to the new ID errorTed Gould2010-02-051-2/+2
| |
| * Managing the root value and the referencing the old root item.Ted Gould2010-02-051-2/+9
| |
| * Properly unref on layout updatesTed Gould2010-02-051-0/+8
| |
| * If we're the root item always return that our ID is zero.Ted Gould2010-02-051-1/+5
| |
| * Not failing if the IDs are different when the menuitem is rootTed Gould2010-02-051-2/+4
| |
| * Changing key value to -1 and having the id be a gint. Also not working ↵Ted Gould2010-02-043-16/+18
| | | | | | | | about id mismatch with root.
| * Changing the default for the property to be the same as the struct default.Ted Gould2010-02-041-1/+1
| |