Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ido-detail-label: factor common code out of set_text and _count | Lars Uebernickel | 2012-09-04 | 1 | -25/+25 |
| | | | | | | | | This was only half-heartedly done with the _clear function, which left a dangling pointer. Contributed by Charles Kerr. Thanks! | ||||
* | ido-detail-label: chain up dispose and finalize calls | Lars Uebernickel | 2012-09-04 | 1 | -0/+4 |
| | |||||
* | im-source-menu-item: draw lozenges around counts | Lars Uebernickel | 2012-09-03 | 1 | -0/+392 |
A new widget class IdoDetailLabel is introduced, which can display either a string or a count. Counts are drawn as lozenges. |