Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk-doc fix: DbusmenuMenuitemClass.send_about_to_show | Charles Kerr | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | fix grammar: use of its and it's | Charles Kerr | 2012-10-07 | 1 | -3/+3 |
| | |||||
* | constify the dbusmenu_menuitem_get*() functions | Charles Kerr | 2012-04-25 | 1 | -6/+6 |
| | |||||
* | Update to trunk | Ted Gould | 2012-01-26 | 1 | -0/+2 |
|\ | |||||
| * | Change icon-data to contains raw png bytes, without base64 encoding | Aurélien Gâteau | 2012-01-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | 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 a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an | Luke Yelavich | 2011-12-13 | 1 | -0/+12 |
|/ | | | | | | | | 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. | ||||
* | Putting in some headers to make this file easier to read | Ted Gould | 2011-08-22 | 1 | -1/+27 |
| | |||||
* | Updating the protocol spec | Ted Gould | 2011-08-22 | 1 | -2/+2 |
| | |||||
* | Adding a disposition property in to the header and defaults | Ted Gould | 2011-08-22 | 1 | -0/+39 |
| | |||||
* | Adding defines for the event ids | Ted Gould | 2011-03-16 | 1 | -0/+26 |
| | |||||
* | Document the event signal define. | Ted Gould | 2011-02-24 | 1 | -0/+5 |
| | |||||
* | Track the parent inside the menuitem instead of with a data property externally. | Ted Gould | 2011-02-24 | 1 | -0/+4 |
|\ | |||||
| * | Hold a weak pointer to each DbusmenuMenuitems parent. This avoids | Chris Coulson | 2011-02-24 | 1 | -0/+4 |
| | | | | | | | | | | | | using g_object_{get/set}_data for storing a nodes parent in the parser code, and the associated problems with that (ie, a child out-living its parent, leading to invalid reads | ||||
* | | Adding an 'event' signal for generic event handling | Ted Gould | 2011-02-24 | 1 | -2/+4 |
|\ \ | |/ |/| | |||||
| * | Sync to trunk | Ted Gould | 2011-02-22 | 1 | -7/+8 |
| |\ | |||||
| * | | Adding a signal for events | Ted Gould | 2011-01-28 | 1 | -1/+4 |
| | | | |||||
* | | | Fixing allow annotation | Ted Gould | 2011-02-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fixing all the menuitem documentation | Ted Gould | 2011-02-21 | 1 | -3/+191 |
| |/ |/| | |||||
* | | merge trunk | Martin Pitt | 2011-02-21 | 1 | -5/+6 |
|\ \ | |||||
| * | | Swapt out building XML for building a big variant structure | Ted Gould | 2011-02-14 | 1 | -5/+6 |
| |/ | |||||
* / | Fix GI annotations for Dbusmenu | Martin Pitt | 2011-02-16 | 1 | -2/+2 |
|/ | | | | | | | | Now everything is introspectable except for dbusmenu_client_add_type_handler{,_full}(). These do not take a standard GDestroyNotify argument, and thus the newfunc callback cannot get any valid scope annotation. To fix this we need to break the API and ABI. | ||||
* | Adding an about-to-show signal to the menuitem | Ted Gould | 2011-01-06 | 1 | -0/+3 |
|\ | |||||
| * | Add an about-to-show signal to the menu items and hook this up | Chris Coulson | 2010-12-13 | 1 | -1/+2 |
|/ | | | | to be emitted when someone calls dbusmenu_menuitem_send_about_to_show | ||||
* | Change all the event handling to use GVariants | Ted Gould | 2010-11-17 | 1 | -9/+3 |
| | |||||
* | Adding some deprectated flags for the value functions. | Ted Gould | 2010-11-17 | 1 | -0/+4 |
| | |||||
* | Switch the internal hash table to be variant and implement the set and get ↵ | Ted Gould | 2010-11-17 | 1 | -1/+1 |
| | | | | functions. Also TODOs around other needed changes. | ||||
* | It doesn't really match standard GVariant syntax to have this be a const | Ted Gould | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Adding prototypes for the variant functions we're going to need in menuitem | Ted Gould | 2010-11-15 | 1 | -0/+2 |
| | |||||
* | Putting the pointer to the private area in the instance | Ted Gould | 2010-10-12 | 1 | -0/+5 |
| | |||||
* | Taking back the reserved | Ted Gould | 2010-10-12 | 1 | -4/+15 |
| | |||||
* | Reintroduce the typedef so we don't break the API | Ted Gould | 2010-09-22 | 1 | -0/+10 |
| | |||||
* | Removing the typedef for the callback | Ted Gould | 2010-09-22 | 1 | -12/+2 |
| | |||||
* | Adding the signal and function to show the menu item to the user. | Ted Gould | 2010-08-20 | 1 | -5/+6 |
| | |||||
* | Mainline merge, resolve conflicts. | Cody Russell | 2010-06-21 | 1 | -0/+2 |
|\ | |||||
| * | Wrong name for the property | Ted Gould | 2010-06-17 | 1 | -1/+1 |
| | | |||||
| * | Strings to build the submenu property | Ted Gould | 2010-06-07 | 1 | -0/+3 |
| | | |||||
* | | The shortcut strings defined. | Ted Gould | 2010-06-08 | 1 | -0/+7 |
|/ | |||||
* | Fixing annotations, no everything is happy. | Ted Gould | 2010-06-04 | 1 | -2/+3 |
| | |||||
* | Flattening out the documentation to make it so that it gets picked up by ↵ | Ted Gould | 2010-05-28 | 1 | -9/+4 |
| | | | | g-ir-scanner. | ||||
* | Changing the comment style to make g-ir-scanner happy. | Ted Gould | 2010-05-27 | 1 | -59/+59 |
| | |||||
* | Fixing annotations on the pointer prototypes. | Ted Gould | 2010-05-27 | 1 | -3/+3 |
| | |||||
* | Breaking out the buildxml function into it's own type for annotations | Ted Gould | 2010-05-27 | 1 | -1/+10 |
| | |||||
* | Adding a function to only get the position in the children that are realized. | Ted Gould | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | Bringing up to date with trunk | Ted Gould | 2010-03-31 | 1 | -0/+2 |
|\ | |||||
| * | Adding a define to provide a blank icon in the icon name | Ted Gould | 2010-03-18 | 1 | -0/+2 |
| | | |||||
* | | Adding a set of callbacks so that we can respond to the about to show request. | Ted Gould | 2010-03-31 | 1 | -2/+13 |
| | | |||||
* | | Started to implement about-to-show support | Aurelien Gateau | 2010-03-03 | 1 | -1/+5 |
|/ | |||||
* | For IDs that we recycle (often the root id) we need to update the ↵ | Ted Gould | 2010-02-05 | 1 | -0/+1 |
| | | | | properties. Adds a new function to support syncing the properties in the menuitem. | ||||
* | Changing the IDs so that they're all INTs | Ted Gould | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Interoperability fixes. | Ted Gould | 2010-02-04 | 1 | -9/+9 |
|\ |