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