aboutsummaryrefslogtreecommitdiff
path: root/src/idousermenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Fix possible memory leaksRobert Tari2023-08-051-0/+4
* Use consistent Ayatana IDO namesRobert Tari2021-09-201-3/+3
* Drop local config.h includes.Robert Tari2021-04-211-4/+0
* Some refactoring to avoid warningsRobert Tari2020-07-241-5/+5
* Port from Glib's g_object_newv to g_object_new_with_properties.Mike Gabriel2019-12-041-12/+16
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-30/+33
* ido_user_menu_item: remove superfluous unrefLars Uebernickel2013-11-061-1/+0
* ido_user_menu_item_set_icon_from_file_icon: don't initialize width and heightLars Uebernickel2013-10-281-2/+3
* ido_user_menu_item_set_icon_from_file_icon: free fileLars Uebernickel2013-10-281-0/+1
* Don't export ido_user_menu_item_set_icon_from_file_icon()Lars Uebernickel2013-10-271-1/+1
* IdoUserMenuItem: only allow file icons as avatarsLars Uebernickel2013-10-261-105/+53
* idousermenuitem: center user avatars and adjust spacingLars Uebernickel2013-09-301-3/+2
* Fixing some small introspection errorsTed Gould2013-07-021-1/+1
* in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULLCharles Kerr2013-07-011-1/+2
* don't load the icon twiceCharles Kerr2013-07-011-54/+107
* if a user's avatar icon file doesn't exist or isn't readable, fall back to th...Charles Kerr2013-07-011-1/+49
* fix a copy-paste bug in the last commit's GuestMenuItem codeCharles Kerr2013-06-271-1/+1
* silence console warnings when a NULL filename is passed into ido_user_menu_it...Charles Kerr2013-06-231-2/+2
* add ido_guest_menu_item_new_for_model()Charles Kerr2013-06-231-60/+122
* add an 'icon' property to idousermenuitemCharles Kerr2013-06-231-60/+71
* ido_user_menu_item_new_from_model: fix docstringLars Uebernickel2013-05-311-2/+4
* Move crate_user_menu_item into idousermenuitem.cLars Uebernickel2013-05-271-0/+98
* rename idousermenuitem's "icon" property as "icon-filename" for a little more...Charles Kerr2013-03-271-17/+19
* in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of gtk...Charles Kerr2013-03-261-5/+10
* add properties to IdoUserMenuItem and remove its dependencies on DbusmenuMenu...Charles Kerr2013-03-261-120/+181
* rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ...Charles Kerr2013-03-261-0/+289