summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
2014-05-12fix alpha calculationMarkus Mohrhard
2014-05-12a few debug statements and cosmetic clean-upMarkus Mohrhard
2014-05-12a few changes to camera position and bar positioningMarkus Mohrhard
2014-05-12separate rounded corner bar and normal bar renderingMarkus Mohrhard
2014-05-12this does not need to be a member variableMarkus Mohrhard
2014-05-12remove unused methodsMarkus Mohrhard
2014-05-12remove unused variablesMarkus Mohrhard
2014-05-12better colors for nowMarkus Mohrhard
2014-05-12use rounded corners by defaultMarkus Mohrhard
2014-05-12better camera positionMarkus Mohrhard
2014-05-12whitespace cleanupMarkus Mohrhard
2014-05-12enable MSAAMarkus Mohrhard
2014-05-12no need to call clear before destryozing a vectorMarkus Mohrhard
2014-05-12remove unused variableMarkus Mohrhard
2014-05-12remove unneccessary flagMarkus Mohrhard
2014-05-12remove unimplemented methods from classMarkus Mohrhard
2014-05-12remove unused pickingFlgMarkus Mohrhard
2014-05-12remove unused methodsMarkus Mohrhard
2014-05-12remove scene box that should not be in the rendererMarkus Mohrhard
2014-05-12no framebuffer support needed anymoreMarkus Mohrhard
2014-05-12keep camera calculations out of the rendering codeMarkus Mohrhard
2014-05-12add some debug codeMarkus Mohrhard
2014-05-12fix camera positionMarkus Mohrhard
2014-05-12fix bar positioningMarkus Mohrhard
2014-05-12remove printf statementsMarkus Mohrhard
2014-05-12give each series an own colorMarkus Mohrhard
2014-05-12we need to call OpenGL3DRenderer::initMarkus Mohrhard
2014-05-12change the color of the bars as the ackground is blue as wellMarkus Mohrhard
2014-05-12remove more unnecessary typedefsMarkus Mohrhard
2014-05-12initialize variables in initializer listMarkus Mohrhard
2014-05-12avoid temporary copyMarkus Mohrhard
2014-05-12remove these unnecessary typedefsMarkus Mohrhard
2014-05-12let us at least try to render the shapesMarkus Mohrhard
2014-05-12delete OpenGL resources in the destructorMarkus Mohrhard
2014-05-12move the declaration to the top of the fileMarkus Mohrhard
2014-05-12remove framebuffer objectsMarkus Mohrhard
2014-05-11coverity#1158099 Unchecked dynamic_castCaolán McNamara
2014-05-11coverity#1169877 Uninitialized scalar fieldCaolán McNamara
2014-05-11coverity#1169880 Uninitialized pointer fieldCaolán McNamara
2014-05-11Fix previous commit (chart2 part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-09Best effort of blindly placing axes and background objects.Kohei Yoshida
2014-05-09No need to store these text objects separately.Kohei Yoshida
2014-05-09Die, die, die BMP codeMarkus Mohrhard
2014-05-08Try without std::back_inserter. Some tinderboxes don't like that.Kohei Yoshida
2014-05-08My best attempt at positioning text objects.Kohei Yoshida
2014-05-08TemporaryContext is no more.Kohei Yoshida
2014-05-08Stop the leak of VDataSeries instances.Kohei Yoshida
2014-05-08Put category and data series names into the shape collection.Kohei Yoshida