aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-13menu: code style: change naming of bool-getter to is prefixAlexander Sulfrian7-9/+9
2013-01-13menu/static: code style: remove this/getter if not neededAlexander Sulfrian1-4/+3
2013-01-13base/config: add debug.boxes config optionAlexander Sulfrian3-1/+29
2013-01-13menu/static_rectangle: add implementation of static for rectanglesAlexander Sulfrian2-0/+100
2013-01-13menu/static: add infrastructure for simple geometric typesAlexander Sulfrian2-0/+263
2013-01-13utils/rgba_color: add RgbaColor (RGB with additional alpha channel)Alexander Sulfrian2-0/+160
2013-01-13utils/rgb_color: add possibility to generate color array for openglAlexander Sulfrian2-2/+75
2013-01-13menu/container: remove assertAlexander Sulfrian1-1/+0
2013-01-13base/config: add graphics.fullscreen optionAlexander Sulfrian4-6/+96
2013-01-13menu: add some commentsAlexander Sulfrian2-3/+25
2013-01-13base/config: add graphics.resolution config optionAlexander Sulfrian4-1/+110
2013-01-13base/config: add basic config infrastructureAlexander Sulfrian4-1/+128
2013-01-13menu/drawable_control: always cache modelview matrixAlexander Sulfrian1-12/+17
2013-01-13menu/modelview_matrix_cache: add helper classAlexander Sulfrian3-6/+91
2013-01-13menu: use boost::shared_mutexAlexander Sulfrian7-30/+46
2013-01-13remove legacy keywords from file headerAlexander Sulfrian80-160/+0
2013-01-13menu: enable (and disable) glTexture only if neededAlexander Sulfrian3-1/+6
2013-01-13menu/background: backgrounds get to know the parent componentAlexander Sulfrian8-38/+133
2013-01-13menu: generalized frame_background to backgroundAlexander Sulfrian13-115/+84
2013-01-13menu/clipping_helper: made clipping workingAlexander Sulfrian4-15/+20
2013-01-13menu/contianer: element position should be relative to the container positionAlexander Sulfrian2-2/+6
2013-01-13menu/container: calculate window coordinatesAlexander Sulfrian3-3/+74
2013-01-13menu/text: removed unnecessary blockAlexander Sulfrian1-9/+7
2013-01-13menu/application: group the opengl init stepsAlexander Sulfrian1-4/+3
2013-01-13menu/application: whitespace fixAlexander Sulfrian1-2/+2
2013-01-13menu/application: disable opengl depth buffer (only 2d needed)Alexander Sulfrian2-1/+2
2013-01-13menu/application: alpha blending should not be enabled by defaultAlexander Sulfrian2-4/+5
2013-01-13utils/rectangle: removed external constructors and added helperAlexander Sulfrian5-16/+28
2013-01-13menu/software_mouse_pointer: set hidden if timer is readyAlexander Sulfrian1-1/+7
2013-01-13utils/point: addition/subtraction should only be possible with same typeAlexander Sulfrian1-4/+4
2013-01-13menu/text: realign on size change of controlAlexander Sulfrian2-0/+15
2013-01-13menu/drawable_control: set_size should be virtual so it could be overwrittenAlexander Sulfrian1-2/+2
2013-01-13menu/text: added variable vertical alignment in the box of the controlAlexander Sulfrian4-5/+185
2013-01-13utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2-11/+22
2013-01-13utils/rectangle: added ctor to create a Rectange from a FTBoxAlexander Sulfrian1-0/+8
2013-01-13utils/math: added abs/min/max as static template functionsAlexander Sulfrian1-0/+69
2013-01-13utils/rectangle: the points should be modifiableAlexander Sulfrian1-2/+2
2013-01-13menu/text: renamed text_mutex to font_mutexAlexander Sulfrian2-3/+4
2013-01-13menu/text: reordered includes in header fileAlexander Sulfrian1-3/+4
2013-01-13menu/software_mouse_pointer: hide after 2s without movementAlexander Sulfrian2-0/+9
2013-01-13menu/timer: added simple timer to wait until duration is completedAlexander Sulfrian2-0/+125
2013-01-13menu/text: added simple text class and a demo in the loading frameAlexander Sulfrian3-0/+176
2013-01-13menu/container: clipping requires window coordinatesAlexander Sulfrian3-3/+15
2013-01-13menu/container: cleanup while destruction of containerAlexander Sulfrian3-4/+16
2013-01-13menu/drawable_control: added size to controls and clip drawing if requestedAlexander Sulfrian4-3/+77
2013-01-05menu/drawable_control: added position, glTransform to position before drawingAlexander Sulfrian4-32/+64
2013-01-05menu/drawable_control: added repaint, that reinitialize the gl environmentAlexander Sulfrian2-0/+11
2013-01-05menu/container: initialize frameAlexander Sulfrian1-1/+1
2013-01-05menu: frame should not be added to container item listAlexander Sulfrian6-5/+70
2013-01-05menu/application: renamed test variableAlexander Sulfrian1-2/+2