aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* menu/text: basic handling of auto sizeAlexander Sulfrian2013-01-132-0/+18
* menu: code style: change naming of bool-getter to is prefixAlexander Sulfrian2013-01-137-9/+9
* menu/static: code style: remove this/getter if not neededAlexander Sulfrian2013-01-131-4/+3
* base/config: add debug.boxes config optionAlexander Sulfrian2013-01-133-1/+29
* menu/static_rectangle: add implementation of static for rectanglesAlexander Sulfrian2013-01-132-0/+100
* menu/static: add infrastructure for simple geometric typesAlexander Sulfrian2013-01-132-0/+263
* utils/rgba_color: add RgbaColor (RGB with additional alpha channel)Alexander Sulfrian2013-01-132-0/+160
* utils/rgb_color: add possibility to generate color array for openglAlexander Sulfrian2013-01-132-2/+75
* menu/container: remove assertAlexander Sulfrian2013-01-131-1/+0
* base/config: add graphics.fullscreen optionAlexander Sulfrian2013-01-134-6/+96
* menu: add some commentsAlexander Sulfrian2013-01-132-3/+25
* base/config: add graphics.resolution config optionAlexander Sulfrian2013-01-134-1/+110
* base/config: add basic config infrastructureAlexander Sulfrian2013-01-134-1/+128
* menu/drawable_control: always cache modelview matrixAlexander Sulfrian2013-01-131-12/+17
* menu/modelview_matrix_cache: add helper classAlexander Sulfrian2013-01-133-6/+91
* menu: use boost::shared_mutexAlexander Sulfrian2013-01-137-30/+46
* remove legacy keywords from file headerAlexander Sulfrian2013-01-1380-160/+0
* menu: enable (and disable) glTexture only if neededAlexander Sulfrian2013-01-133-1/+6
* menu/background: backgrounds get to know the parent componentAlexander Sulfrian2013-01-138-38/+133
* menu: generalized frame_background to backgroundAlexander Sulfrian2013-01-1313-115/+84
* menu/clipping_helper: made clipping workingAlexander Sulfrian2013-01-134-15/+20
* test/utils/rectangle: removed deprecated ctorAlexander Sulfrian2013-01-131-2/+1
* menu/contianer: element position should be relative to the container positionAlexander Sulfrian2013-01-132-2/+6
* menu/container: calculate window coordinatesAlexander Sulfrian2013-01-133-3/+74
* menu/text: removed unnecessary blockAlexander Sulfrian2013-01-131-9/+7
* menu/application: group the opengl init stepsAlexander Sulfrian2013-01-131-4/+3
* menu/application: whitespace fixAlexander Sulfrian2013-01-131-2/+2
* menu/application: disable opengl depth buffer (only 2d needed)Alexander Sulfrian2013-01-132-1/+2
* menu/application: alpha blending should not be enabled by defaultAlexander Sulfrian2013-01-132-4/+5
* utils/rectangle: removed external constructors and added helperAlexander Sulfrian2013-01-135-16/+28
* test/base/ringbuffer: fix whitespacesAlexander Sulfrian2013-01-131-2/+1
* menu/software_mouse_pointer: set hidden if timer is readyAlexander Sulfrian2013-01-131-1/+7
* utils/point: addition/subtraction should only be possible with same typeAlexander Sulfrian2013-01-131-4/+4
* tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgsAlexander Sulfrian2013-01-135-89/+89
* test/utils/math: test the math helper functionsAlexander Sulfrian2013-01-131-0/+157
* test: initialize log for test outputAlexander Sulfrian2013-01-131-0/+3
* menu/text: realign on size change of controlAlexander Sulfrian2013-01-132-0/+15
* menu/drawable_control: set_size should be virtual so it could be overwrittenAlexander Sulfrian2013-01-131-2/+2
* menu/text: added variable vertical alignment in the box of the controlAlexander Sulfrian2013-01-134-5/+185
* utils/rectangle: could get top/bottom/left/right coordinates from RectangleAlexander Sulfrian2013-01-133-13/+24
* utils/rectangle: added ctor to create a Rectange from a FTBoxAlexander Sulfrian2013-01-131-0/+8
* utils/math: added abs/min/max as static template functionsAlexander Sulfrian2013-01-131-0/+69
* utils/rectangle: the points should be modifiableAlexander Sulfrian2013-01-131-2/+2
* menu/text: renamed text_mutex to font_mutexAlexander Sulfrian2013-01-132-3/+4
* menu/text: reordered includes in header fileAlexander Sulfrian2013-01-131-3/+4
* menu/software_mouse_pointer: hide after 2s without movementAlexander Sulfrian2013-01-132-0/+9
* menu/timer: added simple timer to wait until duration is completedAlexander Sulfrian2013-01-132-0/+125
* doc: renamed doxygen config to standard nameAlexander Sulfrian2013-01-131-0/+0
* gitignore: ignore rotated logfilesAlexander Sulfrian2013-01-131-1/+1
* menu/text: added simple text class and a demo in the loading frameAlexander Sulfrian2013-01-134-0/+176