| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Switching from doing the GValues as enums to the more specific types. | Ted Gould | 2009-10-21 | 1 | -4/+4 |
| | * | Silly, these are enums not ints. | Ted Gould | 2009-10-21 | 1 | -8/+8 |
| | * | Adding a test that sets a bunch of properties. | Ted Gould | 2009-10-21 | 1 | -1/+24 |
| | * | Ah, forgot a return. Cody would kill me! Oh, no. | Cody Russell | 2009-10-21 | 1 | -0/+1 |
| | * | Woot! We can build a custom indicator, and it exists. | Ted Gould | 2009-10-21 | 1 | -0/+21 |
| | * | Now we're building a test, woot! | Ted Gould | 2009-10-20 | 3 | -1/+43 |
| | * | Tests directory. | Ted Gould | 2009-10-20 | 3 | -1/+6 |
| | * | Fleshing out the get functions. | Ted Gould | 2009-10-20 | 1 | -12/+72 |
| | * | Fleshing out the set functions. | Ted Gould | 2009-10-20 | 2 | -8/+68 |
| | * | Filling out some prototypes. | Ted Gould | 2009-10-20 | 2 | -1/+92 |
| | * | Okay, connecting this little thing into DBus already. | Ted Gould | 2009-10-20 | 1 | -0/+19 |
| | * | Making sure to free and unref all of our private variables. | Ted Gould | 2009-10-20 | 1 | -0/+49 |
| | * | Now for some 'set' code. Bringin' it. | Ted Gould | 2009-10-20 | 1 | -3/+101 |
| | * | Fleshing out get parameters... | Ted Gould | 2009-10-20 | 1 | -0/+77 |
| | * | Adding in a bunch of things to the private struct. We now have data! | Ted Gould | 2009-10-20 | 1 | -2/+30 |
| | * | Basic property case statements. | Ted Gould | 2009-10-20 | 1 | -0/+44 |
| | * | Creating a connected property to check easily. | Ted Gould | 2009-10-19 | 1 | -1/+11 |
| | * | Boom, there are some signals. | Ted Gould | 2009-10-19 | 2 | -1/+86 |
| | * | Adding in the dbus signals from that interface. | Ted Gould | 2009-10-19 | 1 | -1/+13 |
| | * | Header comments and a new signal that we'll need to deal with. | Ted Gould | 2009-10-19 | 1 | -0/+34 |
| | * | Wow, properties. The properties system in gobject is a little insane. | Ted Gould | 2009-10-19 | 1 | -2/+50 |
| | * | Changing the name to match the changes in the previous commit. | Ted Gould | 2009-10-17 | 1 | -1/+1 |
| | * | Switching the name to be more consistent. | Ted Gould | 2009-10-17 | 3 | -12/+12 |
| | |\
| | |/
| |/| |
|
| * | | Getting the name change into the templates properly. | Ted Gould | 2009-10-17 | 2 | -4/+4 |
| * | | Making the enums camel case. I prefer the other, but it seems best to match ... | Ted Gould | 2009-10-17 | 1 | -8/+8 |
| * | | Oops, shouldn't be CLUTTER there. | Ted Gould | 2009-10-16 | 1 | -1/+1 |
| | * | Making sure to get the property names into defines so that we can ensure they... | Ted Gould | 2009-10-17 | 1 | -1/+8 |
| | * | Filling out the property list. | Ted Gould | 2009-10-17 | 1 | -1/+10 |
| | * | Putting in our first property, status. Woo hoo! | Ted Gould | 2009-10-16 | 1 | -1/+15 |
| | * | Forgot to change the package name | Ted Gould | 2009-10-16 | 1 | -1/+1 |
| | * | Set and get properties | Ted Gould | 2009-10-16 | 1 | -0/+20 |
| | * | Merging in the library interface. | Ted Gould | 2009-10-16 | 9 | -3/+362 |
| |/|
|/|/ |
|
| * | Adding the possibility of making the directories silently. | Ted Gould | 2009-10-16 | 1 | -2/+2 |
| * | Some small changes to make 'distcheck' happy. | Ted Gould | 2009-10-16 | 2 | -5/+7 |
| * | Another object file bites the dust | Ted Gould | 2009-10-16 | 1 | -0/+1 |
| * | Fixing the templates. | Ted Gould | 2009-10-16 | 2 | -6/+5 |
| * | Filling out the enums to have values. | Ted Gould | 2009-10-16 | 1 | -2/+35 |
| * | Adding the C file into the build as well. | Ted Gould | 2009-10-16 | 1 | -0/+1 |
| * | Putting in the enum templates and building them. | Ted Gould | 2009-10-16 | 4 | -2/+72 |
| * | Setting up build to build the enums. | Ted Gould | 2009-10-16 | 1 | -4/+15 |
| * | Adding programs for buiding enums and marsherers and all that jazz | Ted Gould | 2009-10-16 | 1 | -0/+5 |
| * | Stealing these makefile segments to build enums and marshallers | Emmanuele Bassi | 2009-10-16 | 2 | -0/+88 |
| * | Building a basic prototype of the API for the lib. | Ted Gould | 2009-10-16 | 1 | -1/+27 |
| * | Building a basic library starting out. | Ted Gould | 2009-10-15 | 4 | -0/+123 |
| * | We need a directory. | Ted Gould | 2009-10-15 | 0 | -0/+0 |
| * | We're on the dbus branch now | Ted Gould | 2009-10-15 | 6 | -3/+126 |
| |\ |
|
* | \ | Adding in the DBus interface files and building of those. | Ted Gould | 2009-10-16 | 6 | -3/+126 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Ignoring the generated dbus interfaces. | Ted Gould | 2009-10-15 | 1 | -0/+4 |
| * | Building the ChangeLog on dist | Ted Gould | 2009-10-15 | 1 | -0/+14 |
| * | Making sure we get our specs and clean up after ourselves. Distcheck magic. | Ted Gould | 2009-10-13 | 1 | -1/+3 |