Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for drawing highlighted decoration | Lukas Fleischer | 2014-05-18 | 1 | -2/+2 |
| | | | | | | | This allows for drawing selected scroll windows and list boxes with a highlighted border. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Add a generic list box implementation | Lukas Fleischer | 2014-05-18 | 1 | -0/+138 |
This adds a very generic list box implementation. List boxes with items of different heights are supported. Two callback functions to determine the height of every single item and to draw a specific item are used. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |