summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-04-25chart2: use constructor feature for WizardDialogMiklos Vajna4-57/+10
2014-04-25chart2: use constructor feature for ShapeToolbarControllerMiklos Vajna3-9/+9
2014-04-25chart2: use constructor feature for ChartTypeDialogMiklos Vajna3-9/+9
2014-04-25chart2: use constructor feature for ChartFrameLoaderMiklos Vajna3-9/+9
2014-04-25chart2: use constructor feature for ChartDocumentWrapperMiklos Vajna3-9/+9
2014-04-25chart2: use constructor feature for ChartControllerMiklos Vajna3-9/+10
2014-04-24chart2: use constructor feature for ElementSelectorToolbarControllerMiklos Vajna3-9/+9
2014-04-23some more hrc cleanupThomas Arnhold7-247/+0
2014-04-22remove one more zero byte hrcThomas Arnhold1-0/+0
2014-04-22remove unused hrc filesThomas Arnhold1-57/+0
2014-04-22clean up hrc filesThomas Arnhold3-78/+0
2014-04-21remove comments why a file gets includedThomas Arnhold91-259/+5
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás1-20/+1
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist3-3/+0
2014-04-17Try harder to bypass OpenGL 3D stuff on non-desktop for nowTor Lillqvist1-0/+4
2014-04-17remove executable bitAndras Timar4-0/+0
2014-04-17add fileMarkus Mohrhard1-0/+0
2014-04-17add test case for fdo#70609Markus Mohrhard2-0/+40
2014-04-17fix non unique property handleMarkus Mohrhard2-2/+4
2014-04-16coverity#1202945 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-04-15it made even less sense to have the dependency to mdds hereMarkus Mohrhard1-1/+0
2014-04-15remove some crap that should not have been pushedMarkus Mohrhard2-83/+0
2014-04-15chartcore does not need mdds right nowMarkus Mohrhard1-1/+0
2014-04-15Fully comment out commented-out testStephan Bergmann1-9/+9
2014-04-15chart2: sal_Bool->boolNoel Grandin103-587/+587
2014-04-15whitespace for include statementsThomas Arnhold1-1/+1
2014-04-15don't try to init OpenGLRender in the constructorMarkus Mohrhard2-2/+10
2014-04-15remove the glew part in OpenGLRender.cxxMarkus Mohrhard1-14/+0
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard2-136/+6
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard5-5/+5
2014-04-15only render through OpenGL after successful context creationMarkus Mohrhard5-11/+29
2014-04-15extract methodMarkus Mohrhard1-8/+16
2014-04-15remove include and usingMarkus Mohrhard1-4/+0
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard1-7/+33
2014-04-15remove unused includeMarkus Mohrhard1-2/+0
2014-04-14update_pchThomas Arnhold2-2/+19
2014-04-14update_pch: fix precompiled_chartopenglThomas Arnhold2-8/+59
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: suiteable -> suitableThomas Arnhold1-1/+1
2014-04-14Remove unused codeStephan Bergmann1-14/+0
2014-04-12Fix encoding (iso-8859-1 -> utf8)Julien Nabet1-2/+2
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-3/+1
2014-04-11Several more Window events to intercept for the GL3D chart.Kohei Yoshida3-1/+32
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida7-25/+146
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-10Rename 3DBarChart and Bar3DChart to GL3DBarChart.Kohei Yoshida4-12/+17
2014-04-10Remove the old GL3DBarChart code.Kohei Yoshida4-117/+0
2014-04-10Reduce indentation by early bailout.Kohei Yoshida1-136/+136