Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -2/+1 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | utils/colors: move colors into subdir, add hsv | Alexander Sulfrian | 2014-04-08 | 1 | -1/+1 |
| | | | | | | | All color classes are now in an own subdirectory with a short name. The new class HsvColor represents the Hue/Saturation/Value color model and comes with conversion functions to and from rgb colors (currently integer arithmetic without optimization for higher presicion). | ||||
* | menu/static_rectangle: add implementation of static for rectangles | Alexander Sulfrian | 2013-01-13 | 1 | -0/+47 |