summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
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
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-08coverity#736136 Dereference null return valueCaolán McNamara
2014-05-08correct castsMarkus Mohrhard
2014-05-08add include guardsMarkus Mohrhard
2014-05-08add reverse image shaderweigao
2014-05-08fix wrong access to arrayMarkus Mohrhard
2014-05-08fix the render partweigao
2014-05-08this inheritance is no longer neededMarkus Mohrhard
2014-05-07Reference can be removedJulien Nabet
2014-05-07hide OpenGLWindow in normal chartsMarkus Mohrhard
2014-05-07provide bar color for 3D OGL chartMarkus Mohrhard
2014-05-07set the size to context and renderer before renderingMarkus Mohrhard
2014-05-07let us pass the window to get the size correctMarkus Mohrhard
2014-05-07the temporary context can finally dieMarkus Mohrhard
2014-05-07the rendering is working on-screenMarkus Mohrhard
2014-05-07let us use the new OpenGLWindowMarkus Mohrhard
2014-05-07fix the OpenGL offscreen rendering a bitMarkus Mohrhard
2014-05-07provide the OpenGL windowMarkus Mohrhard