summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-01-29kill two virtual destructorsMarkus Mohrhard2-2/+2
2014-01-29one more place for time based chartingMarkus Mohrhard1-0/+12
2014-01-29add SAL_FINAL to assert that there are no subclassesMarkus Mohrhard2-2/+2
2014-01-29implement time based charting based on new approachMarkus Mohrhard6-2/+67
2014-01-29Revert "that code looked strange and might explain some artifacts"Markus Mohrhard1-5/+9
2014-01-29that code looked strange and might explain some artifactsMarkus Mohrhard1-9/+5
2014-01-29remove unused variableMarkus Mohrhard1-3/+0
2014-01-29next tryMarkus Mohrhard1-0/+1
2014-01-29one more change to the renderingMarkus Mohrhard1-25/+24
2014-01-29add more debug outputMarkus Mohrhard1-3/+4
2014-01-29add color to bubblesMarkus Mohrhard1-1/+8
2014-01-29add more debug outputMarkus Mohrhard1-0/+2
2014-01-29activate the new rendering codeMarkus Mohrhard2-0/+9
2014-01-29some inital work on merging all the rendered shapesMarkus Mohrhard2-94/+53
2014-01-29use initializer list in constructoMarkus Mohrhard1-12/+12
2014-01-29remove one more unused methodMarkus Mohrhard2-65/+0
2014-01-29remove unused methodMarkus Mohrhard2-98/+1
2014-01-29remove leftover pieces to amke factory clearly stateless againMarkus Mohrhard2-8/+2
2014-01-29add some code to list the properties for debuggingMarkus Mohrhard1-1/+18
2014-01-29move Circle to OpenGl backend and out of the factoryMarkus Mohrhard3-7/+13
2014-01-29move code out of the factory into the OpenGL implementationMarkus Mohrhard3-91/+51
2014-01-29initialize openGL for Linux too.Michael Meeks2-3/+12
2014-01-29add bubble chartYangZhang3-0/+228
2014-01-29add anti-aliasing fboPeilin2-0/+37
2014-01-29fix linux compilationYangZhang2-3/+8
2014-01-29add anti-aliasing initPeilin4-1/+224
2014-01-29Fix a number of issues converting GL to BitmapEx.Michael Meeks2-61/+55
2014-01-29add one more implementation for propertiesMarkus Mohrhard1-2/+7
2014-01-29fix previous commitMarkus Mohrhard1-1/+1
2014-01-29try to improve the renderingMarkus Mohrhard1-1/+1
2014-01-29fix warningsMarkus Mohrhard1-2/+2
2014-01-29now I can at least something on the screenMarkus Mohrhard1-0/+1
2014-01-29try to control sizeMarkus Mohrhard1-0/+2
2014-01-29make it easier to draw with all propertiesMarkus Mohrhard8-18/+65
2014-01-29also set line properties to the internal propertiesMarkus Mohrhard1-2/+38
2014-01-29set a few more missed propertiesMarkus Mohrhard1-4/+16
2014-01-29enable that code againMarkus Mohrhard1-4/+2
2014-01-29fix regression from last warning cleaningMarkus Mohrhard1-4/+4
2014-01-29blind fix for reported Windows build errorMarkus Mohrhard1-1/+13
2014-01-29re-enable opengl module hooks.Michael Meeks1-2/+0
2014-01-29Fix warning of OpenGLYangZhang1-28/+29
2014-01-29fix crash when creating bitmapsMarkus Mohrhard1-3/+3
2014-01-29fix weird issue on windows with OPTIONAL being defined somewhereMarkus Mohrhard1-1/+1
2014-01-29disable this call for nowMarkus Mohrhard1-1/+3
2014-01-29add ugly hack to work around SvxDrawPage::add only accepting SvxShapeMarkus Mohrhard2-2/+5
2014-01-29fix windows buildMarkus Mohrhard1-2/+2
2014-01-29still editing the wrong copy of the fileMarkus Mohrhard1-1/+1
2014-01-29initial work on showing the bitmap in LibreofficeMarkus Mohrhard8-30/+105
2014-01-29adding all files would prevent compile errorsMarkus Mohrhard4-33/+24
2014-01-29initial work on OpenGL rendering backendPeilin Xiao5-13/+1313