| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 t... | Ted Gould | 2010-02-18 | 5 | -1/+588 |
|\ |
|
| * | Properly handing a child changing to make sure to recurse down the structure ... | Ted Gould | 2010-02-13 | 1 | -0/+19 |
| * | Making it so that NULL roots also cause the items to get delayed until we hav... | Ted Gould | 2010-02-13 | 1 | -5/+7 |
| * | 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 ope... | Ted Gould | 2010-02-09 | 1 | -6/+32 |
| * | 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 |
* | | Setting the ID on the default root item to 0 | Ted Gould | 2010-02-12 | 1 | -1/+1 |
* | | Switching from an object to an ID, which is what's passed. | Ted Gould | 2010-02-09 | 1 | -4/+1 |
* | | Adding some additional checks. | Ted Gould | 2010-02-09 | 1 | -1/+5 |
* | | Changing prototype of property update call to match spec. | Ted Gould | 2010-02-09 | 3 | -7/+7 |
* | | Better error handling. If we can't get the properties, remove all of them. | Ted Gould | 2010-02-09 | 1 | -2/+16 |
* | | Removing an extra ref to root and a setting of the root property which is not... | Ted Gould | 2010-02-08 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Removing the setting of root and the ref. | Ted Gould | 2010-02-08 | 1 | -4/+0 |
| * | Debugging. | Ted Gould | 2010-02-08 | 2 | -1/+2 |
| * | Printing more debugging. | Ted Gould | 2010-02-08 | 2 | -0/+2 |
| * | Printing out proxy destroy | Ted Gould | 2010-02-08 | 1 | -1/+1 |
| * | With typos | Ted Gould | 2010-02-08 | 1 | -1/+1 |
| * | Debugging messages | Ted Gould | 2010-02-08 | 1 | -0/+2 |
| * | We need to reduce the ref count on the old root even if there wasn't a change. | Ted Gould | 2010-02-08 | 1 | -5/+5 |
|/ |
|
* | For IDs that we recycle (often the root id) we need to update the properties.... | Ted Gould | 2010-02-05 | 3 | -0/+42 |
* | Whitespace | Ted Gould | 2010-02-05 | 1 | -1/+1 |
* | Managing the root value and the referencing the old root item. | Ted Gould | 2010-02-05 | 1 | -2/+9 |
* | Properly unref on layout updates | Ted Gould | 2010-02-05 | 1 | -0/+8 |
* | If we're the root item always return that our ID is zero. | Ted Gould | 2010-02-05 | 1 | -1/+5 |
* | Changing the default for the property to be the same as the struct default. | Ted Gould | 2010-02-04 | 1 | -1/+1 |
* | Adding in warnings for invalid property ids | Ted Gould | 2010-02-04 | 1 | -0/+6 |
* | Getting massive debugging for getting the id | Ted Gould | 2010-02-04 | 1 | -1/+5 |
* | Start at '1' instead of '0' | Ted Gould | 2010-02-04 | 1 | -1/+1 |