summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-05-06fix matrix generationMarkus Mohrhard
2014-05-06WaE: private field 'm_iPointNum' is not usedTor Lillqvist
2014-05-06add some missing pieces from the 2D renderer to the 3D oneMarkus Mohrhard
2014-05-06fix wrong shader namesMarkus Mohrhard
2014-05-06add code to call the bar apixukai
2014-05-06add api for render non rouded barxukai
2014-05-06add codes to Text::render()xukai
2014-05-06add the codes for rendering text in class:GL3dRendererxukai
2014-05-06add codes to Rectangle::render()xukai
2014-05-06more 3D rendering fixesMarkus Mohrhard
2014-05-06fix the OpenGL offscreen rendering a bitMarkus Mohrhard
2014-05-06remove global variableMarkus Mohrhard
2014-05-06remove whitespaceMarkus Mohrhard
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet
2014-05-05WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-05-05WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-05-05add codes to Line::render()xukai
2014-05-05remove the codes of set camera info to render()xukai
2014-05-05add codes to set camera infoxukai
2014-05-05Initial size of OpenGL3DRendererxukai
2014-05-05Initialization of lightxukai
2014-05-05Introduce OpenGL3DRenderer objectxukai
2014-05-05To implement an abstract method:isOpenGLInitializedxukai
2014-05-05Update Function Set3DSenceInfoxukai
2014-05-05fix whitespace issuesMarkus Mohrhard
2014-05-05add vertex shader and fragment shader for 3D renderingxukai
2014-05-05Missing constStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-04Fix CppunitTest_chart2_xshape testMaxim Monastirsky
2014-05-03chart::ChartController::queryGL3DChart(): crash on concurrent model closeMichael Stahl
2014-05-01Format GL3DRenderer codexukai
2014-05-01Simplify type detectorsMaxim Monastirsky
2014-05-01WaE: -Werror=maybe-uninitializedCaolán McNamara
2014-05-01no need for that using statementMarkus Mohrhard
2014-05-01fix build errorMarkus 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-05-01be explicit about text rotations, fdo#70670Markus Mohrhard
2014-05-01add test for fdo#78041Markus Mohrhard
2014-05-01set graphic properties for error bars during import, fdo#78041Markus Mohrhard
2014-04-30coverity#738569 Uninitialized scalar fieldCaolán McNamara
2014-04-30coverity#738568 Uninitialized scalar fieldCaolán McNamara
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-29coverity#1210168 Uninitialized pointer fieldCaolán McNamara
2014-04-29WaE: passing OUString by value, rather pass by referenceTor Lillqvist