Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ido_menu_item_set_menu_item: make sure g_free isn't called with dangling pointer | Lars Uebernickel | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | IdoMenuItem: clear target pointer in dispose | Lars Uebernickel | 2012-08-27 | 1 | -1/+4 |
| | |||||
* | Increase spacing between icons and labels | Lars Uebernickel | 2012-08-27 | 1 | -0/+1 |
| | |||||
* | Indent application shortcuts | Lars Uebernickel | 2012-08-27 | 1 | -4/+15 |
| | | | | | | This is done by setting their icon to the empty string, which IdoMenuItem interprets as "show a clear icon". | ||||
* | IdoMenuItem: don't try to set state on stateless actions | Lars Uebernickel | 2012-08-27 | 1 | -2/+4 |
| | |||||
* | Show icons on status menu items | Lars Uebernickel | 2012-08-27 | 1 | -0/+378 |
This introduces IdoMenuItem, a GtkCheckMenuItem that can also show icons. This should go into libido at some point. Also, Im{App,Source}MenuItem could derive from it so that the GMenuItem-setting logic is only in one place. |