Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | menu/container: initialize frame | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 | |
| | ||||||
* | menu: frame should not be added to container item list | Alexander Sulfrian | 2013-01-05 | 6 | -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 variable | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 | |
| | ||||||
* | menu/application: simplified code | Alexander Sulfrian | 2013-01-05 | 1 | -2/+1 | |
| | ||||||
* | menu/reflection: removed unused class | Alexander Sulfrian | 2013-01-05 | 2 | -103/+0 | |
| | ||||||
* | menu: keep frame in container | Alexander Sulfrian | 2013-01-05 | 4 | -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 log | Alexander Sulfrian | 2013-01-05 | 2 | -0/+5 | |
| | ||||||
* | menu/container: added log | Alexander Sulfrian | 2013-01-05 | 2 | -0/+7 | |
| | ||||||
* | menu/application: removed display width/height, use DrawableControl::size | Alexander Sulfrian | 2013-01-05 | 2 | -29/+13 | |
| | ||||||
* | menu/drawable_control: added log | Alexander Sulfrian | 2013-01-05 | 2 | -0/+5 | |
| | ||||||
* | menu: removed parameter names from header files | Alexander Sulfrian | 2013-01-05 | 4 | -11/+10 | |
| | ||||||
* | menu/control: renamed methods to avoid name collisions | Alexander Sulfrian | 2013-01-05 | 2 | -7/+7 | |
| | ||||||
* | utils/dimension: added template for types of the metrics | Alexander Sulfrian | 2013-01-05 | 4 | -72/+44 | |
| | ||||||
* | menu/clipping_helper: helper class for stacked clipping setup and teardown | Alexander Sulfrian | 2013-01-05 | 2 | -0/+121 | |
| | ||||||
* | frames/loading_frame: added application as parent to be able to get size | Alexander Sulfrian | 2013-01-05 | 2 | -3/+4 | |
| | ||||||
* | BuildBot.trigger: removed lagecy file | Alexander Sulfrian | 2013-01-05 | 1 | -1/+0 | |
| | ||||||
* | utils/image: fixed namespace for logging output | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 | |
| | ||||||
* | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 2013-01-05 | 2 | -0/+49 | |
| | ||||||
* | utils/rectangle: added shortcut for accessing the position of a rectangle | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 | |
| | ||||||
* | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 2013-01-05 | 2 | -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 point | Alexander Sulfrian | 2013-01-05 | 1 | -0/+106 | |
| | ||||||
* | utils/point: added possibility to change coords | Alexander Sulfrian | 2013-01-05 | 2 | -0/+15 | |
| | ||||||
* | utils: templatized point, point_3d and rectangle | Alexander Sulfrian | 2013-01-05 | 6 | -202/+128 | |
| | | | | | added template parameter for the geometry helper classes, moved function definitions to hpp file to support templates | |||||
* | utils: reformated contructor calls | Alexander Sulfrian | 2013-01-05 | 1 | -2/+4 | |
| | ||||||
* | utils: added assginment operator for point | Alexander Sulfrian | 2013-01-05 | 2 | -0/+8 | |
| | ||||||
* | menu: clean quit after pressing q | Alexander Sulfrian | 2013-01-05 | 1 | -0/+10 | |
| | ||||||
* | menu/software_mouse_pointer: memory cleanup | Alexander Sulfrian | 2013-01-05 | 1 | -0/+5 | |
| | ||||||
* | menu: use 2d coordinates for opengl | Alexander Sulfrian | 2013-01-05 | 4 | -18/+10 | |
| | ||||||
* | menu/frame: Frame should draw its contents | Alexander Sulfrian | 2013-01-05 | 1 | -0/+2 | |
| | ||||||
* | menu/application: Application now is also a container for the overlays | Alexander Sulfrian | 2013-01-05 | 2 | -25/+5 | |
| | ||||||
* | menu/control: ensure safe destruction of the slaves | Alexander Sulfrian | 2013-01-05 | 1 | -2/+5 | |
| | ||||||
* | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 2013-01-05 | 6 | -9/+10 | |
| | ||||||
* | menu: Container could contains and draw DrawableControls | Alexander Sulfrian | 2013-01-05 | 4 | -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 control | Alexander Sulfrian | 2013-01-05 | 1 | -3/+14 | |
| | ||||||
* | fixed include paths | Alexander Sulfrian | 2013-01-05 | 5 | -7/+6 | |
| | ||||||
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 9 | -2/+2 | |
| | ||||||
* | Makefile: simplified Makefile | Alexander Sulfrian | 2013-01-05 | 3 | -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 controls | Alexander Sulfrian | 2013-01-05 | 2 | -13/+38 | |
| | | | | | controls could now be owned by other controls, that are responsible for destruction of their slaves | |||||
* | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 2013-01-05 | 11 | -13/+34 | |
| | ||||||
* | moved all log messages a level up | Alexander Sulfrian | 2013-01-05 | 3 | -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 formatting | Alexander Sulfrian | 2013-01-05 | 3 | -4/+5 | |
| | ||||||
* | removed orphaned variables | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 | |
| | ||||||
* | removed duplicate variable | Alexander Sulfrian | 2013-01-05 | 2 | -4/+2 | |
| | ||||||
* | Makefile with shared include for main app and tests | Alexander Sulfrian | 2013-01-05 | 3 | -20/+15 | |
| | ||||||
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 25 | -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 directory | Alexander Sulfrian | 2013-01-05 | 1 | -1/+0 | |
| | ||||||
* | moved doxygen to doc subdirectory | Alexander Sulfrian | 2013-01-05 | 2 | -2/+3 | |
| | ||||||
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 25 | -236/+243 | |
| | ||||||
* | add ftgl to c/ldflags | Alexander Sulfrian | 2013-01-05 | 4 | -5/+6 | |
| | ||||||
* | added utils to include path | Alexander Sulfrian | 2013-01-05 | 2 | -2/+2 | |
| |