aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a way for newcomers to the bus to find out who's thereTed Gould2012-01-261-0/+35
|\
| * GTK3 Build FixTed Gould2012-01-241-0/+10
| |\
| * \ Update to trunkTed Gould2012-01-248-23/+54
| |\ \
| * | | Respond to the 'FindServers' signalTed Gould2011-10-041-0/+35
| | | |
* | | | Add property of the accessible descriptionTed Gould2012-01-265-1/+23
|\ \ \ \
| * \ \ \ Merging trunk again, mistakesTed Gould2012-01-261-1/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Include config.h to get the HAVE_GTK3 defineTed Gould2012-01-261-0/+1
| | | | |
* | | | | Missing commaTed Gould2012-01-261-1/+1
| | | | |
| * | | | Fix function calls hereTed Gould2012-01-261-2/+2
| | | | |
| * | | | Update to trunkTed Gould2012-01-2615-46/+124
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Change to using the insert/remove signals in GTK3Ted Gould2012-01-264-23/+30
|\ \ \ \ \
| * | | | | Move the no-error on deprications into the Makefiles so it's always after ↵Ted Gould2012-01-263-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | the -Wall
| * | | | | Remove custom WITH_GTK3 and use the HAVE_GTK3Ted Gould2012-01-262-4/+4
| | | | | |
| * | | | | in gtk3, use stock signals instead of Ubuntu-specific onesRyan Lortie2012-01-122-13/+24
| | | | | |
| * | | | | Make use of deprecated API non-fatal.Ryan Lortie2012-01-121-8/+1
| | |_|/ / | |/| | |
* | | | | Change the icon data to be a byte stream instead of a base64 stringTed Gould2012-01-264-10/+58
|\ \ \ \ \
| * | | | | Adding a default type for ICON_DATA so we can catch people using it wrongTed Gould2012-01-261-0/+1
| | | | | |
| * | | | | Change icon-data to contains raw png bytes, without base64 encodingAurélien Gâteau2012-01-233-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 typeTed Gould2011-12-011-2/+7
| |\ \ \ \ \
| * \ \ \ \ \ Cancelling the idle if the menu item is removedTed Gould2011-11-291-3/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Fixing header directories for GTK3 buildTed Gould2012-01-267-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Separate libdbusmenu-glib and libdbusmenu-gtk include directoriesGyörgy Balló2012-01-057-7/+7
| | | | | | | | |
| * | | | | | | | Use different directory for headers of gtk3 libraryGyörgy Balló2011-11-212-2/+2
| |/ / / / / / /
* | | | | | | | Fix GTK3 deprecationsTed Gould2012-01-241-0/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in ↵Mikkel Kamstrup Erlandsen2012-01-161-0/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | genericmenuitem.c
* | | | | | build fixesAlex Launi2011-12-162-8/+21
| | | | | |
* | | | | | remove the debian dir I accidentally added (blame bzr build weirdness)Alex Launi2011-12-1625-1697/+0
| | | | | |
* | | | | | set full path of glib enum filesAlex Launi2011-12-161-2/+2
| | | | | |
* | | | | | Merge debian of lp:~ubuntu-desktop/dbusmenu/ubuntuAlex Launi2011-12-1625-0/+1697
| | | | | |
| | | | * | Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set anLuke Yelavich2011-12-135-1/+23
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 typeTed Gould2011-12-011-2/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Don't try to get objects from boolean values. Handle the 'always show ↵Ted Gould2011-10-131-2/+7
| |/ / / | | | | | | | | | | | | image' property by getting the image from the object and using that
* | | | Cancelling the idle if the menu item is removedTed Gould2011-11-291-3/+10
|\ \ \ \ | | |/ / | |/| |
| * | | make sure to cancel an idle callback when the object diesMichael Terry2011-11-101-3/+10
| |/ /
* | | Test is now working on JenkinsTed Gould2011-11-281-3/+0
|\ \ \ | |/ / |/| |
| * | Remove test-glib-proxy from XFAIL listAlex Launi2011-10-261-3/+0
| | |
* | | 0.5.1Ted Gould2011-10-131-3/+3
|/ /
* | Allow about-to-show on 0 based items (root items)Ted Gould2011-10-121-1/+1
|\ \
| * | id of 0 in dbusmenu_client_send_about_to_show is valid, and used in ↵Ken VanDine2011-09-301-1/+1
| |/ | | | | | | appindicators like nm-applet (LP: #862989)
* | Make sure to finally unref the GTK menuitemTed Gould2011-10-121-5/+13
|\ \
| * | remove last ref from GtkMenuItems that we createMichael Terry2011-10-041-5/+13
| |/
* | If the child is copied make sure we don't delete the original.Ted Gould2011-10-121-0/+1
|\ \ | |/ |/|
| * when resetting an image widget and it's the only child of the menuitem, make ↵Michael Terry2011-10-051-0/+1
|/ | | | sure we don't try to use free'd memory
* 0.5.0Ted Gould2011-09-291-3/+3
|
* More NULL protectionTed Gould2011-09-291-0/+5
|\
| * Protecting against NULL private areasTed Gould2011-09-231-0/+5
| |
* | Protect from a NULL classTed Gould2011-09-271-1/+1
|\ \
| * | Ensure the class is correctTed Gould2011-09-231-1/+1
| | |
* | | Protect client_about_to_show() from abusersTed Gould2011-09-271-0/+4
|\ \ \
| * | | Attaching bugTed Gould2011-09-230-0/+0
| | | |