aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Merging in the 'legal' branch with a bunch of copyright messages and such. ↵Ted Gould2009-06-227-668/+788
| | | |\ \ | | | | | | | | | | | | | | | | | | I think this brings us up to speed there.
| | * | | | Ignoring the client binaryTed Gould2009-06-251-0/+1
| | | | | |
| | * | | | Some comments for the gtk-doc stuffTed Gould2009-06-241-0/+9
| | | | | |
| | * | | | Handling the differing signals to set things up with the various gtk widgetsTed Gould2009-06-242-3/+39
| | | | | |
| | * | | | Major reshuffling, not quite done, but compiles.Ted Gould2009-06-241-53/+40
| | | | | |
| | * | | | Getting rid of code. We don't need properties or to build a cleint. I ↵Ted Gould2009-06-232-124/+8
| | | | | | | | | | | | | | | | | | | | | | | | mean, we are one :)
| | * | | | Okay, now we're rebuilding this client thingy.Ted Gould2009-06-232-39/+43
| | | | | |
| | * | | | Switching some of the client naming stuff to make everything stick together.Ted Gould2009-06-232-19/+22
| | | | | |
| | * | | | Okay, being a little funny with how these things are playing out. Missing ↵Ted Gould2009-06-233-107/+438
| | | | | | | | | | | | | | | | | | | | | | | | subversion's crazy everything is a copy semantics right now. It works well for stuff like this.
| | * | | | Signaling on root changes.Ted Gould2009-06-231-1/+8
| | | | | |
| | * | | | Signaling the new menuitem.Ted Gould2009-06-231-4/+5
| | | | | |
| | * | | | Adding two new signals to the client. 'root-changed' and 'new-menuitem' to ↵Ted Gould2009-06-232-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | make it so that this can go up the stack easier.
| | * | | | Now we're also signalling when a child gets moved around.Ted Gould2009-06-232-1/+13
| | | | | |
| | * | | | Adding in the 'moved' signal and make it so that the 'added' signal has the ↵Ted Gould2009-06-233-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | position in it.
| | * | | | Getting the legal headers and stuff.Ted Gould2009-06-237-668/+788
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Putting GPLv3 on some of these that were missing it.Ted Gould2009-06-183-0/+63
| | | | | |
| | | * | | Putting LGPL headers on these.Ted Gould2009-06-182-0/+56
| | | | | |
| | | * | | These should be LGPL v3/2.1Ted Gould2009-06-182-668/+669
| | | | | |
| | | * | | Pulling in the GTK codeTed Gould2009-06-1817-18/+1007
| | | |\| | | | | | |/ | | | |/|
| | * | | Merging in the dbusdeath branch to get the gtkmenu updates and dbus handling ↵Ted Gould2009-06-2317-19/+1114
| | |\ \ \ | | | |/ / | | |/| | | | | | | code.
| * | | | releasing version 0.0-0ubuntu1~ppa6~dbusdeath2Ted Gould2009-06-181-2/+2
| | | | |
| * | | | debian/control: Adding in a build dependency on libjson-glib-devTed Gould2009-06-182-1/+9
| | | | | | | | | | | | | | | | | | | | as it's now required to build the tests.
| * | | | releasing version 0.0-0ubuntu1~ppa6~dbusdeath1Ted Gould2009-06-181-2/+2
| | | | |
| * | | | Dbus death branch.Ted Gould2009-06-189-103/+353
|/| | | | | | |/ / | |/| |
| * | | Updating to the latest from gtkmenuTed Gould2009-06-188-102/+240
| |\ \ \ | | | |/ | | |/|
| | * | Lengthening timeouts so that each layout is shown for 15 seconds and the ↵Ted Gould2009-06-182-2/+2
| | | | | | | | | | | | | | | | client runs for 60
| | * | Setting the window titleTed Gould2009-06-181-0/+1
| | | |
| | * | The new dbus-test-runner has parameters. So now we're changing the server ↵Ted Gould2009-06-172-5/+7
| | | | | | | | | | | | | | | | to take the json parameter and the file.
| | * | Removing test-gtk-label.hTed Gould2009-06-173-79/+2
| | | |
| | * | Getting the label tests into a json file.Ted Gould2009-06-171-0/+158
| | | |
| | * | Switching from a header file to building the layout using a json definition.Ted Gould2009-06-171-16/+54
| | | |
| | * | Adding in json-glib to make the tests more configurable.Ted Gould2009-06-172-2/+17
| | | |
| | * | Getting distcheck to pass by getting the header files from the -glib branch ↵Ted Gould2009-06-051-1/+1
| | | | | | | | | | | | | | | | of things.
| | * | Updates from trunk with the properites branch.Ted Gould2009-06-051-1/+2
| | |\|
| | | * Merging in work on properties. Cody reviewed in merge request 6707.Ted Gould2009-06-0514-59/+1025
| | | |\
| | | | * Making the ID update function rebuild all of the properties. Result of a ↵Ted Gould2009-06-051-1/+2
| | | | | | | | | | | | | | | | | | | | code review comment by Cody Russell.
| * | | | Making it so that if we clear the menu structure by destroying the proxies ↵Ted Gould2009-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | we also signal that to the callers.
| * | | | Handle the server removing itself from the bus and putting us into a dark ↵Ted Gould2009-06-181-2/+25
| | | | | | | | | | | | | | | | | | | | world waiting for it to rejoin the world.
| * | | | If we can't get a proxy on the stuff that we want, we're going to set up a ↵Ted Gould2009-06-181-0/+73
| | | | | | | | | | | | | | | | | | | | DBus one and just wait for it to show up. When it showes up, then we'll pounce
| * | | | Handling the concept of not having a property proxy.Ted Gould2009-06-181-1/+10
| | | | |
| * | | | Updating to have the gtkmenu stuffTed Gould2009-06-0524-70/+1887
| |\| | | | | |/ / | |/| |
* | | | releasing version 0.0-0ubuntu1~ppa5Ted Gould2009-05-271-2/+2
| | | |
* | | | 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.