| Commit message (Expand) | Author | Age | Files | Lines |
* | menu/modelview_matrix_cache: add helper class | Alexander Sulfrian | 2013-01-13 | 3 | -6/+91 |
* | menu: use boost::shared_mutex | Alexander Sulfrian | 2013-01-13 | 7 | -30/+46 |
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 80 | -160/+0 |
* | menu: enable (and disable) glTexture only if needed | Alexander Sulfrian | 2013-01-13 | 3 | -1/+6 |
* | menu/background: backgrounds get to know the parent component | Alexander Sulfrian | 2013-01-13 | 8 | -38/+133 |
* | menu: generalized frame_background to background | Alexander Sulfrian | 2013-01-13 | 13 | -115/+84 |
* | menu/clipping_helper: made clipping working | Alexander Sulfrian | 2013-01-13 | 4 | -15/+20 |
* | test/utils/rectangle: removed deprecated ctor | Alexander Sulfrian | 2013-01-13 | 1 | -2/+1 |
* | menu/contianer: element position should be relative to the container position | Alexander Sulfrian | 2013-01-13 | 2 | -2/+6 |
* | menu/container: calculate window coordinates | Alexander Sulfrian | 2013-01-13 | 3 | -3/+74 |
* | menu/text: removed unnecessary block | Alexander Sulfrian | 2013-01-13 | 1 | -9/+7 |
* | menu/application: group the opengl init steps | Alexander Sulfrian | 2013-01-13 | 1 | -4/+3 |
* | menu/application: whitespace fix | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | menu/application: disable opengl depth buffer (only 2d needed) | Alexander Sulfrian | 2013-01-13 | 2 | -1/+2 |
* | menu/application: alpha blending should not be enabled by default | Alexander Sulfrian | 2013-01-13 | 2 | -4/+5 |
* | utils/rectangle: removed external constructors and added helper | Alexander Sulfrian | 2013-01-13 | 5 | -16/+28 |
* | test/base/ringbuffer: fix whitespaces | Alexander Sulfrian | 2013-01-13 | 1 | -2/+1 |
* | menu/software_mouse_pointer: set hidden if timer is ready | Alexander Sulfrian | 2013-01-13 | 1 | -1/+7 |
* | utils/point: addition/subtraction should only be possible with same type | Alexander Sulfrian | 2013-01-13 | 1 | -4/+4 |
* | tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgs | Alexander Sulfrian | 2013-01-13 | 5 | -89/+89 |
* | test/utils/math: test the math helper functions | Alexander Sulfrian | 2013-01-13 | 1 | -0/+157 |
* | test: initialize log for test output | Alexander Sulfrian | 2013-01-13 | 1 | -0/+3 |
* | menu/text: realign on size change of control | Alexander Sulfrian | 2013-01-13 | 2 | -0/+15 |
* | menu/drawable_control: set_size should be virtual so it could be overwritten | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | menu/text: added variable vertical alignment in the box of the control | Alexander Sulfrian | 2013-01-13 | 4 | -5/+185 |
* | utils/rectangle: could get top/bottom/left/right coordinates from Rectangle | Alexander Sulfrian | 2013-01-13 | 3 | -13/+24 |
* | utils/rectangle: added ctor to create a Rectange from a FTBox | Alexander Sulfrian | 2013-01-13 | 1 | -0/+8 |
* | utils/math: added abs/min/max as static template functions | Alexander Sulfrian | 2013-01-13 | 1 | -0/+69 |
* | utils/rectangle: the points should be modifiable | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | menu/text: renamed text_mutex to font_mutex | Alexander Sulfrian | 2013-01-13 | 2 | -3/+4 |
* | menu/text: reordered includes in header file | Alexander Sulfrian | 2013-01-13 | 1 | -3/+4 |
* | menu/software_mouse_pointer: hide after 2s without movement | Alexander Sulfrian | 2013-01-13 | 2 | -0/+9 |
* | menu/timer: added simple timer to wait until duration is completed | Alexander Sulfrian | 2013-01-13 | 2 | -0/+125 |
* | doc: renamed doxygen config to standard name | Alexander Sulfrian | 2013-01-13 | 1 | -0/+0 |
* | gitignore: ignore rotated logfiles | Alexander Sulfrian | 2013-01-13 | 1 | -1/+1 |
* | menu/text: added simple text class and a demo in the loading frame | Alexander Sulfrian | 2013-01-13 | 4 | -0/+176 |
* | menu/container: clipping requires window coordinates | Alexander Sulfrian | 2013-01-13 | 3 | -3/+15 |
* | menu/container: cleanup while destruction of container | Alexander Sulfrian | 2013-01-13 | 3 | -4/+16 |
* | menu/drawable_control: added size to controls and clip drawing if requested | Alexander Sulfrian | 2013-01-13 | 4 | -3/+77 |
* | menu/drawable_control: added position, glTransform to position before drawing | Alexander Sulfrian | 2013-01-05 | 4 | -32/+64 |
* | menu/drawable_control: added repaint, that reinitialize the gl environment | Alexander Sulfrian | 2013-01-05 | 2 | -0/+11 |
* | menu/container: initialize frame | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | menu: frame should not be added to container item list | Alexander Sulfrian | 2013-01-05 | 6 | -5/+70 |
* | menu/application: renamed test variable | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
* | menu/application: simplified code | Alexander Sulfrian | 2013-01-05 | 1 | -2/+1 |
* | menu/reflection: removed unused class | Alexander Sulfrian | 2013-01-05 | 2 | -103/+0 |
* | menu: keep frame in container | Alexander Sulfrian | 2013-01-05 | 4 | -27/+23 |
* | menu/frame: added log | Alexander Sulfrian | 2013-01-05 | 2 | -0/+5 |
* | menu/container: added log | Alexander Sulfrian | 2013-01-05 | 2 | -0/+7 |
* | menu/application: removed display width/height, use DrawableControl::size | Alexander Sulfrian | 2013-01-05 | 2 | -29/+13 |