Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Strings to build the submenu property | Ted Gould | 2010-06-07 | 1 | -0/+3 | |
| | |/ / | ||||||
| * | | | Adds support for gtk-doc | Ted Gould | 2010-06-09 | 14 | -23/+548 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | For building with --enable-gtk-doc for distcheck | Ken VanDine | 2010-06-09 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | Build gtk-doc (LP: #422087) | Ken VanDine | 2010-06-09 | 14 | -21/+547 | |
| |/ / | ||||||
| * | | Adding shortcut property to documentation. | Ted Gould | 2010-06-07 | 1 | -0/+14 | |
| |\ \ | ||||||
| | * | | Document "shortcut" property | Aurelien Gateau | 2010-06-07 | 1 | -0/+14 | |
| |/ / | ||||||
* | | | Import upstream version 0.3.1 | Ted Gould | 2010-06-04 | 4 | -68/+73 | |
|\| | | ||||||
| * | | 0.3.1 | Ted Gould | 2010-06-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Changing some of our annotations so they build better on updated g-ir-scanner | Ted Gould | 2010-06-04 | 2 | -56/+61 | |
| |\ \ | ||||||
| | * | | Fixing annotations, no everything is happy. | Ted Gould | 2010-06-04 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Flattening out the documentation to make it so that it gets picked up by ↵ | Ted Gould | 2010-05-28 | 1 | -9/+4 | |
| | | | | | | | | | | | | | | | | g-ir-scanner. | |||||
| | * | | Changing the comment style to make g-ir-scanner happy. | Ted Gould | 2010-05-27 | 1 | -59/+59 | |
| | | | | ||||||
| | * | | Fixing annotations on the pointer prototypes. | Ted Gould | 2010-05-27 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Breaking out the buildxml function into it's own type for annotations | Ted Gould | 2010-05-27 | 1 | -1/+10 | |
| | | | | ||||||
| | * | | Trying to document the array type and a couple closure parameters | Ted Gould | 2010-05-27 | 1 | -3/+3 | |
| |/ / | ||||||
* | | | Import upstream version 0.3.0 | Ted Gould | 2010-05-27 | 15 | -61/+232 | |
|\| | | ||||||
| * | | 0.3.0 | Ted Gould | 2010-05-27 | 1 | -3/+3 | |
| | | | ||||||
| * | | Adding a simple function to get the submenu on the menuitem. | Ted Gould | 2010-05-27 | 2 | -0/+24 | |
| |\ \ | ||||||
| | * | | Adding a small function to get the submenu of an item. | Ted Gould | 2010-05-26 | 2 | -0/+24 | |
| | | | | ||||||
| * | | | Fix signal for ID update | Ted Gould | 2010-05-27 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Make sure the ItemUpdated signal matches with what is written in the xml file | Aurelien Gateau | 2010-05-27 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Changing the version string to match how people refer to the gir file. | Ted Gould | 2010-05-21 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix the construction of the VAPI files. | Ted Gould | 2010-05-20 | 3 | -15/+24 | |
| |\ \ | ||||||
| | * | | Cleaning up the ignores | Ted Gould | 2010-05-20 | 1 | -2/+5 | |
| | | | | ||||||
| | * | | Adding in the headers for the library. | Ted Gould | 2010-05-20 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | Changing where we get glib from | Ted Gould | 2010-05-20 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Adding c includes to the introspector | Ted Gould | 2010-05-20 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Changing the name of the gir files and adding namespace flags to make ↵ | Ted Gould | 2010-05-20 | 1 | -9/+10 | |
| | |/ | | | | | | | | | | everything shrink correctly. | |||||
| * | | Reject text nodes to avoid erros. | Ted Gould | 2010-05-10 | 1 | -0/+3 | |
| |\ \ | ||||||
| | * | | Check to make sure they're real nodes before parsing more. | Ted Gould | 2010-05-09 | 1 | -0/+3 | |
| |/ / | ||||||
| * | | Documentation title page | Ted Gould | 2010-05-06 | 1 | -3/+9 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Added main page | Aurelien Gateau | 2010-05-03 | 1 | -3/+9 | |
| |/ | ||||||
| * | Cleaning up refcounting | Ted Gould | 2010-04-17 | 2 | -12/+15 | |
| |\ | ||||||
| | * | Now that we're not reffing the root locally, we need to only unref it if ↵ | Ted Gould | 2010-04-16 | 1 | -5/+2 | |
| | | | | | | | | | | | | we're changing roots | |||||
| | * | Adding references when calling the properties callbacks as items could get ↵ | Ted Gould | 2010-04-16 | 1 | -0/+10 | |
| | | | | | | | | | | | | destroyed in transit. | |||||
| | * | Removing the unref that was causing issues so that we can remove an extra ↵ | Ted Gould | 2010-04-16 | 1 | -5/+0 | |
| | | | | | | | | | | | | ref of the root item. | |||||
| | * | Make sure to send the signal *before* unrefing so the object exists | Ted Gould | 2010-04-16 | 1 | -2/+2 | |
| | | | ||||||
| | * | Reffing oldroot again. | Ted Gould | 2010-04-16 | 1 | -0/+3 | |
| | | | ||||||
| | * | Since we already have a ref to root, we don't need to make another. | Ted Gould | 2010-04-16 | 1 | -3/+0 | |
| | | | ||||||
| | * | Unreffing the object after it's been put into a menu. | Ted Gould | 2010-04-16 | 1 | -0/+1 | |
| |/ | ||||||
| * | Changing the GTK layer to look at the realized location instead of the ↵ | Ted Gould | 2010-04-15 | 7 | -7/+120 | |
| |\ | | | | | | | | | | absolute location in the menu ordering. | |||||
| | * | Making every insertion now use the realized position. It HAS to be one of ↵ | Ted Gould | 2010-04-15 | 2 | -4/+4 | |
| | | | | | | | | | | | | these. | |||||
| | * | Using get_position_realized in the GTK layer to avoid realization races. | Ted Gould | 2010-04-14 | 2 | -2/+2 | |
| | | | ||||||
| | * | Adding a function to only get the position in the children that are realized. | Ted Gould | 2010-04-14 | 2 | -0/+45 | |
| | | | ||||||
| | * | Use the set realized function in the client. | Ted Gould | 2010-04-14 | 1 | -1/+2 | |
| | | | ||||||
| | * | Adding two functions to set and get the realized state. | Ted Gould | 2010-04-14 | 2 | -0/+44 | |
| | | | ||||||
| | * | Man I suck | Ted Gould | 2010-04-14 | 1 | -3/+3 | |
| | | | ||||||
| | * | Truth sucks | Ted Gould | 2010-04-14 | 1 | -3/+3 | |
| | | | ||||||
| | * | 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 | |
| | | |