Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refactor setting the ATK Object name into a function that can do all the ↵ | Ted Gould | 2012-02-10 | 1 | -4/+22 | |
| | | | | | | | | | | | | error handling needed. | |||||
| * | | 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 | |
| | | | | | | | | | | | | the same as the GTK widgets as well. | |||||
| * | | When parsing an existing GTK menu hierarchy, we should also set the | Luke Yelavich | 2012-01-31 | 2 | -0/+54 | |
| | | | | | | | | | | | | | | | | | | DBUSMENU_MENU_ITEM_ACCESSIBLE_DESC property, if the accessible name for the menu differs from the text of the menu item label. | |||||
* | | | 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 ↵ | Luke Yelavich | 2012-02-01 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | atk object's accessible name, as per atk docs. | |||||
* | | | 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 ↵ | Ted Gould | 2012-01-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | the -Wall | |||||
| | * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons: - base64 encoding is not necessary because dbusmenu properties can use any dbus-supported types. - faster: no need to base64 decode/encode images - more efficient: base64-encoded data is 1/3 bigger than raw data | |||||
| | * | | 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 ↵ | Mikkel Kamstrup Erlandsen | 2012-01-16 | 1 | -0/+10 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | genericmenuitem.c | |||||
* / | | | | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -0/+6 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alternative label for a menu item. This alternative label is only used for assistive technologies such as Orca. It is particularly useful for menu items where an icon is used to present further information to the user, in which case this property can be used to give a textual description of the icon. | |||||
* | | | | 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 ↵ | Ted Gould | 2011-10-13 | 1 | -2/+7 | |
| |/ | | | | | | | image' property by getting the image from the object and using that | |||||
* / | 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 | |
|/ | | | | sure we don't try to use free'd memory | |||||
* | 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 ↵ | Ted Gould | 2011-08-24 | 1 | -2/+5 | |
| | | | | GTK2 can build | |||||
* | 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 | |
| | ||||||
* | Make sure that we get rid of the enum stuff as well | Ted Gould | 2011-08-22 | 1 | -1/+1 | |
| | ||||||
* | Adding in a disposition type and get proper enum generation | Ted Gould | 2011-08-22 | 4 | -13/+228 | |
| | ||||||
* | Adding an enum for the the disposition and functions to set and get it | Ted Gould | 2011-08-22 | 1 | -13/+24 | |
| | ||||||
* | Adding infrastructure to watch for the disposition property. | Ted Gould | 2011-08-22 | 1 | -0/+17 | |
| | ||||||
* | Unsetting the property value | Ted Gould | 2011-06-17 | 1 | -0/+3 | |
|\ |