aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils/image: fixed namespace for logging outputAlexander Sulfrian2013-01-051-1/+1
* utils/rectangle: added function to intersect two rectanglesAlexander Sulfrian2013-01-052-0/+49
* utils/rectangle: added shortcut for accessing the position of a rectangleAlexander Sulfrian2013-01-051-0/+10
* utils/rectangle: added constructor for array of valuesAlexander Sulfrian2013-01-052-0/+72
* tests: added test of operator overloading for pointAlexander Sulfrian2013-01-051-0/+106
* utils/point: added possibility to change coordsAlexander Sulfrian2013-01-052-0/+15
* utils: templatized point, point_3d and rectangleAlexander Sulfrian2013-01-056-202/+128
* utils: reformated contructor callsAlexander Sulfrian2013-01-051-2/+4
* utils: added assginment operator for pointAlexander Sulfrian2013-01-052-0/+8
* menu: clean quit after pressing qAlexander Sulfrian2013-01-051-0/+10
* menu/software_mouse_pointer: memory cleanupAlexander Sulfrian2013-01-051-0/+5
* menu: use 2d coordinates for openglAlexander Sulfrian2013-01-054-18/+10
* menu/frame: Frame should draw its contentsAlexander Sulfrian2013-01-051-0/+2
* menu/application: Application now is also a container for the overlaysAlexander Sulfrian2013-01-052-25/+5
* menu/control: ensure safe destruction of the slavesAlexander Sulfrian2013-01-051-2/+5
* menu: Container subclasses need a Container as parent/ownerAlexander Sulfrian2013-01-056-9/+10
* menu: Container could contains and draw DrawableControlsAlexander Sulfrian2013-01-054-25/+35
* menu/control: fix segfaults if manually deletes a controlAlexander Sulfrian2013-01-051-3/+14
* fixed include pathsAlexander Sulfrian2013-01-055-7/+6
* base: moved Image and Texture to more appropriate locationsAlexander Sulfrian2013-01-059-2/+2
* Makefile: simplified MakefileAlexander Sulfrian2013-01-053-19/+19
* menu/control: controls are now owned by other controlsAlexander Sulfrian2013-01-052-13/+38
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-0511-13/+34
* moved all log messages a level upAlexander Sulfrian2013-01-053-14/+14
* code formattingAlexander Sulfrian2013-01-053-4/+5
* removed orphaned variablesAlexander Sulfrian2013-01-051-1/+1
* removed duplicate variableAlexander Sulfrian2013-01-052-4/+2
* Makefile with shared include for main app and testsAlexander Sulfrian2013-01-053-20/+15
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-0525-184/+146
* removed empty directoryAlexander Sulfrian2013-01-051-1/+0
* moved doxygen to doc subdirectoryAlexander Sulfrian2013-01-052-2/+3
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-0525-236/+243
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-054-5/+6
* added utils to include pathAlexander Sulfrian2013-01-052-2/+2
* removed orphaned filesAlexander Sulfrian2013-01-054-524/+0
* removed deprecated filesAlexander Sulfrian2013-01-058-1234/+0
* removed deprecated stuffAlexander Sulfrian2013-01-05144-37479/+0
* removed pascal codeAlexander Sulfrian2013-01-05178-132042/+0
* fixed tests buildAlexander Sulfrian2013-01-051-1/+1
* fixed test buildAlexander Sulfrian2013-01-051-1/+1
* added first frame and sub directory for framesAlexander Sulfrian2013-01-054-1/+93
* added FrameBackgroundImageAlexander Sulfrian2013-01-052-0/+159
* correctly locking and freeing the event buffers on destructionAlexander Sulfrian2013-01-051-0/+6
* before set the background of a frame, free old oneAlexander Sulfrian2013-01-051-0/+4
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-0523-79/+310
* added software cursorAlexander Sulfrian2013-01-053-0/+133
* removed unnecessary pure virtual method declarationAlexander Sulfrian2013-01-051-7/+0
* added mouse_move signal to event managerAlexander Sulfrian2013-01-052-1/+5
* changed screen to display (only local naming)Alexander Sulfrian2013-01-052-3/+3
* added overlaysAlexander Sulfrian2013-01-052-0/+23