summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2013-11-19this only works with c++11Markus Mohrhard
2013-11-19fix tinderboxMarkus Mohrhard
2013-11-19disable building the OpenGL piecesMarkus Mohrhard
2013-11-19fix testsMarkus Mohrhard
2013-11-19fix the windows buildMarkus Mohrhard
2013-11-19more windows build fixesMarkus Mohrhard
2013-11-19fix windows buildMarkus Mohrhard
2013-11-19we need to depend on mesa headers for windows & unix without openglMarkus Mohrhard
2013-11-19removed unused variableMarkus Mohrhard
2013-11-19fix crash in opengl backendMarkus Mohrhard
2013-11-19dbgutil build fixMarkus Mohrhard
2013-11-19we need to init manually nowMarkus Mohrhard
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard
2013-11-19it builds againMarkus Mohrhard
2013-11-19try to make it build on windowsMarkus Mohrhard
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard
2013-11-19add a few property casesMarkus Mohrhard
2013-11-19add the definition for the shapesMarkus Mohrhard
2013-11-19make the shapes explicit in the backendMarkus Mohrhard
2013-11-19actually create a dummy root shape objectMarkus Mohrhard
2013-11-19make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard
2013-11-19implement XMultiPropertySetMarkus Mohrhard
2013-11-19implement top level shape and method to get itMarkus Mohrhard
2013-11-19fix buildMarkus Mohrhard
2013-11-19adapt name of methodMarkus Mohrhard
2013-11-19some small cosmetic changesMarkus Mohrhard
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard
2013-11-19add methods to render whole data series at onceMarkus Mohrhard
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-19work on plotting a whole series at onceMarkus Mohrhard
2013-11-19one more newly unused variableMarkus Mohrhard
2013-11-19remove a few more unnecessary linesMarkus Mohrhard
2013-11-19simplify AreaChart now that it does not deal with net chartsMarkus Mohrhard
2013-11-19extract code for net charts from AreaChartMarkus Mohrhard
2013-11-19make it a normal variableMarkus Mohrhard
2013-11-19leave default constructed objects outMarkus Mohrhard
2013-11-19small clean up in chart codeMarkus Mohrhard
2013-11-19we only support 2D Bubble Charts anywayMarkus Mohrhard
2013-11-19prevent some implicit iterator conversionsMarkus Mohrhard
2013-11-19no createInstance calls any more in chart2/source/view creating shapesMarkus Mohrhard
2013-11-19only one createInstance call leftMarkus Mohrhard
2013-11-19use AbstractShapeFactory in more placesMarkus Mohrhard
2013-11-19more use of ShapeFactory and set Properties in factory if possibleMarkus Mohrhard
2013-11-19and another file that only uses AbstractShapeFactoryMarkus Mohrhard
2013-11-19use the AbstractShapeFactory in more placesMarkus Mohrhard
2013-11-19some small fixesMarkus Mohrhard
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard
2013-11-19create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard
2013-11-19remove unused parameterMarkus Mohrhard
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin