aboutsummaryrefslogtreecommitdiff
path: root/src/idoswitchmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Drop local config.h includes.Robert Tari2021-04-211-2/+0
* idoswitchmenuitem.c: Fix setting the initial state for the switchRobert Tari2020-10-211-2/+1
* Add sanity-check in ido_switch_menu_item_activateRobert Tari2020-09-271-0/+2
* idoswitchmenuitem.c: Pass the switch activation state in the action signalRobert Tari2020-09-271-3/+9
* Whitespace fixRobert Tari2020-09-161-2/+2
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-12-031-11/+22
* Unref serialized_iconLars Uebernickel2013-10-221-0/+2
* Don't call gtk_image_clear() on a NULL widgetLars Uebernickel2013-10-221-1/+1
* Make IdoSwitchMenuItem accessible from gtk_menu_new_from_modelLars Uebernickel2013-10-221-0/+61
* IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon}Lars Uebernickel2013-10-221-1/+78
* Add introspection and Vala support to IDORobert Ancell2012-12-141-4/+15
* revert the event delegation for now, it's not necessary for FFCharles Kerr2012-08-211-51/+0
* when the mouse is over the GtkSwitch widget, the menuitem should delegate the...Charles Kerr2012-08-211-0/+51
* use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ha...Charles Kerr2012-08-211-1/+1
* ...and if we're not clearing that in dispose(), then we don't need dispose() ...Charles Kerr2012-08-211-10/+0
* don't keep the GBinding pointer around, it'll be destroyed automatically when...Charles Kerr2012-08-211-6/+3
* comment tweaksCharles Kerr2012-08-211-4/+6
* add IdoSwitchMenuItemCharles Kerr2012-08-211-0/+131