| Commit message (Expand) | Author | Age | Files | Lines |
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -1/+1 |
* | rectangle: add possibility to get dimension | Alexander Sulfrian | 2013-01-18 | 1 | -0/+5 |
* | utils/rectangle: add is_in(Point) | Alexander Sulfrian | 2013-01-18 | 1 | -0/+15 |
* | utils/rectangle: add + and =+ operator to move rectangle | Alexander Sulfrian | 2013-01-18 | 1 | -0/+19 |
* | utils/rectangle: add set_left | Alexander Sulfrian | 2013-01-18 | 1 | -0/+7 |
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
* | menu/clipping_helper: made clipping working | Alexander Sulfrian | 2013-01-13 | 1 | -0/+7 |
* | utils/rectangle: removed external constructors and added helper | Alexander Sulfrian | 2013-01-13 | 1 | -14/+0 |
* | utils/rectangle: could get top/bottom/left/right coordinates from Rectangle | Alexander Sulfrian | 2013-01-13 | 1 | -8/+19 |
* | utils/rectangle: added ctor to create a Rectange from a FTBox | Alexander Sulfrian | 2013-01-13 | 1 | -0/+8 |
* | utils/rectangle: the points should be modifiable | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | utils/dimension: added template for types of the metrics | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 2013-01-05 | 1 | -0/+23 |
* | utils/rectangle: added shortcut for accessing the position of a rectangle | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 |
* | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 2013-01-05 | 1 | -0/+6 |
* | utils: templatized point, point_3d and rectangle | Alexander Sulfrian | 2013-01-05 | 1 | -12/+52 |
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 2013-01-05 | 1 | -0/+54 |