aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We shouldn't need to unref, as we don't have a ref.Ted Gould2010-03-241-4/+0
|
* Adding support for blank iconsTed Gould2010-03-243-3/+19
|\
| * Moving the requesition to be for all icons. No reason not to just double check.Ted Gould2010-03-241-4/+4
| |
| * Checking for blank icon when we get a pixmap paramater.Ted Gould2010-03-241-26/+1
| |
| * This is crazyTed Gould2010-03-231-0/+25
| |
| * Add alignment settings to the iconsTed Gould2010-03-181-0/+4
| |
| * Adding a blank item test, replacing sick. Bad icon.Ted Gould2010-03-181-2/+2
| |
| * Check to see if we sent the blank icon, and space appropriately.Ted Gould2010-03-181-0/+10
| |
| * Adding a define to provide a blank icon in the icon nameTed Gould2010-03-181-0/+2
| |
* | Removing an unnecissary warning.Ted Gould2010-03-231-1/+0
|\ \ | |/ |/|
| * Remove warningCody Russell2010-03-231-1/+0
|/
* TypoTed Gould2010-03-101-1/+1
|\
| * Fix a typo in dbusmenu_menuitem_take_children() documentation. It wasn'tKalle Valo2010-03-101-1/+1
|/ | | | | | fully clear if the "no" was actually "now" or "not", but based on the code I assume that it should be "now".
* 0.2.7Ted Gould2010-03-041-2/+2
|
* Pulling GIRs from the build dirTed Gould2010-03-022-2/+2
|
* Fixing the directory path for the glib gir file and making sure we clean up ↵Ted Gould2010-03-022-3/+3
| | | | the girs.
* Building the gir files at build time instead of at dist.Ted Gould2010-03-022-2/+2
|
* Building GIR, typelib and VAPI files.Ted Gould2010-03-016-5/+240
|\
| * Adding the temp file to the clean stuffTed Gould2010-03-011-1/+1
| |
| * Generating the VAPI filesTed Gould2010-03-011-0/+29
| |
| * Adding in VAPI generationTed Gould2010-03-011-0/+16
| |
| * Looking for vapigenTed Gould2010-03-011-0/+6
| |
| * Change version number to 0.2Ted Gould2010-02-283-17/+17
| |
| * Ignoring the generated GI files.Ted Gould2010-02-281-0/+4
| |
| * Generating the introspection dataTed Gould2010-02-281-1/+36
| |
| * Only intropsecting the headers instead of all the files.Ted Gould2010-02-261-1/+1
| |
| * First pass at building GIR. Still errorsTed Gould2010-02-261-0/+34
| |
| * Cleaning up the make file and making sure to enable introspection for distcheck.Ted Gould2010-02-261-2/+13
| |
| * GObject in the configure scriptTed Gould2010-02-261-2/+8
| |
| * Adding in the introspection M4 fileTed Gould2010-02-261-0/+94
|/
* Using a pointer formatting command for testsTed Gould2010-02-251-1/+1
|\
| * Fix build failures on amd64Robert Collins2010-02-251-1/+1
| |
* | 0.2.6Ted Gould2010-02-251-3/+3
|/
* Removing delayed proerty update. It seems to break things and I can't ↵Ted Gould2010-02-241-127/+1
|\ | | | | | | figure out why. I wasn't ever able to get it to kick in and make a difference, so the feature is probably academic anyway. I'm still unhappy that I can't figure out what's going here though.
| * Removing delaying hte propertiesTed Gould2010-02-241-127/+1
|/
* Updates to make the proxy test more reliableTed Gould2010-02-193-12/+41
|\
| * Longer timeout :-/Ted Gould2010-02-191-1/+1
| |
| * Don't need to send a signal at startTed Gould2010-02-191-6/+1
| |
| * No dummy updateTed Gould2010-02-191-11/+8
| |
| * Putting the layout number on the root elementTed Gould2010-02-193-12/+19
| |
| * Adding a submenu to get layout changed.Ted Gould2010-02-191-1/+1
| |
| * Starting in the right placeTed Gould2010-02-191-2/+2
| |
| * Adding a timeout to the serverTed Gould2010-02-191-0/+15
| |
| * Shorter timeout.Ted Gould2010-02-191-2/+2
| |
| * Setting signals back down the pipeTed Gould2010-02-191-1/+14
| |
| * Changing from a timeout to a signal of change.Ted Gould2010-02-191-3/+5
|/
* 0.2.5Ted Gould2010-02-181-3/+3
|
* Adds a menuitem proxy object to glib and applies various fixes through that ↵Ted Gould2010-02-1811-1/+1166
|\ | | | | | | this uncovered.
| * Properly handing a child changing to make sure to recurse down the structure ↵Ted Gould2010-02-131-0/+19
| | | | | | | | setting up the signals.
| * Adding a further multi-level test.Ted Gould2010-02-131-0/+26
| |