summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-10Let's remove these...Kohei Yoshida1-6/+0
2014-04-10Make implicit assignment etc. work for these iterator classesStephan Bergmann1-11/+9
2014-04-10add teh rounded corners property backMarkus Mohrhard2-0/+8
2014-04-10make sure the unique id is set correctlyMarkus Mohrhard3-4/+43
2014-04-08Need 3 points to define a rectangle in 3D.Jan Holesovsky1-1/+2
2014-04-08We build the vclopengl library only for FREEBSD LINUX MACOSX WNTTor Lillqvist1-1/+2
2014-04-08Fix typo.Jan Holesovsky1-1/+1
2014-04-08WaE: private field is not usedTor Lillqvist1-5/+0
2014-04-08maybe the mesa headers are missingMarkus Mohrhard1-0/+1
2014-04-08change debug outputMarkus Mohrhard1-1/+1
2014-04-08clear the container to be safeMarkus Mohrhard1-0/+1
2014-04-08add camera controlMarkus Mohrhard3-0/+17
2014-04-08temporarily link agains OpenGLMarkus Mohrhard1-0/+19
2014-04-08remove unused variableMarkus Mohrhard1-1/+0
2014-04-08temporarily render to a fileMarkus Mohrhard4-3/+14
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard5-6/+45