| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Wrong name for the property | Ted Gould | 2010-06-17 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Do an extra check for the name to fix some Hudson tests. | Ted Gould | 2010-06-10 | 1 | -0/+28 | |
| | |\ \ | ||||||
| | | * | | Adding an extra callback to catch a race condition | Ted Gould | 2010-06-10 | 1 | -0/+28 | |
| | |/ / | ||||||
| | * | | Fixes to make a distcheck without building first. | Ted Gould | 2010-06-10 | 2 | -0/+0 | |
| | |\ \ | ||||||
| | | * | | Adding a dummy sgml file. | Ted Gould | 2010-06-10 | 1 | -0/+0 | |
| | | | | | ||||||
| | | * | | Apparently you can't use EXTRA_DIST like this with gtk-doc. Why be normal? | Ted Gould | 2010-06-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Trying a dummy sgml file | Ted Gould | 2010-06-10 | 2 | -1/+1 | |
| | |/ / | ||||||
| | | * | Add the accelerators. | Cody Russell | 2010-06-21 | 1 | -9/+27 | |
| | | | | ||||||
| | | * | Adding a debug message | Ted Gould | 2010-06-15 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Switching to control L just in case | Ted Gould | 2010-06-15 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Making sure the accel group gets added to the window | Ted Gould | 2010-06-15 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Making the path more unique and using the lower level path set function. | Ted Gould | 2010-06-15 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Setting the accel widget for the accel label. | Ted Gould | 2010-06-15 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Switch to using the accel map with paths | Ted Gould | 2010-06-15 | 1 | -9/+12 | |
| | | | | ||||||
| | | * | More robust comparison | Ted Gould | 2010-06-14 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Switching get over to a GValueArray too! | Ted Gould | 2010-06-14 | 1 | -13/+12 | |
| | | | | ||||||
| | | * | Block the case where the label is being init'd to NULL | Ted Gould | 2010-06-14 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Switching to a value array from a ptrarray | Ted Gould | 2010-06-14 | 1 | -9/+23 | |
| | | | | ||||||
| | | * | Building a shortcut test | Ted Gould | 2010-06-14 | 4 | -0/+220 | |
| | | | | ||||||
| | | * | Connecting up the refresh cycles to property changes and creation. | Ted Gould | 2010-06-14 | 1 | -0/+13 | |
| | | | | ||||||
| | | * | Adding a function to refresh the shortcut of a menuitem. | Ted Gould | 2010-06-14 | 1 | -0/+18 | |
| | | | | ||||||
| | | * | Restructuring to use a structure to get cleaner type checking. | Ted Gould | 2010-06-14 | 1 | -14/+23 | |
| | | | | ||||||
| | | * | Fleshing out setting and getting the accel group | Ted Gould | 2010-06-14 | 1 | -1/+62 | |
| | | | | ||||||
| | | * | Adding a private area on to the client. | Ted Gould | 2010-06-14 | 1 | -0/+21 | |
| | | | | ||||||
| | | * | Add two functions for setting and getting the accelerator group. | Ted Gould | 2010-06-14 | 2 | -0/+37 | |
| | | | | ||||||
| | | * | Switching to an accel label | Ted Gould | 2010-06-14 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Sending the test image along with the other data. | Ted Gould | 2010-06-14 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Testing we can get the modifier back out. | Ted Gould | 2010-06-14 | 1 | -0/+8 | |
| | | | | ||||||
| | | * | Fleshing out getting the shortcut | Ted Gould | 2010-06-14 | 1 | -0/+51 | |
| | | | | ||||||
| | | * | initing the value array properly | Ted Gould | 2010-06-14 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Putting more sensible names in the gtester output | Ted Gould | 2010-06-14 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Add a test to set the shortcut on a menuitem | Ted Gould | 2010-06-14 | 1 | -0/+30 | |
| | | | | ||||||
| | | * | Adding in a test for the pixbuf property | Ted Gould | 2010-06-14 | 2 | -0/+41 | |
| | | | | ||||||
| | | * | Adding a test image | Ted Gould | 2010-06-14 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | Adding in a new gtester test suite. | Ted Gould | 2010-06-14 | 3 | -1/+101 | |
| | | | | ||||||
| | | * | Checking the validity of the key combo. | Ted Gould | 2010-06-14 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Fleshing out getting the accelerator from the menuitem. | Ted Gould | 2010-06-14 | 1 | -1/+33 | |
| | | | | ||||||
| | | * | Comment fixes | Ted Gould | 2010-06-14 | 1 | -1/+23 | |
| | | | | ||||||
| | | * | Adding in a prototype for stealing the shortcut off of a menuitem. | Ted Gould | 2010-06-14 | 2 | -0/+9 | |
| | | | | ||||||
| | | * | Switching things around to expose the key and modifier more as it's more useful. | Ted Gould | 2010-06-09 | 2 | -14/+22 | |
| | | | | ||||||
| | | * | Fleshing out building the shortcut array. | Ted Gould | 2010-06-09 | 1 | -3/+45 | |
| | | | | ||||||
| | | * | Dummy functions to get and set the shortcut | Ted Gould | 2010-06-08 | 2 | -0/+37 | |
| | | | | ||||||
| | | * | The shortcut strings defined. | Ted Gould | 2010-06-08 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | releasing version 0.3.2-1ubuntu1~ppa1 | Ted Gould | 2010-06-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | * Merging in Debian branch | Ted Gould | 2010-06-16 | 3 | -76/+119 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/control: Switching branch on this branch to be the dbusmenu-team. * Merge from Ubuntu. Closes: #586069 * debian/control: - Set Maintainer to pkg-ayatana. - Add myself as Uploader. - Update package descriptions. - Standards-Version: 3.8.4 - Fix Homepage URL. - Update Vcs-* fields. * debian/copyright: - Convert to DEP5 format. - Add Ken and Sebastien, according to changelog. - Add Aurélien Gâteau, according to headers. | |||||
| | * | | | More parts are LGPL... | Evgeni Golov | 2010-06-16 | 1 | -2/+16 | |
| | | | | | ||||||
| | * | | | Add Aurélien Gâteau, according to headers. | Evgeni Golov | 2010-06-16 | 2 | -1/+9 | |
| | | | | | ||||||
| | * | | | Add a Closes: #586069 | Evgeni Golov | 2010-06-16 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Add Ken and Sebastien, according to changelog. | Evgeni Golov | 2010-06-16 | 2 | -1/+4 | |
| | | | | | ||||||
| | * | | | Update Vcs-* fields. | unknown | 2010-06-15 | 2 | -3/+4 | |
| | | | | | ||||||
