aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* menu/mouse_event: add wrapper for mouse events to detect dbl-clicksAlexander Sulfrian2013-01-182-0/+143
* menu: add get_component_at to get componentAlexander Sulfrian2013-01-184-0/+49
* menu/application: toggle debug boxes with dAlexander Sulfrian2013-01-181-0/+5
* drawable_control: add focusable propertyAlexander Sulfrian2013-01-183-2/+21
* text: resize text, if auto_size is enabledAlexander Sulfrian2013-01-181-2/+4
* rectangle: add possibility to get dimensionAlexander Sulfrian2013-01-181-0/+5
* menu/container: add window_coords_changeAlexander Sulfrian2013-01-182-2/+30
* menu/static: remove empty lineAlexander Sulfrian2013-01-181-1/+0
* menu/static: add getter for vertices_countAlexander Sulfrian2013-01-182-0/+6
* utils/rectangle: add is_in(Point)Alexander Sulfrian2013-01-181-0/+15
* utils/rectangle: add + and =+ operator to move rectangleAlexander Sulfrian2013-01-181-0/+19
* utils/rectangle: add set_leftAlexander Sulfrian2013-01-181-0/+7
* menu: mouse events now take points, not the single coordsAlexander Sulfrian2013-01-184-16/+18
* base/timestamp: add class to store a point of timeAlexander Sulfrian2013-01-182-0/+108
* base/time: make get_time static, constructor protectedAlexander Sulfrian2013-01-182-3/+18
* base/time: removed unused RelativeTimerAlexander Sulfrian2013-01-182-110/+0
* menu: fix calculate window coordinatesAlexander Sulfrian2013-01-184-4/+15
* menu/software_mouse_pointer: implement pressed stateAlexander Sulfrian2013-01-132-4/+65
* menu/event_manager: add more mouse eventsAlexander Sulfrian2013-01-134-3/+13
* menu/background_*: vertices are only recalculated if the size changedAlexander Sulfrian2013-01-134-20/+66
* menu/background_image: remove the unused texture colorAlexander Sulfrian2013-01-132-6/+1
* menu/texture: implement GlDelayedAllocation interfaceAlexander Sulfrian2013-01-136-45/+58
* utils/image: add shortcut to get image size as DimensionAlexander Sulfrian2013-01-132-0/+8
* add const where applicableAlexander Sulfrian2013-01-134-14/+22
* menu/background: use boost::noncopyableAlexander Sulfrian2013-01-131-10/+7
* menu/gl_delayed_allocation: add helper for opengl allocationAlexander Sulfrian2013-01-132-0/+159
* utils: add disposer helperAlexander Sulfrian2013-01-133-0/+158
* utils: add activator helperAlexander Sulfrian2013-01-132-0/+93
* menu: add some commentsAlexander Sulfrian2013-01-136-6/+61
* utils/dimension: add == and != operatorsAlexander Sulfrian2013-01-131-8/+11
* menu/application: add possibility to query if ogl threadAlexander Sulfrian2013-01-132-0/+11
* menu: use RgbColor.get_array(?) magic everywhereAlexander Sulfrian2013-01-136-65/+13
* 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