aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05menu/application: simplified codeAlexander Sulfrian1-2/+1
2013-01-05menu/reflection: removed unused classAlexander Sulfrian2-103/+0
2013-01-05menu: keep frame in containerAlexander Sulfrian4-27/+23
2013-01-05menu/frame: added logAlexander Sulfrian2-0/+5
2013-01-05menu/container: added logAlexander Sulfrian2-0/+7
2013-01-05menu/application: removed display width/height, use DrawableControl::sizeAlexander Sulfrian2-29/+13
2013-01-05menu/drawable_control: added logAlexander Sulfrian2-0/+5
2013-01-05menu: removed parameter names from header filesAlexander Sulfrian4-11/+10
2013-01-05menu/control: renamed methods to avoid name collisionsAlexander Sulfrian2-7/+7
2013-01-05utils/dimension: added template for types of the metricsAlexander Sulfrian4-72/+44
2013-01-05menu/clipping_helper: helper class for stacked clipping setup and teardownAlexander Sulfrian2-0/+121
2013-01-05frames/loading_frame: added application as parent to be able to get sizeAlexander Sulfrian2-3/+4
2013-01-05utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian1-0/+23
2013-01-05utils/rectangle: added shortcut for accessing the position of a rectangleAlexander Sulfrian1-0/+10
2013-01-05utils/rectangle: added constructor for array of valuesAlexander Sulfrian1-0/+6
2013-01-05utils/point: added possibility to change coordsAlexander Sulfrian2-0/+15
2013-01-05utils: templatized point, point_3d and rectangleAlexander Sulfrian6-202/+128
2013-01-05utils: reformated contructor callsAlexander Sulfrian1-2/+4
2013-01-05utils: added assginment operator for pointAlexander Sulfrian2-0/+8
2013-01-05menu: clean quit after pressing qAlexander Sulfrian1-0/+10
2013-01-05menu/software_mouse_pointer: memory cleanupAlexander Sulfrian1-0/+5
2013-01-05menu: use 2d coordinates for openglAlexander Sulfrian4-18/+10
2013-01-05menu/frame: Frame should draw its contentsAlexander Sulfrian1-0/+2
2013-01-05menu/application: Application now is also a container for the overlaysAlexander Sulfrian2-25/+5
2013-01-05menu/control: ensure safe destruction of the slavesAlexander Sulfrian1-2/+5
2013-01-05menu: Container subclasses need a Container as parent/ownerAlexander Sulfrian6-9/+10
2013-01-05menu: Container could contains and draw DrawableControlsAlexander Sulfrian4-25/+35
2013-01-05menu/control: fix segfaults if manually deletes a controlAlexander Sulfrian1-3/+14
2013-01-05fixed include pathsAlexander Sulfrian5-7/+6
2013-01-05base: moved Image and Texture to more appropriate locationsAlexander Sulfrian8-2/+2
2013-01-05menu/control: controls are now owned by other controlsAlexander Sulfrian2-13/+38
2013-01-05Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian10-11/+11
2013-01-05moved all log messages a level upAlexander Sulfrian1-8/+8
2013-01-05code formattingAlexander Sulfrian2-3/+4
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian17-75/+91
2013-01-05moved doxygen to doc subdirectoryAlexander Sulfrian1-1510/+0
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian23-211/+217
2013-01-05removed orphaned filesAlexander Sulfrian2-310/+0
2013-01-05removed deprecated filesAlexander Sulfrian5-904/+0
2013-01-05removed deprecated stuffAlexander Sulfrian64-12267/+0
2013-01-05removed pascal codeAlexander Sulfrian172-131216/+0
2013-01-05added first frame and sub directory for framesAlexander Sulfrian3-0/+92
2013-01-05added FrameBackgroundImageAlexander Sulfrian2-0/+159
2013-01-05correctly locking and freeing the event buffers on destructionAlexander Sulfrian1-0/+6
2013-01-05before set the background of a frame, free old oneAlexander Sulfrian1-0/+4
2013-01-05changed from SDL rendering to OpenGLAlexander Sulfrian23-79/+310
2013-01-05added software cursorAlexander Sulfrian3-0/+133
2013-01-05removed unnecessary pure virtual method declarationAlexander Sulfrian1-7/+0
2013-01-05added mouse_move signal to event managerAlexander Sulfrian2-1/+5
2013-01-05changed screen to display (only local naming)Alexander Sulfrian2-3/+3