summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás
2014-09-16fdo#83717: Fix the bar picking in the 3D charts.Jan Holesovsky
2014-09-16fdo#83518: We need the GL context when rendering text.Jan Holesovsky
2014-09-15Ensure we export correct label placement value for clustered bar chartsMiklos Vajna
2014-09-12chart2: sal_Bool -> boolStephan Bergmann
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-11bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan
2014-09-10fdo#83716 - fix deadlock holding mutex required by rendering thread.Michael Meeks
2014-09-10Re-factor ~inexcusible copy/paste coding away.Michael Meeks
2014-09-10more fixes for SfxItemStateNoel Grandin
2014-09-09fix bitwise->logic conversion in SfxItemState commitNoel Grandin
2014-09-02coverity#1219805 Uninitialized scalar fieldCaolán McNamara
2014-09-02coverity#1215398 Uninitialized scalar fieldCaolán McNamara
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard
2014-09-02simplify codeMarkus Mohrhard
2014-09-02extract some shared codeMarkus Mohrhard
2014-09-02add more notes about deprecated OpenGL featuresMarkus Mohrhard
2014-09-02WIP debug statementsMarkus Mohrhard
2014-09-02add a note about deprecated functionalityMarkus Mohrhard
2014-09-02don't even try to create a shape for non existing valuesMarkus Mohrhard
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard
2014-09-02GL_POINT_SMOOTH is deprecatedMarkus Mohrhard
2014-09-02glEnable(GL_TEXTURE_2D) is deprecatedMarkus Mohrhard
2014-09-02fix my last core shader errorMarkus Mohrhard
2014-09-02texture*D in GLSL is deprecated and not available in core contextsMarkus Mohrhard
2014-09-02replace all attribute and varying in chart shadersMarkus Mohrhard
2014-09-02we need to switch to OpenGL 3.2 core for OSXMarkus Mohrhard
2014-09-02make sure that all shaders contain a version stringMarkus Mohrhard
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann
2014-08-29replace sleep with two condition variablesMarkus Mohrhard
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás
2014-08-29mpRenderer->init() needs a contextZolnai Tamás
2014-08-29Oops, static was forgotten.Zolnai Tamás
2014-08-29Store env variable in a static variable insteadZolnai Tamás
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás