| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/idoswitchmenuitem.c: Allow the switch to display an accelerator. | Robert Tari | 2024-07-10 | 1 | -1/+45 |
| | | | | | | This enables the IDO switch menu item to process GMenuItem's standard 'accel' property and display it in a user readable format. | ||||
| * | Drop local config.h includes. | Robert Tari | 2021-04-21 | 1 | -2/+0 |
| | | | | | Fixes AyatanaIndicators/ayatana-ido#25 | ||||
| * | idoswitchmenuitem.c: Fix setting the initial state for the switch | Robert Tari | 2020-10-21 | 1 | -2/+1 |
| | | |||||
| * | Add sanity-check in ido_switch_menu_item_activate | Robert Tari | 2020-09-27 | 1 | -0/+2 |
| | | |||||
| * | idoswitchmenuitem.c: Pass the switch activation state in the action signal | Robert Tari | 2020-09-27 | 1 | -3/+9 |
| | | |||||
| * | Whitespace fix | Robert Tari | 2020-09-16 | 1 | -2/+2 |
| | | |||||
| * | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-12-03 | 1 | -11/+22 |
| | | |||||
| * | Unref serialized_icon | Lars Uebernickel | 2013-10-22 | 1 | -0/+2 |
| | | |||||
| * | Don't call gtk_image_clear() on a NULL widget | Lars Uebernickel | 2013-10-22 | 1 | -1/+1 |
| | | |||||
| * | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model | Lars Uebernickel | 2013-10-22 | 1 | -0/+61 |
| | | |||||
| * | IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon} | Lars Uebernickel | 2013-10-22 | 1 | -1/+78 |
| | | |||||
| * | Add introspection and Vala support to IDO | Robert Ancell | 2012-12-14 | 1 | -4/+15 |
| | | |||||
| * | revert the event delegation for now, it's not necessary for FF | Charles Kerr | 2012-08-21 | 1 | -51/+0 |
| | | |||||
| * | when the mouse is over the GtkSwitch widget, the menuitem should delegate ↵ | Charles Kerr | 2012-08-21 | 1 | -0/+51 |
| | | | | | the mouse down and motion events to it. | ||||
| * | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ↵ | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
| | | | | | handles the issue of the menu title being painted as if the menu were still open | ||||
| * | ...and if we're not clearing that in dispose(), then we don't need dispose() ↵ | Charles Kerr | 2012-08-21 | 1 | -10/+0 |
| | | | | | anymore | ||||
| * | don't keep the GBinding pointer around, it'll be destroyed automatically ↵ | Charles Kerr | 2012-08-21 | 1 | -6/+3 |
| | | | | | when the menuitem's destroyed | ||||
| * | comment tweaks | Charles Kerr | 2012-08-21 | 1 | -4/+6 |
| | | |||||
| * | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 1 | -0/+131 |
