Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Signaling the new menuitem. | Ted Gould | 2009-06-23 | 1 | -4/+5 |
| | |||||
* | Adding two new signals to the client. 'root-changed' and 'new-menuitem' to ↵ | Ted Gould | 2009-06-23 | 2 | -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 Gould | 2009-06-23 | 2 | -1/+13 |
| | |||||
* | Adding in the 'moved' signal and make it so that the 'added' signal has the ↵ | Ted Gould | 2009-06-23 | 3 | -6/+30 |
| | | | | position in it. | ||||
* | Getting the legal headers and stuff. | Ted Gould | 2009-06-23 | 7 | -668/+788 |
|\ | |||||
| * | Putting GPLv3 on some of these that were missing it. | Ted Gould | 2009-06-18 | 3 | -0/+63 |
| | | |||||
| * | Putting LGPL headers on these. | Ted Gould | 2009-06-18 | 2 | -0/+56 |
| | | |||||
| * | These should be LGPL v3/2.1 | Ted Gould | 2009-06-18 | 2 | -668/+669 |
| | | |||||
| * | Pulling in the GTK code | Ted Gould | 2009-06-18 | 17 | -18/+1007 |
| |\ | |||||
* | \ | Merging in the dbusdeath branch to get the gtkmenu updates and dbus handling ↵ | Ted Gould | 2009-06-23 | 17 | -19/+1114 |
|\ \ \ | |/ / |/| | | | | | code. | ||||
| * | | Updating to the latest from gtkmenu | Ted Gould | 2009-06-18 | 8 | -102/+240 |
| |\| | |||||
| | * | Lengthening timeouts so that each layout is shown for 15 seconds and the ↵ | Ted Gould | 2009-06-18 | 2 | -2/+2 |
| | | | | | | | | | | | | client runs for 60 | ||||
| | * | Setting the window title | Ted Gould | 2009-06-18 | 1 | -0/+1 |
| | | | |||||
| | * | The new dbus-test-runner has parameters. So now we're changing the server ↵ | Ted Gould | 2009-06-17 | 2 | -5/+7 |
| | | | | | | | | | | | | to take the json parameter and the file. | ||||
| | * | Removing test-gtk-label.h | Ted Gould | 2009-06-17 | 3 | -79/+2 |
| | | | |||||
| | * | Getting the label tests into a json file. | Ted Gould | 2009-06-17 | 1 | -0/+158 |
| | | | |||||
| | * | Switching from a header file to building the layout using a json definition. | Ted Gould | 2009-06-17 | 1 | -16/+54 |
| | | | |||||
| | * | Adding in json-glib to make the tests more configurable. | Ted Gould | 2009-06-17 | 2 | -2/+17 |
| | | | |||||
| | * | Getting distcheck to pass by getting the header files from the -glib branch ↵ | Ted Gould | 2009-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | of things. | ||||
| | * | Updates from trunk with the properites branch. | Ted Gould | 2009-06-05 | 1 | -1/+2 |
| | |\ | |_|/ |/| | | |||||
* | | | Merging in work on properties. Cody reviewed in merge request 6707. | Ted Gould | 2009-06-05 | 14 | -59/+1025 |
|\ \ \ | |||||
| * | | | Making the ID update function rebuild all of the properties. Result of a ↵ | Ted Gould | 2009-06-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | code review comment by Cody Russell. | ||||
| | * | | Making it so that if we clear the menu structure by destroying the proxies ↵ | Ted Gould | 2009-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | we also signal that to the callers. | ||||
| | * | | Handle the server removing itself from the bus and putting us into a dark ↵ | Ted Gould | 2009-06-18 | 1 | -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 Gould | 2009-06-18 | 1 | -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 Gould | 2009-06-18 | 1 | -1/+10 |
| | | | | |||||
| | * | | Updating to have the gtkmenu stuff | Ted Gould | 2009-06-05 | 24 | -70/+1887 |
| |/| | |/| |/ | |||||
| | * | Pointer casts make the 64-bit builds unhappy. | Ted Gould | 2009-05-27 | 2 | -2/+2 |
| | | | |||||
| | * | Same cut and paste bug, you'd think I'd be smart enough to check this when I ↵ | Ted Gould | 2009-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | fixed the last one. Dumbass. | ||||
| | * | Adding a reorder and prepend convience functions so that they emit the right ↵ | Ted Gould | 2009-05-26 | 2 | -0/+49 |
| | | | | | | | | | | | | signals. | ||||
| | * | Too many values on signal | Ted Gould | 2009-05-26 | 1 | -1/+1 |
| | | | |||||
| | * | Debug fix | Ted Gould | 2009-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | Switching so that we're destroying the widget instead of object unref'ing ↵ | Ted Gould | 2009-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | | the widget. | ||||
| | * | Unref'ing root when we dispose | Ted Gould | 2009-05-25 | 1 | -0/+5 |
| | | | |||||
| | * | Removing the server as we go away | Ted Gould | 2009-05-25 | 1 | -0/+1 |
| | | | |||||
| | * | Playing with debug stuff | Ted Gould | 2009-05-25 | 1 | -0/+4 |
| | | | |||||
| | * | Unref'ing the children if we're being killed ourselves | Ted Gould | 2009-05-25 | 1 | -0/+9 |
| | | | |||||
| | * | Unref'ing the object put into the GValue as it gets reffed there. | Ted Gould | 2009-05-25 | 1 | -0/+1 |
| | | | |||||
| | * | Unref'ing the menuitem after being created. | Ted Gould | 2009-05-25 | 1 | -2/+4 |
| | | | |||||
| | * | Tracking destruction | Ted Gould | 2009-05-25 | 1 | -0/+1 |
| | | | |||||
| | * | Bother, truth is so fickle in that it is so binary in wanting correctness. | Ted Gould | 2009-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | Switching to the right header and updating the properties more. | Ted Gould | 2009-05-25 | 2 | -4/+5 |
| | | | |||||
| | * | Using the new name | Ted Gould | 2009-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | Requesting a name on the bus | Ted Gould | 2009-05-25 | 1 | -0/+16 |
| | | | |||||
| | * | Properties that make a little more sense. | Ted Gould | 2009-05-25 | 1 | -23/+2 |
| | | | |||||
| | * | Ignoring the binaries | Ted Gould | 2009-05-25 | 1 | -0/+2 |
| | | | |||||
| | * | Building up the gtk tests. Oops, should have committed these a while ago. | Ted Gould | 2009-05-25 | 4 | -2/+397 |
| | | | |||||
| | * | Switching to a unref and no ref for the tracking of GTK Menu Item. Also add ↵ | Ted Gould | 2009-05-24 | 2 | -4/+3 |
| | | | | | | | | | | | | better warnings. | ||||
| | * | Using a weak ref to handle the deletion stuff. | Ted Gould | 2009-05-24 | 1 | -5/+19 |
| | | | |||||
| | * | Passing back the menuitem getting clicked on. | Ted Gould | 2009-05-24 | 1 | -0/+8 |
| | | |