aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/clipping_helper.hpp (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: add some commentsAlexander Sulfrian2013-01-131-0/+20
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* menu/clipping_helper: made clipping workingAlexander Sulfrian2013-01-131-1/+2
|
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-131-0/+6
| | | | | constructors that generate a rectangle from GLint[4] or FTBBox are now helper functions to remove the external dependencies from the helper class
* menu/clipping_helper: helper class for stacked clipping setup and teardownAlexander Sulfrian2013-01-051-0/+51