Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-11-19 | fix the windows build | Markus Mohrhard | 3 | -4/+9 |
2013-11-19 | more windows build fixes | Markus Mohrhard | 1 | -0/+6 |
2013-11-19 | fix windows build | Markus Mohrhard | 4 | -3/+36 |
2013-11-19 | we need to depend on mesa headers for windows & unix without opengl | Markus Mohrhard | 1 | -0/+5 |
2013-11-19 | removed unused variable | Markus Mohrhard | 1 | -1/+0 |
2013-11-19 | fix crash in opengl backend | Markus Mohrhard | 2 | -1/+19 |
2013-11-19 | dbgutil build fix | Markus Mohrhard | 1 | -1/+0 |
2013-11-19 | we need to init manually now | Markus Mohrhard | 2 | -6/+11 |
2013-11-19 | fix lifetime problems of ChartView | Markus Mohrhard | 3 | -3/+9 |
2013-11-19 | it builds again | Markus Mohrhard | 9 | -2/+496 |
2013-11-19 | try to make it build on windows | Markus Mohrhard | 1 | -1/+5 |
2013-11-19 | add glew and make chartopengl a dynamically loaded lib | Markus Mohrhard | 11 | -5/+39375 |
2013-11-19 | add a few property cases | Markus Mohrhard | 2 | -8/+32 |
2013-11-19 | add the definition for the shapes | Markus Mohrhard | 2 | -5/+160 |
2013-11-19 | make the shapes explicit in the backend | Markus Mohrhard | 3 | -113/+426 |
2013-11-19 | actually create a dummy root shape object | Markus Mohrhard | 1 | -1/+1 |
2013-11-19 | make it possible to avoid XShape/XShapes in the backend | Markus Mohrhard | 2 | -8/+26 |
2013-11-19 | implement XMultiPropertySet | Markus Mohrhard | 2 | -2/+51 |
2013-11-19 | implement top level shape and method to get it | Markus Mohrhard | 2 | -0/+31 |
2013-11-19 | fix build | Markus Mohrhard | 2 | -4/+6 |
2013-11-19 | adapt name of method | Markus Mohrhard | 5 | -10/+15 |
2013-11-19 | some small cosmetic changes | Markus Mohrhard | 1 | -4/+13 |
2013-11-19 | rename DummyShapeFactory to OpenglShapeFactory | Markus Mohrhard | 4 | -35/+37 |
2013-11-19 | add methods to render whole data series at once | Markus Mohrhard | 7 | -1/+136 |
2013-11-19 | use ChartModel instead of XModel in a few places | Markus Mohrhard | 62 | -492/+797 |
2013-11-19 | work on plotting a whole series at once | Markus Mohrhard | 1 | -99/+105 |
2013-11-19 | one more newly unused variable | Markus Mohrhard | 1 | -2/+0 |