summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes
AgeCommit message (Expand)AuthorFilesLines
2014-06-23don't try to set property mapping if there is no valueMarkus Mohrhard4-13/+27
2014-06-22Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida1-1/+2
2014-06-17Allow building with more recent glm versionsTomáš Chvátal1-2/+2
2014-06-07Lsan: fix invalid memory accessMarkus Mohrhard1-2/+12
2014-05-21improve the text rendering a bitMarkus Mohrhard1-2/+2
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard1-6/+15
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-2/+2
2014-05-21use FBO for the pickingMarkus Mohrhard1-2/+4
2014-05-17prevent access to uninitialized variablesMarkus Mohrhard1-0/+2
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard1-1/+8
2014-05-16small hickupMarkus Mohrhard1-2/+2
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard1-0/+27
2014-05-15no matching function for call to 'scale(const float&, const float&, int)'Miklos Vajna1-1/+1
2014-05-15change transformation matrixMarkus Mohrhard1-3/+3
2014-05-14Try to zoom into a bar when clicked. For now we hardcode the object ID of 1.Kohei Yoshida1-2/+6
2014-05-13restore correct repaint after changed value in 3D chartMarkus Mohrhard1-9/+7
2014-05-13rerender after redrawing of the windowMarkus Mohrhard1-1/+13
2014-05-12a few changes to camera position and bar positioningMarkus Mohrhard1-3/+3
2014-05-12better colors for nowMarkus Mohrhard1-3/+3
2014-05-12fix bar positioningMarkus Mohrhard1-3/+3
2014-05-12give each series an own colorMarkus Mohrhard1-1/+5
2014-05-12we need to call OpenGL3DRenderer::initMarkus Mohrhard1-0/+1
2014-05-12change the color of the bars as the ackground is blue as wellMarkus Mohrhard1-1/+1
2014-05-12let us at least try to render the shapesMarkus Mohrhard1-0/+1
2014-05-09Best effort of blindly placing axes and background objects.Kohei Yoshida1-3/+38
2014-05-09No need to store these text objects separately.Kohei Yoshida1-14/+2
2014-05-08Try without std::back_inserter. Some tinderboxes don't like that.Kohei Yoshida1-2/+7
2014-05-08My best attempt at positioning text objects.Kohei Yoshida1-6/+48
2014-05-08Stop the leak of VDataSeries instances.Kohei Yoshida1-6/+6
2014-05-08Put category and data series names into the shape collection.Kohei Yoshida1-4/+24
2014-05-07provide bar color for 3D OGL chartMarkus Mohrhard1-1/+5
2014-05-07set the size to context and renderer before renderingMarkus Mohrhard1-0/+3
2014-05-07let us pass the window to get the size correctMarkus Mohrhard1-4/+4
2014-05-07the rendering is working on-screenMarkus Mohrhard1-4/+5
2014-05-07fix the OpenGL offscreen rendering a bitMarkus Mohrhard1-1/+0
2014-05-07remove global variableMarkus Mohrhard1-0/+1
2014-05-06fix matrix generationMarkus Mohrhard1-2/+2
2014-05-06fix the OpenGL offscreen rendering a bitMarkus Mohrhard1-4/+4
2014-05-06remove global variableMarkus Mohrhard1-2/+4
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin1-3/+3
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-04-14typo: suiteable -> suitableThomas Arnhold1-1/+1
2014-04-12Fix encoding (iso-8859-1 -> utf8)Julien Nabet1-2/+2
2014-04-10Rename 3DBarChart and Bar3DChart to GL3DBarChart.Kohei Yoshida1-6/+6
2014-04-10Remove the old GL3DBarChart code.Kohei Yoshida3-116/+0
2014-04-10make sure the unique id is set correctlyMarkus Mohrhard1-1/+2
2014-04-08clear the container to be safeMarkus Mohrhard1-0/+1