aboutsummaryrefslogtreecommitdiff
path: root/src/idoswitchmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* 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