aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 64-bit buildsTed Gould2009-05-273-2/+8
|\
| * Pointer casts make the 64-bit builds unhappy.Ted Gould2009-05-272-2/+2
| |
* | releasing version 0.0-0ubuntu1~ppa4Ted Gould2009-05-261-2/+2
| |
* | Another bug fix.Ted Gould2009-05-262-1/+7
|\|
| * Same cut and paste bug, you'd think I'd be smart enough to check this when I ↵Ted Gould2009-05-261-1/+1
| | | | | | | | fixed the last one. Dumbass.
* | releasing version 0.0-0ubuntu1~ppa3Ted Gould2009-05-261-2/+2
| |
* | Bug fix and a couple of convience functions.Ted Gould2009-05-263-1/+56
|\|
| * Adding a reorder and prepend convience functions so that they emit the right ↵Ted Gould2009-05-262-0/+49
| | | | | | | | signals.
| * Too many values on signalTed Gould2009-05-261-1/+1
| |
* | releasing version 0.0-0ubuntu1~ppa2Ted Gould2009-05-251-2/+2
| |
* | Bringing in the gtkmenu branchTed Gould2009-05-2524-69/+1843
|\|
| * Debug fixTed Gould2009-05-251-1/+1
| |
| * Switching so that we're destroying the widget instead of object unref'ing ↵Ted Gould2009-05-251-2/+2
| | | | | | | | the widget.
| * Unref'ing root when we disposeTed Gould2009-05-251-0/+5
| |
| * Removing the server as we go awayTed Gould2009-05-251-0/+1
| |
| * Playing with debug stuffTed Gould2009-05-251-0/+4
| |
| * Unref'ing the children if we're being killed ourselvesTed Gould2009-05-251-0/+9
| |
| * Unref'ing the object put into the GValue as it gets reffed there.Ted Gould2009-05-251-0/+1
| |
| * Unref'ing the menuitem after being created.Ted Gould2009-05-251-2/+4
| |
| * Tracking destructionTed Gould2009-05-251-0/+1
| |
| * Bother, truth is so fickle in that it is so binary in wanting correctness.Ted Gould2009-05-251-1/+1
| |
| * Switching to the right header and updating the properties more.Ted Gould2009-05-252-4/+5
| |
| * Using the new nameTed Gould2009-05-251-1/+1
| |
| * Requesting a name on the busTed Gould2009-05-251-0/+16
| |
| * Properties that make a little more sense.Ted Gould2009-05-251-23/+2
| |
| * Ignoring the binariesTed Gould2009-05-251-0/+2
| |
| * Building up the gtk tests. Oops, should have committed these a while ago.Ted Gould2009-05-254-2/+397
| |
| * Switching to a unref and no ref for the tracking of GTK Menu Item. Also add ↵Ted Gould2009-05-242-4/+3
| | | | | | | | better warnings.
| * Using a weak ref to handle the deletion stuff.Ted Gould2009-05-241-5/+19
| |
| * Passing back the menuitem getting clicked on.Ted Gould2009-05-241-0/+8
| |
| * Starting the processing of changing the layout from the serverTed Gould2009-05-241-1/+76
| |
| * Adding a connection in for processing layout changesTed Gould2009-05-221-0/+17
| |
| * Adding in some section documentation describing the menu itemTed Gould2009-05-201-0/+25
| |
| * Comments on the structures along with some reserved entries.Ted Gould2009-05-201-0/+18
| |
| * A new function. Literally.Ted Gould2009-05-202-0/+22
| |
| * Building up a client, but that required a couple of properties. Bigger ↵Ted Gould2009-05-201-2/+112
| | | | | | | | commit than I'd like.
| * Cleaning up the name space and making it clear where we are. Now we have an ↵Ted Gould2009-05-202-37/+42
| | | | | | | | object
| * Ignore our new loTed Gould2009-05-191-0/+1
| |
| * Include the header tooTed Gould2009-05-191-0/+2
| |
| * Getting the libs into the gtk libraryTed Gould2009-05-192-2/+17
| |
| * Switching over to some autogenerated menu files instead of our test ones.Ted Gould2009-05-195-8/+84
| |
| * Merging in the properties branch to provide some basis to work with.Ted Gould2009-05-1914-59/+1024
| |\
| | * Adding the 'po' directory to make distcheck passTed Gould2009-05-191-1/+1
| | |
| | * Making it so that the verifcation hapens slightly after the update, as it ↵Ted Gould2009-05-191-3/+11
| | | | | | | | | | | | takes a couple of milliseconds for the properties to trasfer over DBus.
| | * Starting to verify the propertiesTed Gould2009-05-191-0/+13
| | |
| | * Handling death better. Now we extend our life the more successful we are. ↵Ted Gould2009-05-191-11/+21
| | | | | | | | | | | | Plus if we get through all the layouts we quit right then.
| | * Cleaning up pass and fail message to make them more readableTed Gould2009-05-191-5/+8
| | |
| | * Disabling a large number of debug messages. Most aren't needed anymore.Ted Gould2009-05-193-10/+10
| | |
| | * Debug message on setting properties.Ted Gould2009-05-191-0/+1
| | |
| | * Recycle the server's marshaller and register it with DBus as we don't have ↵Ted Gould2009-05-191-0/+2
| | | | | | | | | | | | one for IdPropUpdate. The server and the client can use the same one.