Age | Commit message (Expand) | Author |
2014-05-12 | more sal_Int32 to sal_uInt32 and simplification | Markus Mohrhard |
2014-05-12 | usa sal_uInt32 instead of sal_Int32 | Markus Mohrhard |
2014-05-12 | Revert "separate rounded corner bar and normal bar rendering" | Markus Mohrhard |
2014-05-12 | Revert "fix alpha calculation" | Markus Mohrhard |
2014-05-12 | move glm operator<< for debugging to OpenGLHelper | Markus Mohrhard |
2014-05-12 | fix alpha calculation | Markus Mohrhard |
2014-05-12 | a few debug statements and cosmetic clean-up | Markus Mohrhard |
2014-05-12 | a few changes to camera position and bar positioning | Markus Mohrhard |
2014-05-12 | separate rounded corner bar and normal bar rendering | Markus Mohrhard |
2014-05-12 | this does not need to be a member variable | Markus Mohrhard |
2014-05-12 | remove unused methods | Markus Mohrhard |
2014-05-12 | remove unused variables | Markus Mohrhard |
2014-05-12 | better colors for now | Markus Mohrhard |
2014-05-12 | use rounded corners by default | Markus Mohrhard |
2014-05-12 | better camera position | Markus Mohrhard |
2014-05-12 | whitespace cleanup | Markus Mohrhard |
2014-05-12 | enable MSAA | Markus Mohrhard |
2014-05-12 | no need to call clear before destryozing a vector | Markus Mohrhard |
2014-05-12 | remove unused variable | Markus Mohrhard |
2014-05-12 | remove unneccessary flag | Markus Mohrhard |
2014-05-12 | remove unimplemented methods from class | Markus Mohrhard |
2014-05-12 | remove unused pickingFlg | Markus Mohrhard |
2014-05-12 | remove unused methods | Markus Mohrhard |
2014-05-12 | remove scene box that should not be in the renderer | Markus Mohrhard |
2014-05-12 | no framebuffer support needed anymore | Markus Mohrhard |
2014-05-12 | keep camera calculations out of the rendering code | Markus Mohrhard |
2014-05-12 | add some debug code | Markus Mohrhard |
2014-05-12 | fix camera position | Markus Mohrhard |
2014-05-12 | fix bar positioning | Markus Mohrhard |
2014-05-12 | remove printf statements | Markus Mohrhard |
2014-05-12 | give each series an own color | Markus Mohrhard |
2014-05-12 | we need to call OpenGL3DRenderer::init | Markus Mohrhard |
2014-05-12 | change the color of the bars as the ackground is blue as well | Markus Mohrhard |
2014-05-12 | remove more unnecessary typedefs | Markus Mohrhard |
2014-05-12 | initialize variables in initializer list | Markus Mohrhard |
2014-05-12 | avoid temporary copy | Markus Mohrhard |
2014-05-12 | remove these unnecessary typedefs | Markus Mohrhard |
2014-05-12 | let us at least try to render the shapes | Markus Mohrhard |
2014-05-12 | delete OpenGL resources in the destructor | Markus Mohrhard |
2014-05-12 | move the declaration to the top of the file | Markus Mohrhard |
2014-05-12 | remove framebuffer objects | Markus Mohrhard |
2014-05-11 | coverity#1158099 Unchecked dynamic_cast | Caolán McNamara |
2014-05-11 | coverity#1169877 Uninitialized scalar field | Caolán McNamara |
2014-05-11 | coverity#1169880 Uninitialized pointer field | Caolán McNamara |
2014-05-11 | Fix previous commit (chart2 part) | Julien Nabet |
2014-05-11 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10 | Julien Nabet |
2014-05-09 | Best effort of blindly placing axes and background objects. | Kohei Yoshida |
2014-05-09 | No need to store these text objects separately. | Kohei Yoshida |
2014-05-09 | Die, die, die BMP code | Markus Mohrhard |
2014-05-08 | Try without std::back_inserter. Some tinderboxes don't like that. | Kohei Yoshida |