aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/clipping_helper.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-04remove semicolon after namespaceAlexander Sulfrian1-1/+1
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
2013-01-18menu: fix calculate window coordinatesAlexander Sulfrian1-1/+5
2013-01-13remove legacy keywords from file headerAlexander Sulfrian1-2/+0
2013-01-13menu/clipping_helper: made clipping workingAlexander Sulfrian1-9/+10
2013-01-13utils/rectangle: removed external constructors and added helperAlexander Sulfrian1-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
2013-01-13utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian1-3/+3
2013-01-05menu/clipping_helper: helper class for stacked clipping setup and teardownAlexander Sulfrian1-0/+70