summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle WindowNoel Grandin2014-09-2388-163/+163
* OPENGL_SCALE_VALUE is not needed any moreZolnai Tamás2014-09-213-44/+32
* fdo#81237: 2D OpenGL charts have wrong sizeZolnai Tamás2014-09-218-15/+20
* These are no longer used.Kohei Yoshida2014-09-191-3/+0
* Finally, move the group shape object for the diagram with axes to the param.Kohei Yoshida2014-09-192-14/+14
* Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.Kohei Yoshida2014-09-191-6/+7
* Move the "MarkHandles" shape object to CreateShapeParam2D.Kohei Yoshida2014-09-192-12/+11
* Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.Kohei Yoshida2014-09-191-4/+2
* Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.Kohei Yoshida2014-09-194-28/+33
* Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.Kohei Yoshida2014-09-191-40/+36
* Move the code that creates shapes for axis titles to own method.Kohei Yoshida2014-09-192-68/+105
* More scope reduction.Kohei Yoshida2014-09-191-76/+77
* Scope reduction.Kohei Yoshida2014-09-191-18/+17
* Reduce scope by early bailout.Kohei Yoshida2014-09-191-70/+74
* Move the 2D shape creation code into a separate method.Kohei Yoshida2014-09-192-185/+191
* Fix chart2 with system libglm (explicit constructors)Fridrich Štrba2014-09-191-2/+2
* Returned shape object is assigned but not used.Kohei Yoshida2014-09-181-5/+2
* Pass by const reference.Kohei Yoshida2014-09-181-1/+1
* Scope level reduction.Kohei Yoshida2014-09-181-11/+13
* Scope level reduction.Kohei Yoshida2014-09-181-16/+19
* Fix prefix for non-reference variable.Kohei Yoshida2014-09-181-14/+14
* No need to instantiate B2IRectangle twice.Kohei Yoshida2014-09-181-1/+1
* fdo#82577: Handle FontNoel Grandin2014-09-187-11/+11
* fdo#81237: 2D OpenGL charts was upside-downZolnai Tamás2014-09-171-3/+5
* fdo#83717: Fix the bar picking in the 3D charts.Jan Holesovsky2014-09-162-61/+60
* fdo#83518: We need the GL context when rendering text.Jan Holesovsky2014-09-161-0/+2
* Ensure we export correct label placement value for clustered bar chartsMiklos Vajna2014-09-152-0/+16
* chart2: sal_Bool -> boolStephan Bergmann2014-09-126-10/+10
* 3D charts: Update the 3D charts when a value changes.Jan Holesovsky2014-09-126-89/+4
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-1222-120/+120
* bnc#892610: OOXML import: Improve chart number formats.Matúš Kukan2014-09-112-0/+52
* fdo#83716 - fix deadlock holding mutex required by rendering thread.Michael Meeks2014-09-101-3/+9
* Re-factor ~inexcusible copy/paste coding away.Michael Meeks2014-09-102-37/+32
* more fixes for SfxItemStateNoel Grandin2014-09-101-3/+3
* fix bitwise->logic conversion in SfxItemState commitNoel Grandin2014-09-091-1/+1
* coverity#1219805 Uninitialized scalar fieldCaolán McNamara2014-09-021-0/+5
* coverity#1215398 Uninitialized scalar fieldCaolán McNamara2014-09-021-0/+7
* remove SAL_DEBUGs introduced earlierMarkus Mohrhard2014-09-021-11/+0
* simplify codeMarkus Mohrhard2014-09-021-2/+1
* extract some shared codeMarkus Mohrhard2014-09-022-42/+0
* add more notes about deprecated OpenGL featuresMarkus Mohrhard2014-09-021-0/+8
* WIP debug statementsMarkus Mohrhard2014-09-021-2/+92
* add a note about deprecated functionalityMarkus Mohrhard2014-09-021-0/+15
* don't even try to create a shape for non existing valuesMarkus Mohrhard2014-09-021-0/+3
* fixed pipeline functions are not available in core contextMarkus Mohrhard2014-09-021-0/+3
* GL_LIGHTING is deprecatedMarkus Mohrhard2014-09-021-2/+0
* GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard2014-09-021-4/+0
* GL_POINT_SMOOTH is deprecatedMarkus Mohrhard2014-09-021-2/+0
* glEnable(GL_TEXTURE_2D) is deprecatedMarkus Mohrhard2014-09-021-1/+0
* fix my last core shader errorMarkus Mohrhard2014-09-021-1/+2