aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-18drawable_control: add focusable propertyAlexander Sulfrian3-2/+21
2013-01-18text: resize text, if auto_size is enabledAlexander Sulfrian1-2/+4
2013-01-18menu/container: add window_coords_changeAlexander Sulfrian2-2/+30
2013-01-18menu/static: remove empty lineAlexander Sulfrian1-1/+0
2013-01-18menu/static: add getter for vertices_countAlexander Sulfrian2-0/+6
2013-01-18menu: mouse events now take points, not the single coordsAlexander Sulfrian4-16/+18
2013-01-18menu: fix calculate window coordinatesAlexander Sulfrian4-4/+15
2013-01-13menu/software_mouse_pointer: implement pressed stateAlexander Sulfrian2-4/+65
2013-01-13menu/event_manager: add more mouse eventsAlexander Sulfrian4-3/+13
2013-01-13menu/background_*: vertices are only recalculated if the size changedAlexander Sulfrian4-20/+66
2013-01-13menu/background_image: remove the unused texture colorAlexander Sulfrian2-6/+1
2013-01-13menu/texture: implement GlDelayedAllocation interfaceAlexander Sulfrian6-45/+58
2013-01-13add const where applicableAlexander Sulfrian2-9/+17
2013-01-13menu/background: use boost::noncopyableAlexander Sulfrian1-10/+7
2013-01-13menu/gl_delayed_allocation: add helper for opengl allocationAlexander Sulfrian2-0/+159
2013-01-13menu: add some commentsAlexander Sulfrian6-6/+61
2013-01-13menu/application: add possibility to query if ogl threadAlexander Sulfrian2-0/+11
2013-01-13menu: use RgbColor.get_array(?) magic everywhereAlexander Sulfrian6-65/+13
2013-01-13menu/text: basic handling of auto sizeAlexander Sulfrian2-0/+18
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 Sulfrian1-0/+10
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-13menu/container: remove assertAlexander Sulfrian1-1/+0
2013-01-13base/config: add graphics.fullscreen optionAlexander Sulfrian1-5/+7
2013-01-13menu: add some commentsAlexander Sulfrian2-3/+25
2013-01-13base/config: add graphics.resolution config optionAlexander Sulfrian1-1/+2
2013-01-13base/config: add basic config infrastructureAlexander Sulfrian2-1/+16
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 Sulfrian36-72/+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 Sulfrian7-36/+131
2013-01-13menu: generalized frame_background to backgroundAlexander Sulfrian12-111/+80
2013-01-13menu/clipping_helper: made clipping workingAlexander Sulfrian3-15/+13
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 Sulfrian4-2/+28
2013-01-13menu/software_mouse_pointer: set hidden if timer is readyAlexander Sulfrian1-1/+7
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 Sulfrian1-3/+3