summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás1-20/+1
2014-04-17Try harder to bypass OpenGL 3D stuff on non-desktop for nowTor Lillqvist1-0/+4
2014-04-17remove executable bitAndras Timar2-0/+0
2014-04-17fix non unique property handleMarkus Mohrhard2-2/+4
2014-04-16coverity#1202945 Uninitialized scalar fieldCaolán McNamara1-3/+4
2014-04-15remove some crap that should not have been pushedMarkus Mohrhard1-2/+0
2014-04-15chart2: sal_Bool->boolNoel Grandin101-581/+581
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-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-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 Yoshida6-25/+145
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-10Rename 3DBarChart and Bar3DChart to GL3DBarChart.Kohei Yoshida3-11/+16
2014-04-10Remove the old GL3DBarChart code.Kohei Yoshida3-116/+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-08Fix typo.Jan Holesovsky1-1/+1
2014-04-08WaE: private field is not usedTor Lillqvist1-5/+0
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-08remove unused variableMarkus Mohrhard1-1/+0
2014-04-08temporarily render to a fileMarkus Mohrhard3-1/+14
2014-04-08improve the code for temporary OpenGl contextMarkus Mohrhard4-6/+43
2014-04-08e temporarily a local OpenGL contextMarkus Mohrhard2-0/+4
2014-04-08remove some OpenGL traces from OpenGLRender and DummyXShapeMarkus Mohrhard4-25/+5
2014-04-08remove fileMarkus Mohrhard1-71/+0
2014-04-08no need to swap buffers in the offscreen renderingMarkus Mohrhard1-20/+1
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard7-8/+318
2014-04-08most likley nobody has used that profiling code in yearsMarkus Mohrhard1-12/+0
2014-04-08put some functions into an anonzmous namespaceMarkus Mohrhard1-0/+4
2014-04-06whitespace cleanup in chart2Markus Mohrhard7-14/+0