Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add IdoMenuItemFactory | Lars Uebernickel | 2013-05-22 | 1 | -0/+2 |
| | | | | | | | | | | | | It's implementing the GtkMenuItemFactory extension point (only available in Ubuntu's version of gtk+). It doesn't create any menu items yet. The extension point must be registered before calling gtk_menu_new_from_model() with a menu model that references any of the custom menu items ido will provide. Registering means the type must exist in the type system. This patch adds an ido_init() which does that. Consumers of libido are required to call this function from now on. | ||||
* | compile fix | Michael Terry | 2011-02-25 | 1 | -0/+1 |
| | |||||
* | Fixes for dist | Cody Russell | 2010-07-08 | 1 | -0/+1 |
| | |||||
* | Copyright/license fu | Cody Russell | 2010-02-04 | 1 | -0/+32 |