summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* unknown log areaStephan Bergmann2013-11-191-1/+1
* -Werror,-Wunused-functionStephan Bergmann2013-11-191-0/+2
* -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-191-0/+2
* fix testsMarkus Mohrhard2013-11-192-2/+2
* fix the windows buildMarkus Mohrhard2013-11-192-4/+7
* more windows build fixesMarkus Mohrhard2013-11-191-0/+6
* fix windows buildMarkus Mohrhard2013-11-191-1/+1
* 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-191-6/+8
* fix lifetime problems of ChartViewMarkus Mohrhard2013-11-192-3/+8
* it builds againMarkus Mohrhard2013-11-198-2/+493
* add glew and make chartopengl a dynamically loaded libMarkus Mohrhard2013-11-194-3/+18176
* 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-191-2/+3
* adapt name of methodMarkus Mohrhard2013-11-195-10/+15
* rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard2013-11-193-34/+36
* add methods to render whole data series at onceMarkus Mohrhard2013-11-195-0/+61
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-1960-1306/+780
* 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-193-2/+877
* 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-1910-341/+1278
* remove unused parameterMarkus Mohrhard2013-11-193-10/+7
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1