summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-19this only works with c++11Markus Mohrhard1-1/+1
2013-11-19fix tinderboxMarkus Mohrhard1-1/+1
2013-11-19disable building the OpenGL piecesMarkus Mohrhard3-2/+2
2013-11-19fix testsMarkus Mohrhard2-2/+2
2013-11-19fix the windows buildMarkus Mohrhard3-4/+9
2013-11-19more windows build fixesMarkus Mohrhard1-0/+6
2013-11-19fix windows buildMarkus Mohrhard4-3/+36
2013-11-19we need to depend on mesa headers for windows & unix without openglMarkus Mohrhard1-0/+5
2013-11-19removed unused variableMarkus Mohrhard1-1/+0
2013-11-19fix crash in opengl backendMarkus Mohrhard2-1/+19
2013-11-19dbgutil build fixMarkus Mohrhard1-1/+0
2013-11-19we need to init manually nowMarkus Mohrhard2-6/+11
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard3-3/+9
2013-11-19it builds againMarkus Mohrhard9-2/+496
2013-11-19try to make it build on windowsMarkus Mohrhard1-1/+5
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard11-5/+39375
2013-11-19add a few property casesMarkus Mohrhard2-8/+32
2013-11-19add the definition for the shapesMarkus Mohrhard2-5/+160
2013-11-19make the shapes explicit in the backendMarkus Mohrhard3-113/+426
2013-11-19actually create a dummy root shape objectMarkus Mohrhard1-1/+1
2013-11-19make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard2-8/+26
2013-11-19implement XMultiPropertySetMarkus Mohrhard2-2/+51
2013-11-19implement top level shape and method to get itMarkus Mohrhard2-0/+31
2013-11-19fix buildMarkus Mohrhard2-4/+6
2013-11-19adapt name of methodMarkus Mohrhard5-10/+15
2013-11-19some small cosmetic changesMarkus Mohrhard1-4/+13
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard4-35/+37
2013-11-19add methods to render whole data series at onceMarkus Mohrhard7-1/+136
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard62-492/+797
2013-11-19work on plotting a whole series at onceMarkus Mohrhard1-99/+105
2013-11-19one more newly unused variableMarkus Mohrhard1-2/+0
2013-11-19remove a few more unnecessary linesMarkus Mohrhard3-5/+1
2013-11-19simplify AreaChart now that it does not deal with net chartsMarkus Mohrhard2-99/+5
2013-11-19extract code for net charts from AreaChartMarkus Mohrhard4-2/+878
2013-11-19make it a normal variableMarkus Mohrhard2-7/+6
2013-11-19leave default constructed objects outMarkus Mohrhard1-14/+0
2013-11-19small clean up in chart codeMarkus Mohrhard3-6/+5
2013-11-19we only support 2D Bubble Charts anywayMarkus Mohrhard1-13/+10
2013-11-19prevent some implicit iterator conversionsMarkus Mohrhard1-10/+10
2013-11-19no createInstance calls any more in chart2/source/view creating shapesMarkus Mohrhard6-160/+221
2013-11-19only one createInstance call leftMarkus Mohrhard1-25/+19
2013-11-19use AbstractShapeFactory in more placesMarkus Mohrhard7-15/+40
2013-11-19more use of ShapeFactory and set Properties in factory if possibleMarkus Mohrhard8-93/+95
2013-11-19and another file that only uses AbstractShapeFactoryMarkus Mohrhard1-48/+34
2013-11-19use the AbstractShapeFactory in more placesMarkus Mohrhard7-24/+138
2013-11-19some small fixesMarkus Mohrhard3-2/+1
2013-11-19make it possible to switch between different ShapeFactoriesMarkus Mohrhard25-109/+134
2013-11-19create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard11-341/+1281
2013-11-19remove unused parameterMarkus Mohrhard3-10/+7
2013-11-19RepositoryModule: conditionally add winaccessibilityMichael Stahl1-0/+1