Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | releasing version 0.3.2-1ubuntu1~ppa4~value2 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | |||||
* | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -2/+9 |
|\ | | | | | | | * Looking further inside the boxes | ||||
| * | Not checking just for boxed, looking inside a bit. | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa4~value1 | Ted Gould | 2010-06-22 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -5/+31 |
|\| | | | | | | | * Checking to ensure our values are what we expect | ||||
| * | Checking the final value as well. | Ted Gould | 2010-06-22 | 1 | -1/+7 |
| | | |||||
| * | Refactoring to make things more clear | Ted Gould | 2010-06-22 | 1 | -5/+7 |
| | | |||||
| * | Putting in several GValue checks to ensure we're getting what we thing we're ↵ | Ted Gould | 2010-06-22 | 1 | -0/+11 |
| | | | | | | | | getting. | ||||
* | | releasing version 0.3.2-1ubuntu1~ppa3 | Ted Gould | 2010-06-22 | 1 | -1/+1 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-22 | 2 | -9/+20 |
|\| | | | | | | | * Fixing getting accelerators from menuitems | ||||
| * | Fixing the getting accel from a menu item. | Ted Gould | 2010-06-22 | 1 | -9/+13 |
| |\ | |||||
| | * | Fix setting shortcuts from GtkMenuItem | Cody Russell | 2010-06-22 | 1 | -9/+13 |
| | | | |||||
| * | | Autogen fix | Ted Gould | 2010-06-22 | 1 | -2/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | Pass args gnome-autogen.sh | Cody Russell | 2010-06-22 | 1 | -2/+1 |
| |/ | |||||
* | | releasing version 0.3.2-1ubuntu1~ppa2 | Ted Gould | 2010-06-21 | 1 | -2/+2 |
| | | |||||
* | | * Upstream Merge | Ted Gould | 2010-06-21 | 16 | -5/+842 |
|\| | | | | | | | | | * Adding support for menu shortcuts * Fixing distcheck of documentation builds | ||||
| * | Adding support for accelerators. | Ted Gould | 2010-06-21 | 13 | -4/+811 |
| |\ | |||||
| | * | Mainline merge, resolve conflicts. | Cody Russell | 2010-06-21 | 25 | -25/+1082 |
| | |\ | | |/ | |/| | |||||
| * | | Fixing property name | Ted Gould | 2010-06-18 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | 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 |
| | | |