aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/clipping_helper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* menu: fix calculate window coordinatesAlexander Sulfrian2013-01-181-1/+5
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* menu/clipping_helper: made clipping workingAlexander Sulfrian2013-01-131-9/+10
|
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-131-1/+7
| | | | | constructors that generate a rectangle from GLint[4] or FTBBox are now helper functions to remove the external dependencies from the helper class
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-131-3/+3
|
* menu/clipping_helper: helper class for stacked clipping setup and teardownAlexander Sulfrian2013-01-051-0/+70