| Commit message (Expand) | Author | Files | Lines |
2015-04-03 | utils/math: Remove custom implementation of min/max. | Alexander Sulfrian | 2 | -74/+8 |
2015-04-03 | menu/application: Remove singleton. | Alexander Sulfrian | 5 | -39/+27 |
2015-03-31 | menu/text: Fix include path. | Alexander Sulfrian | 1 | -1/+1 |
2014-05-04 | remove semicolon after namespace | Alexander Sulfrian | 106 | -127/+111 |
2014-04-30 | fix problems with gcc >= 4.7 | Alexander Sulfrian | 2 | -3/+5 |
2014-04-08 | utils/colors: move colors into subdir, add hsv | Alexander Sulfrian | 11 | -50/+273 |
2013-01-21 | menu/timer: use base/timestamp | Alexander Sulfrian | 3 | -15/+9 |
2013-01-21 | utils/activator: removed unnecessary template | Alexander Sulfrian | 4 | -18/+51 |
2013-01-21 | menu/application: add is_running | Alexander Sulfrian | 2 | -0/+7 |
2013-01-21 | menu/application: add quit() to quit the app from everywhere | Alexander Sulfrian | 2 | -5/+11 |
2013-01-21 | menu/application: add free to allow multiple runs | Alexander Sulfrian | 3 | -1/+9 |
2013-01-21 | menu/text: check error state first | Alexander Sulfrian | 1 | -2/+1 |
2013-01-21 | base/time: use float value to force float result | Alexander Sulfrian | 1 | -1/+1 |
2013-01-20 | menu/drawable_control: add signals for mouse events | Alexander Sulfrian | 2 | -0/+18 |
2013-01-20 | fix includes | Alexander Sulfrian | 19 | -10/+52 |
2013-01-20 | menu/drawable_control: add static member for debug boxes | Alexander Sulfrian | 2 | -6/+21 |
2013-01-20 | menu/drawable_control: fix focus with clipping | Alexander Sulfrian | 1 | -0/+1 |
2013-01-18 | menu/control: add include to fix build for gcc 4.6 | Robin Nehls | 1 | -0/+1 |
2013-01-18 | menu: add mouse manager for handling mouse focus and clicks | Alexander Sulfrian | 5 | -0/+246 |
2013-01-18 | menu/mouse_event: add wrapper for mouse events to detect dbl-clicks | Alexander Sulfrian | 2 | -0/+143 |
2013-01-18 | menu: add get_component_at to get component | Alexander Sulfrian | 4 | -0/+49 |
2013-01-18 | menu/application: toggle debug boxes with d | Alexander Sulfrian | 1 | -0/+5 |
2013-01-18 | drawable_control: add focusable property | Alexander Sulfrian | 3 | -2/+21 |
2013-01-18 | text: resize text, if auto_size is enabled | Alexander Sulfrian | 1 | -2/+4 |
2013-01-18 | rectangle: add possibility to get dimension | Alexander Sulfrian | 1 | -0/+5 |
2013-01-18 | menu/container: add window_coords_change | Alexander Sulfrian | 2 | -2/+30 |
2013-01-18 | menu/static: remove empty line | Alexander Sulfrian | 1 | -1/+0 |
2013-01-18 | menu/static: add getter for vertices_count | Alexander Sulfrian | 2 | -0/+6 |
2013-01-18 | utils/rectangle: add is_in(Point) | Alexander Sulfrian | 1 | -0/+15 |
2013-01-18 | utils/rectangle: add + and =+ operator to move rectangle | Alexander Sulfrian | 1 | -0/+19 |
2013-01-18 | utils/rectangle: add set_left | Alexander Sulfrian | 1 | -0/+7 |
2013-01-18 | menu: mouse events now take points, not the single coords | Alexander Sulfrian | 4 | -16/+18 |
2013-01-18 | base/timestamp: add class to store a point of time | Alexander Sulfrian | 2 | -0/+108 |
2013-01-18 | base/time: make get_time static, constructor protected | Alexander Sulfrian | 2 | -3/+18 |
2013-01-18 | base/time: removed unused RelativeTimer | Alexander Sulfrian | 2 | -110/+0 |
2013-01-18 | menu: fix calculate window coordinates | Alexander Sulfrian | 4 | -4/+15 |
2013-01-13 | menu/software_mouse_pointer: implement pressed state | Alexander Sulfrian | 2 | -4/+65 |
2013-01-13 | menu/event_manager: add more mouse events | Alexander Sulfrian | 4 | -3/+13 |
2013-01-13 | menu/background_*: vertices are only recalculated if the size changed | Alexander Sulfrian | 4 | -20/+66 |
2013-01-13 | menu/background_image: remove the unused texture color | Alexander Sulfrian | 2 | -6/+1 |
2013-01-13 | menu/texture: implement GlDelayedAllocation interface | Alexander Sulfrian | 6 | -45/+58 |
2013-01-13 | utils/image: add shortcut to get image size as Dimension | Alexander Sulfrian | 2 | -0/+8 |
2013-01-13 | add const where applicable | Alexander Sulfrian | 4 | -14/+22 |
2013-01-13 | menu/background: use boost::noncopyable | Alexander Sulfrian | 1 | -10/+7 |
2013-01-13 | menu/gl_delayed_allocation: add helper for opengl allocation | Alexander Sulfrian | 2 | -0/+159 |
2013-01-13 | utils: add disposer helper | Alexander Sulfrian | 3 | -0/+158 |
2013-01-13 | utils: add activator helper | Alexander Sulfrian | 2 | -0/+93 |
2013-01-13 | menu: add some comments | Alexander Sulfrian | 6 | -6/+61 |
2013-01-13 | utils/dimension: add == and != operators | Alexander Sulfrian | 1 | -8/+11 |
2013-01-13 | menu/application: add possibility to query if ogl thread | Alexander Sulfrian | 2 | -0/+11 |