summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
AgeCommit message (Expand)Author
2014-05-05To implement an abstract method:isOpenGLInitializedxukai
2014-05-05Update Function Set3DSenceInfoxukai
2014-05-05add vertex shader and fragment shader for 3D renderingxukai
2014-05-05Missing constStephan Bergmann
2014-05-01Format GL3DRenderer codexukai
2014-05-01no need for that using statementMarkus Mohrhard
2014-05-01remove unused codeMarkus Mohrhard
2014-05-01some small clean-up in new OGL 3D rendererMarkus Mohrhard
2014-05-01more type correctness in new codeMarkus Mohrhard
2014-05-01use sal_ types for variables with fixed widthMarkus Mohrhard
2014-05-01remove the need for using namespace std;Markus Mohrhard
2014-05-01remove OPENGL_SCALE_VALUE that makes no sense without XShapeMarkus Mohrhard
2014-05-01pass large objects by const reference and not by valueMarkus Mohrhard
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-29WaE: passing OUString by value, rather pass by referenceTor Lillqvist
2014-04-29WaE: unused private fieldsTor Lillqvist
2014-04-29Use OpenGLHelper::GLErrorString()Tor Lillqvist
2014-04-29glu is not available on OpenGL ESTor Lillqvist
2014-04-29WaE: array index 2 is past the end of the array (which contains 2 elements)Tor Lillqvist
2014-04-29disable until I can test build on windows myselfMarkus Mohrhard
2014-04-29make the new 3D OpenGL chart renderer compileMarkus Mohrhard
2014-04-29move all the 3D rendering code into an own classMarkus Mohrhard
2014-04-29remove unused member variablesMarkus Mohrhard
2014-04-29make the chart patch warning free and more clean-upMarkus Mohrhard
2014-04-29add algorithm of corner generated informationxukai liu
2014-04-27OpenGLHelper: extract BGRA buffer -> BitmepEx conversionZolnai Tamás
2014-04-25fix comment about ChartView::dumpMarkus Mohrhard
2014-04-25the chart root shape has to be at the bottom, fdo#74333, cp#1000057Markus Mohrhard
2014-04-25dump also drawinglayer shapes that are externally addedMarkus Mohrhard
2014-04-25No need for XShape dumping (for unit testing) for non-desktopTor Lillqvist
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás
2014-04-17Try harder to bypass OpenGL 3D stuff on non-desktop for nowTor Lillqvist
2014-04-17remove executable bitAndras Timar
2014-04-16coverity#1202945 Uninitialized scalar fieldCaolán McNamara
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-04-15don't try to init OpenGLRender in the constructorMarkus Mohrhard
2014-04-15remove the glew part in OpenGLRender.cxxMarkus Mohrhard
2014-04-15move some common OpenGL methods to vclMarkus Mohrhard
2014-04-15move the opengl headers to vcl/opengl for better separationMarkus Mohrhard
2014-04-15only render through OpenGL after successful context creationMarkus Mohrhard
2014-04-15extract methodMarkus Mohrhard
2014-04-15remove include and usingMarkus Mohrhard
2014-04-15switch to IOpenGLRenderer in chart2 2D renderingMarkus Mohrhard
2014-04-15remove unused includeMarkus Mohrhard
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida
2014-04-10Rename 3DBarChart and Bar3DChart to GL3DBarChart.Kohei Yoshida
2014-04-10add teh rounded corners property backMarkus Mohrhard
2014-04-10make sure the unique id is set correctlyMarkus Mohrhard
2014-04-08Fix typo.Jan Holesovsky