Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge | Ted Gould | 2011-01-26 | 2 | -7/+16 |
|\ | | | | | | | * Only activate at the top level | ||||
| * | No really, read the comment and make sure that only happens on the highest level | Ted Gould | 2011-01-26 | 1 | -7/+9 |
| | | |||||
* | | releasing version 0.3.93-0ubuntu2~ted8 | Ted Gould | 2011-01-26 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2011-01-26 | 2 | -139/+114 |
|\| | | | | | | | | | * Factoring out the stack in the parser * Fixing setting toggle to a boolean | ||||
| * | Fix to the type of toggle-state to int | Michael Terry | 2011-01-26 | 1 | -3/+3 |
| | | |||||
| * | Factoring out the stack and just tracking the parent as that's all we were ↵ | Ted Gould | 2011-01-26 | 1 | -137/+99 |
| | | | | | | | | using it for really. | ||||
| * | Adding comments and a check to ensure the item is valid. | Ted Gould | 2011-01-26 | 1 | -0/+5 |
| | | |||||
* | | releasing version 0.3.93-0ubuntu2~ted7 | Ted Gould | 2011-01-26 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2011-01-26 | 2 | -1/+9 |
|\ \ | | | | | | | | | | * Changing tuple building | ||||
| * | | Make the tuple without specifying the type so we don't need to build a new one. | Ted Gould | 2011-01-26 | 1 | -1/+2 |
| | | | |||||
* | | | releasing version 0.3.93-0ubuntu2~ted6 | Ted Gould | 2011-01-26 | 1 | -2/+2 |
| | | | |||||
* | | | * Upstream Merge | Ted Gould | 2011-01-26 | 2 | -1/+14 |
|\| | | | | | | | | | | | * Making explicit use of tuple to make more robust | ||||
| * | | Switching to use an internal builder for the tuple to make things more explicit. | Ted Gould | 2011-01-26 | 1 | -1/+7 |
| | | | |||||
* | | | releasing version 0.3.93-0ubuntu2~ted5 | Ted Gould | 2011-01-26 | 1 | -2/+2 |
| | | | |||||
* | | | Fixing signatures in GetChildren | Ted Gould | 2011-01-26 | 2 | -3/+4 |
|\| | | |||||
| * | | Changing the builder add call | Ted Gould | 2011-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Even though we all love SVG, it's not a valid signature | Ted Gould | 2011-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | * Upstream Merge | Ted Gould | 2011-01-26 | 3 | -3/+19 |
|\ \ \ | | | | | | | | | | | | | * Fixing some memory leaks | ||||
| * | | | Ensuring that all the errors are free'd correctly. | Ted Gould | 2011-01-21 | 1 | -1/+4 |
| | | | | |||||
| * | | | Making the hashtable have a full copy and free itself appropriately. | Ted Gould | 2011-01-21 | 1 | -2/+8 |
| | | | | |||||
* | | | | releasing version 0.3.93-0ubuntu2~ted4 | Ted Gould | 2011-01-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | * Upstream Merge | Ted Gould | 2011-01-25 | 3 | -6/+27 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * Look for the serializable menuitems and use their build functions * Fix critical message from being printed | ||||
| * | | | | Looking for the serializable menu item and using it's build function if it ↵ | Ted Gould | 2011-01-25 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | is one. | ||||
| * | | | | Getting a parser | Ted Gould | 2011-01-25 | 6 | -2/+878 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Get the menu item | Ted Gould | 2011-01-25 | 11 | -18/+489 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fixing a critical message being printed | Ted Gould | 2011-01-25 | 1 | -1/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | avoid critical warning from calling a function on a NULL pointer | Michael Terry | 2011-01-25 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | releasing version 0.3.93-0ubuntu2~ted3 | Ted Gould | 2011-01-25 | 1 | -2/+2 |
| | | | | |||||
* | | | | * Upstream Merge | Ted Gould | 2011-01-25 | 2 | -1/+8 |
|\ \ \ \ | | |_|/ | |/| | | | | | | * Work with GtkMenu's as well | ||||
| * | | | Moving one up the stack so GtkMenu works as well | Ted Gould | 2011-01-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | releasing version 0.3.93-0ubuntu2~ted2 | Ted Gould | 2011-01-24 | 1 | -2/+2 |
| | | | | |||||
* | | | | * Upstream Merge | Ted Gould | 2011-01-24 | 2 | -1/+10 |
|\| | | | | | | | | | | | | | | | * Fixing shutdown messages on destruction | ||||
| * | | | Fixing referencing warnings on destruction. | Ted Gould | 2011-01-24 | 1 | -1/+3 |
| | | | | |||||
* | | | | releasing version 0.3.93-0ubuntu2~ted1 | Ted Gould | 2011-01-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | GTK 3 fix | Ted Gould | 2011-01-23 | 1 | -5/+11 |
|\| | | | |||||
| * | | | Stop using the data field in gtk image for GTK3 | Ted Gould | 2011-01-23 | 1 | -5/+11 |
| | | | | |||||
* | | | | Merging in serializable menu item | Ted Gould | 2011-01-23 | 11 | -19/+488 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Ignoring our new doc files | Ted Gould | 2011-01-21 | 1 | -0/+2 |
| | | | | |||||
| * | | | Removing generic menu item (it's not public) and adding serializable menu item | Ted Gould | 2011-01-21 | 2 | -2/+2 |
| | | | | |||||
| * | | | Adding a transfer annotation | Ted Gould | 2011-01-21 | 1 | -2/+2 |
| | | | | |||||
| * | | | Ensuring our double include protectors make g-ir-scanner happy. | Ted Gould | 2011-01-21 | 2 | -4/+4 |
| | | | | |||||
| * | | | Fleshing out setting the property | Ted Gould | 2011-01-21 | 1 | -0/+5 |
| | | | | |||||
| * | | | Adding in set and get property functions. | Ted Gould | 2011-01-21 | 1 | -0/+46 |
| | | | | |||||
| * | | | gtk-doc documentation for public API functions | Ted Gould | 2011-01-21 | 1 | -0/+34 |
| | | | | |||||
| * | | | More documentation | Ted Gould | 2011-01-21 | 1 | -0/+12 |
| | | | | |||||
| * | | | Add some documentation of the class and object structures. | Ted Gould | 2011-01-21 | 1 | -0/+19 |
| | | | | |||||
| * | | | Add serializable menuitem to the single include | Ted Gould | 2011-01-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | Updating to trunk | Ted Gould | 2011-01-21 | 8 | -18/+151 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Installing a property for the menuitem in the super-class | Ted Gould | 2011-01-20 | 2 | -2/+23 |
| | | | | |||||
| * | | | Switching the name to build so that we realize what's going on there. | Ted Gould | 2011-01-20 | 2 | -5/+5 |
| | | | |