summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-09-16fdo#83518: We need the GL context when rendering text.Jan Holesovsky1-0/+2
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna2-0/+16
2014-09-12chart2: sal_Bool -> boolStephan Bergmann6-10/+10
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky6-89/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann22-120/+120
2014-09-11bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan2-0/+52
2014-09-10fdo#83716 - fix deadlock holding mutex required by rendering thread.Michael Meeks1-3/+9
2014-09-10Re-factor ~inexcusible copy/paste coding away.Michael Meeks2-37/+32
2014-09-10more fixes for SfxItemStateNoel Grandin1-3/+3
2014-09-09fix bitwise->logic conversion in SfxItemState commitNoel Grandin1-1/+1
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