summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-09-18Returned shape object is assigned but not used.Kohei Yoshida1-5/+2
2014-09-18Pass by const reference.Kohei Yoshida1-1/+1
2014-09-18Scope level reduction.Kohei Yoshida1-11/+13
2014-09-18Scope level reduction.Kohei Yoshida1-16/+19
2014-09-18Fix prefix for non-reference variable.Kohei Yoshida1-14/+14
2014-09-18No need to instantiate B2IRectangle twice.Kohei Yoshida1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin7-11/+11
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás1-3/+5
2014-09-16fdo#83717: Fix the bar picking in the 3D charts.Jan Holesovsky2-61/+60
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