aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* menu/drawable_control: added repaint, that reinitialize the gl environmentAlexander Sulfrian2013-01-052-0/+11
|
* menu/container: initialize frameAlexander Sulfrian2013-01-051-1/+1
|
* menu: frame should not be added to container item listAlexander Sulfrian2013-01-056-5/+70
| | | | | | | | | | | if a frame is constructed, it needs a container as parent to get the size of it, but it should not be in the container item list and should be painted first, to be under every component the inner classes are used as helper classes, to be able to call a virtual method in the constructor of drawable_control to decide whether to add the control to the controls list of the container or not
* menu/application: renamed test variableAlexander Sulfrian2013-01-051-2/+2
|
* menu/application: simplified codeAlexander Sulfrian2013-01-051-2/+1
|
* menu/reflection: removed unused classAlexander Sulfrian2013-01-052-103/+0
|
* menu: keep frame in containerAlexander Sulfrian2013-01-054-27/+23
| | | | | before the current frame was stored in application, now every container could keep a frame and paint it before all other content
* menu/frame: added logAlexander Sulfrian2013-01-052-0/+5
|
* menu/container: added logAlexander Sulfrian2013-01-052-0/+7
|
* menu/application: removed display width/height, use DrawableControl::sizeAlexander Sulfrian2013-01-052-29/+13
|
* menu/drawable_control: added logAlexander Sulfrian2013-01-052-0/+5
|
* menu: removed parameter names from header filesAlexander Sulfrian2013-01-054-11/+10
|
* menu/control: renamed methods to avoid name collisionsAlexander Sulfrian2013-01-052-7/+7
|
* utils/dimension: added template for types of the metricsAlexander Sulfrian2013-01-054-72/+44
|
* menu/clipping_helper: helper class for stacked clipping setup and teardownAlexander Sulfrian2013-01-052-0/+121
|
* frames/loading_frame: added application as parent to be able to get sizeAlexander Sulfrian2013-01-052-3/+4
|
* BuildBot.trigger: removed lagecy fileAlexander Sulfrian2013-01-051-1/+0
|
* 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
| | | | | the new constructor is used to make a rectangle object from the array of values returned from glGet(GL_SCISSOR_BOX)
* 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
| | | | | added template parameter for the geometry helper classes, moved function definitions to hpp file to support templates
* 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
| | | | | | DrawableControls register/unregister itself during construction/destruction at the Container (supplied as owner) and get automatically drawn
* 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
| | | | | TOP should not be needed to set anymore Makefile.inc could be included before all other
* menu/control: controls are now owned by other controlsAlexander Sulfrian2013-01-052-13/+38
| | | | | controls could now be owned by other controls, that are responsible for destruction of their slaves
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-0511-13/+34
|
* moved all log messages a level upAlexander Sulfrian2013-01-053-14/+14
| | | | | | log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG
* 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
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* 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
|