summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás
2014-09-21fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás
2014-09-19These are no longer used.Kohei Yoshida
2014-09-19Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida
2014-09-19Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida
2014-09-19Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida
2014-09-19Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida
2014-09-19Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida
2014-09-19Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida
2014-09-19Move the code that creates shapes for axis titles to own method.Kohei Yoshida
2014-09-19More scope reduction.Kohei Yoshida
2014-09-19Scope reduction.Kohei Yoshida
2014-09-19Reduce scope by early bailout.Kohei Yoshida
2014-09-19Move the 2D shape creation code into a separate method.Kohei Yoshida
2014-09-19Fix chart2 with system libglm (explicit constructors)Fridrich Štrba
2014-09-18Returned shape object is assigned but not used.Kohei Yoshida
2014-09-18Pass by const reference.Kohei Yoshida
2014-09-18Scope level reduction.Kohei Yoshida
2014-09-18Scope level reduction.Kohei Yoshida
2014-09-18Fix prefix for non-reference variable.Kohei Yoshida
2014-09-18No need to instantiate B2IRectangle twice.Kohei Yoshida
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