summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-09-02coverity#1219805 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-09-02coverity#1215398 Uninitialized scalar fieldCaolán McNamara1-0/+7
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard1-11/+0
2014-09-02simplify codeMarkus Mohrhard1-2/+1
2014-09-02extract some shared codeMarkus Mohrhard2-42/+0
2014-09-02add more notes about deprecated OpenGL featuresMarkus Mohrhard1-0/+8
2014-09-02WIP debug statementsMarkus Mohrhard1-2/+92
2014-09-02add a note about deprecated functionalityMarkus Mohrhard1-0/+15
2014-09-02don't even try to create a shape for non existing valuesMarkus Mohrhard1-0/+3
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard1-0/+3
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard1-2/+0
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard1-4/+0
2014-09-02GL_POINT_SMOOTH is deprecatedMarkus Mohrhard1-2/+0
2014-09-02glEnable(GL_TEXTURE_2D) is deprecatedMarkus Mohrhard1-1/+0
2014-09-02fix my last core shader errorMarkus Mohrhard1-1/+2
2014-09-02texture*D in GLSL is deprecated and not available in core contextsMarkus Mohrhard4-6/+12
2014-09-02replace all attribute and varying in chart shadersMarkus Mohrhard18-37/+38
2014-09-02we need to switch to OpenGL 3.2 core for OSXMarkus Mohrhard18-18/+18
2014-09-02make sure that all shaders contain a version stringMarkus Mohrhard26-2/+48
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-17/+17
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-08-29replace sleep with two condition variablesMarkus Mohrhard2-8/+45
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard2-0/+9
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás1-8/+11
2014-08-29mpRenderer->init() needs a contextZolnai Tamás1-0/+4
2014-08-29Oops, static was forgotten.Zolnai Tamás1-1/+1
2014-08-29Store env variable in a static variable insteadZolnai Tamás1-1/+3
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás1-0/+5
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard1-1/+1
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás1-1/+1
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás2-0/+17
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás1-0/+7
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás1-7/+11
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás1-0/+6
2014-08-29Stop flickering in rendering of charts in WriterZolnai Tamás1-5/+0
2014-08-29Fix regression in rendering of GL3DBarChartZolnai Tamás1-2/+1
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás1-1/+1
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás1-1/+3
2014-08-29Fix OpenGL chart reinitialiationZolnai Tamás7-5/+18
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky8-35/+86
2014-08-28EE_PARA_WRITINGDIR should presumably use an SvxFrameDirectionItemStephan Bergmann5-6/+7
2014-08-27pass by const referenceMarkus Mohrhard2-4/+8
2014-08-27don't call getenv repeatedlyMarkus Mohrhard1-2/+2
2014-08-27correct the variable nameweigao2-3/+3
2014-08-27showing bar info until fly backweigao2-23/+35
2014-08-27modify history data styleweigao2-12/+40
2014-08-27modify data update fps to data update rateweigao1-2/+2