summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-05-07chart2: move RegressionCalculationHelper.hxx to incTomaž Vajngerl2-1/+1
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet1-5/+5
2014-05-06fdo#77739 UI trendline: limit max values of Degree and PeriodLaurent Balland-Poirier6-7/+99
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet2-3/+3
2014-05-063d charts: Zoom the camera towards a bar.Jan Holesovsky2-0/+8
2014-05-06update_pch for chartopenglThomas Arnhold1-4/+2
2014-05-06enable pch for chartopenglThomas Arnhold1-0/+2
2014-05-06remove uncompiled source filesThomas Arnhold1-48/+0
2014-05-06fix matrix generationMarkus Mohrhard1-2/+2
2014-05-06WaE: private field 'm_iPointNum' is not usedTor Lillqvist1-0/+2
2014-05-06add some missing pieces from the 2D renderer to the 3D oneMarkus Mohrhard2-3/+68
2014-05-06fix wrong shader namesMarkus Mohrhard1-1/+1
2014-05-06add code to call the bar apixukai3-92/+72
2014-05-06add api for render non rouded barxukai3-44/+133
2014-05-06add codes to Text::render()xukai3-1/+9
2014-05-06add the codes for rendering text in class:GL3dRendererxukai2-37/+157
2014-05-06add codes to Rectangle::render()xukai2-1/+32
2014-05-06more 3D rendering fixesMarkus Mohrhard3-0/+61
2014-05-06fix the OpenGL offscreen rendering a bitMarkus Mohrhard4-7/+13
2014-05-06remove global variableMarkus Mohrhard3-52/+32
2014-05-06remove whitespaceMarkus Mohrhard1-2/+0
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet2-5/+5
2014-05-05WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-05-05WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-05-05add codes to Line::render()xukai2-1/+11
2014-05-05remove the codes of set camera info to render()xukai2-0/+6
2014-05-05add codes to set camera infoxukai4-81/+46
2014-05-05Initial size of OpenGL3DRendererxukai4-4/+15
2014-05-05Initialization of lightxukai3-5/+8
2014-05-05Introduce OpenGL3DRenderer objectxukai2-0/+18
2014-05-05To implement an abstract method:isOpenGLInitializedxukai2-2/+9
2014-05-05Update Function Set3DSenceInfoxukai2-6/+2
2014-05-05fix whitespace issuesMarkus Mohrhard2-29/+31
2014-05-05add vertex shader and fragment shader for 3D renderingxukai4-0/+142
2014-05-05Missing constStephan Bergmann2-2/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin4-4/+4
2014-05-04Fix CppunitTest_chart2_xshape testMaxim Monastirsky1-0/+1
2014-05-03chart::ChartController::queryGL3DChart(): crash on concurrent model closeMichael Stahl1-3/+7
2014-05-01Format GL3DRenderer codexukai2-69/+127
2014-05-01Simplify type detectorsMaxim Monastirsky2-0/+2
2014-05-01WaE: -Werror=maybe-uninitializedCaolán McNamara1-1/+1
2014-05-01no need for that using statementMarkus Mohrhard1-2/+0
2014-05-01fix build errorMarkus Mohrhard1-1/+1
2014-05-01remove unused codeMarkus Mohrhard1-16/+1
2014-05-01some small clean-up in new OGL 3D rendererMarkus Mohrhard1-15/+17
2014-05-01more type correctness in new codeMarkus Mohrhard1-21/+17
2014-05-01use sal_ types for variables with fixed widthMarkus Mohrhard1-1/+2
2014-05-01remove the need for using namespace std;Markus Mohrhard1-24/+23
2014-05-01remove OPENGL_SCALE_VALUE that makes no sense without XShapeMarkus Mohrhard1-21/+17
2014-05-01pass large objects by const reference and not by valueMarkus Mohrhard2-18/+21