Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -4/+0 |
| | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
* | Some refactoring to avoid warnings | Robert Tari | 2020-07-24 | 1 | -5/+5 |
| | |||||
* | Port from Glib's g_object_newv to g_object_new_with_properties. | Mike Gabriel | 2019-12-04 | 1 | -12/+16 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 1 | -30/+33 |
| | |||||
* | ido_user_menu_item: remove superfluous unref | Lars Uebernickel | 2013-11-06 | 1 | -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 height | Lars Uebernickel | 2013-10-28 | 1 | -2/+3 |
| | |||||
* | ido_user_menu_item_set_icon_from_file_icon: free file | Lars Uebernickel | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | Don't export ido_user_menu_item_set_icon_from_file_icon() | Lars Uebernickel | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | IdoUserMenuItem: only allow file icons as avatars | Lars Uebernickel | 2013-10-26 | 1 | -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 spacing | Lars Uebernickel | 2013-09-30 | 1 | -3/+2 |
| | |||||
* | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULL | Charles Kerr | 2013-07-01 | 1 | -1/+2 |
| | |||||
* | don't load the icon twice | Charles Kerr | 2013-07-01 | 1 | -54/+107 |
| | |||||
* | if a user's avatar icon file doesn't exist or isn't readable, fall back to ↵ | Charles Kerr | 2013-07-01 | 1 | -1/+49 |
| | | | | the default avatar | ||||
* | fix a copy-paste bug in the last commit's GuestMenuItem code | Charles Kerr | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | silence console warnings when a NULL filename is passed into ↵ | Charles Kerr | 2013-06-23 | 1 | -2/+2 |
| | | | | ido_user_menu_item_set_icon_from_filename() | ||||
* | add ido_guest_menu_item_new_for_model() | Charles Kerr | 2013-06-23 | 1 | -60/+122 |
| | |||||
* | add an 'icon' property to idousermenuitem | Charles Kerr | 2013-06-23 | 1 | -60/+71 |
| | |||||
* | ido_user_menu_item_new_from_model: fix docstring | Lars Uebernickel | 2013-05-31 | 1 | -2/+4 |
| | |||||
* | Move crate_user_menu_item into idousermenuitem.c | Lars Uebernickel | 2013-05-27 | 1 | -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 Kerr | 2013-03-27 | 1 | -17/+19 |
| | | | | more clarity. | ||||
* | in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of ↵ | Charles Kerr | 2013-03-26 | 1 | -5/+10 |
| | | | | gtk_widget_get_style(), gtk_widget_get_state() | ||||
* | add properties to IdoUserMenuItem and remove its dependencies on ↵ | Charles Kerr | 2013-03-26 | 1 | -120/+181 |
| | | | | DbusmenuMenuitem | ||||
* | rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵ | Charles Kerr | 2013-03-26 | 1 | -0/+289 |
is to decouple from dbusmenu. |