aboutsummaryrefslogtreecommitdiff
path: root/src/idousermenuitem.c
Commit message (Collapse)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
| | | | Fixes AyatanaIndicators/ayatana-ido#25
* 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
| | | | | The return value of g_file_icon_get_file() is transer-none.
* 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
| | | | | | | | | In practice, all avatars are file icons. This restriction allowed for quite some cleanup, as we don't need to worry about symbolic icons and themes aymore. Note: this patch removes the warning when the user avatar image was not found. This is a common enough case that the warning just clutters up logs.
* 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 ↵Charles Kerr2013-07-011-1/+49
| | | | the default avatar
* 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 ↵Charles Kerr2013-06-231-2/+2
| | | | ido_user_menu_item_set_icon_from_filename()
* 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
| | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much.
* rename idousermenuitem's "icon" property as "icon-filename" for a little ↵Charles Kerr2013-03-271-17/+19
| | | | more clarity.
* in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of ↵Charles Kerr2013-03-261-5/+10
| | | | gtk_widget_get_style(), gtk_widget_get_state()
* add properties to IdoUserMenuItem and remove its dependencies on ↵Charles Kerr2013-03-261-120/+181
| | | | DbusmenuMenuitem
* rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵Charles Kerr2013-03-261-0/+289
is to decouple from dbusmenu.