Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|\ | ||||||
| * | Unset the value as specified in bug 785828 | Jonathan Landis | 2011-06-16 | 1 | -0/+3 | |
| | | ||||||
* | | Toggle visibility to help Eclipse | Ted Gould | 2011-05-31 | 1 | -0/+18 | |
|\| | ||||||
| * | ref menu until we're done toggling its visibility | Michael Terry | 2011-05-18 | 1 | -1/+3 | |
| | | ||||||
| * | toggle visibility of menus to fix Eclipse RCP apps | Michael Terry | 2011-04-27 | 1 | -0/+16 | |
| | | ||||||
* | | Dropping the serializable menu item. Not a bad idea, but we can do better. | Ted Gould | 2011-04-26 | 5 | -435/+3 | |
|/ | ||||||
* | refactor this branch a bit to rebase on trunk | Michael Terry | 2011-04-15 | 1 | -29/+31 | |
| | ||||||
* | merge from trunk | Michael Terry | 2011-04-15 | 1 | -23/+34 | |
|\ | ||||||
| * | Only activate items if they have submenus | Ted Gould | 2011-04-15 | 1 | -0/+14 | |
| |\ | ||||||
| | * | Oops, wrong object type | Ted Gould | 2011-04-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Only activate items that have submenus | Ted Gould | 2011-04-15 | 1 | -0/+14 | |
| | | | ||||||
| * | | watch new submenus for additions and removals | Michael Terry | 2011-04-15 | 1 | -23/+20 | |
| |/ | ||||||
* / | activate new toplevel menu items | Michael Terry | 2011-04-15 | 1 | -0/+8 | |
|/ | ||||||
* | Handle cases of labels being added later | Ted Gould | 2011-04-12 | 1 | -13/+43 | |
|\ | ||||||
| * | watch empty/separator menu items for any added GtkLabel children, as ↵ | Michael Terry | 2011-04-12 | 1 | -13/+43 | |
| | | | | | | | | gnome-commander likes to do | |||||
* | | Changing the cleanup of GTK Menuitems to avoid undefined references. | Ted Gould | 2011-04-12 | 2 | -25/+20 | |
|\ \ |