| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some of the issues with throwing criticals | Ted Gould | 2012-02-15 | 2 | -8/+8 |
|\ |
|
| * | Don't get the string to check if something is being cleared, use whether the ... | Ted Gould | 2012-02-07 | 1 | -6/+1 |
| * | Ensuring that we don't just unparent a menu item, we remove it from the list ... | Ted Gould | 2012-02-07 | 1 | -2/+7 |
* | | Parse and handle a11y descriptions | Ted Gould | 2012-02-10 | 2 | -2/+84 |
|\ \ |
|
| * | | Heh, wrote the code but forgot to handle the error | Ted Gould | 2012-02-10 | 1 | -0/+4 |
| * | | Refactor setting the ATK Object name into a function that can do all the erro... | Ted Gould | 2012-02-10 | 1 | -4/+22 |
| * | | Don't pass a NULL name to set_name | Ted Gould | 2012-02-10 | 1 | -1/+1 |
| * | | Use the #define property name instead of a string | Ted Gould | 2012-02-10 | 1 | -3/+3 |
| * | | Adding a detail hint on the notify signal | Ted Gould | 2012-02-10 | 1 | -1/+1 |
| * | | Fix up monitoring of the atk object, didn't understand that notification was ... | Luke Yelavich | 2012-02-01 | 1 | -5/+8 |
| * | | When parsing an existing GTK menu hierarchy, we should also set the | Luke Yelavich | 2012-01-31 | 2 | -0/+54 |
* | | | Don't pass NULL to ATK | Ted Gould | 2012-02-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | If the ACCESSIBLE_DESC property is set to NULL, set an empty string as the at... | Luke Yelavich | 2012-02-01 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Non-srcdir build fixes | Ted Gould | 2012-02-10 | 1 | -2/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix non-srcdir build issues | Michal Hruby | 2012-01-27 | 1 | -2/+3 |
| |/ |
|
* / | Only setting the accessible object name if it has been set | Ted Gould | 2012-01-26 | 1 | -2/+5 |
|/ |
|
* | Merging trunk again, mistakes | Ted Gould | 2012-01-26 | 1 | -1/+2 |
|\ |
|
| * | Include config.h to get the HAVE_GTK3 define | Ted Gould | 2012-01-26 | 1 | -0/+1 |
| * | Missing comma | Ted Gould | 2012-01-26 | 1 | -1/+1 |
* | | Fix function calls here | Ted Gould | 2012-01-26 | 1 | -2/+2 |
* | | Update to trunk | Ted Gould | 2012-01-26 | 6 | -26/+44 |
|\| |
|
| * | Change to using the insert/remove signals in GTK3 | Ted Gould | 2012-01-26 | 2 | -13/+27 |
| |\ |
|
| | * | Move the no-error on deprications into the Makefiles so it's always after the... | Ted Gould | 2012-01-26 | 1 | -1/+4 |
| | * | Remove custom WITH_GTK3 and use the HAVE_GTK3 | Ted Gould | 2012-01-26 | 2 | -4/+4 |
| | * | in gtk3, use stock signals instead of Ubuntu-specific ones | Ryan Lortie | 2012-01-12 | 2 | -13/+24 |
| * | | Change the icon data to be a byte stream instead of a base64 string | Ted Gould | 2012-01-26 | 1 | -10/+4 |
| |\ \ |
|
| | * | | Change icon-data to contains raw png bytes, without base64 encoding | Aurélien Gâteau | 2012-01-23 | 1 | -10/+4 |
| | * | | Add in a check for always-show-image getting a different type | Ted Gould | 2011-12-01 | 1 | -2/+7 |
| | |\ \ |
|
| * | \ \ | Fixing header directories for GTK3 build | Ted Gould | 2012-01-26 | 3 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | Separate libdbusmenu-glib and libdbusmenu-gtk include directories | György Balló | 2012-01-05 | 3 | -3/+3 |
| | * | | | | Use different directory for headers of gtk3 library | György Balló | 2011-11-21 | 2 | -2/+2 |
| * | | | | | Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in genericmenui... | Mikkel Kamstrup Erlandsen | 2012-01-16 | 1 | -0/+10 |
| | |_|_|/
| |/| | | |
|
* / | | | | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -0/+6 |
|/ / / / |
|
* | | | | Add in a check for always-show-image getting a different type | Ted Gould | 2011-12-01 | 1 | -2/+7 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Don't try to get objects from boolean values. Handle the 'always show image'... | Ted Gould | 2011-10-13 | 1 | -2/+7 |
| |/ |
|
* / | make sure to cancel an idle callback when the object dies | Michael Terry | 2011-11-10 | 1 | -3/+10 |
|/ |
|
* | Make sure to finally unref the GTK menuitem | Ted Gould | 2011-10-12 | 1 | -5/+13 |
|\ |
|
| * | remove last ref from GtkMenuItems that we create | Michael Terry | 2011-10-04 | 1 | -5/+13 |
* | | when resetting an image widget and it's the only child of the menuitem, make ... | Michael Terry | 2011-10-05 | 1 | -0/+1 |
|/ |
|
* | Making it so that the Vala build is optional | Dennis Schridde | 2011-09-19 | 1 | -0/+2 |
* | Adding in warnings to protect watch_submenu | Ted Gould | 2011-09-19 | 1 | -0/+3 |
* | Changing from using hspace to using toggle-space | Ted Gould | 2011-08-24 | 1 | -8/+8 |
* | Making the capturing of colors from the theme GTK3 specific (it is) so that G... | Ted Gould | 2011-08-24 | 1 | -2/+5 |
* | Adding discriptive text to the enums | Ted Gould | 2011-08-24 | 1 | -0/+6 |
* | Fixing the color names | Ted Gould | 2011-08-23 | 1 | -3/+3 |
* | Fixing the comparision so that we don't block updates | Ted Gould | 2011-08-22 | 1 | -5/+6 |
* | Create a local string with a color if the disposition is non-normal | Ted Gould | 2011-08-22 | 1 | -2/+51 |
* | Implement the setter and getter for disposition | Ted Gould | 2011-08-22 | 1 | -0/+38 |
* | Add in a disposition and set it at init | Ted Gould | 2011-08-22 | 1 | -0/+2 |
* | Set the disposition from the value given and from the enum. | Ted Gould | 2011-08-22 | 1 | -1/+3 |