summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-152-2/+0
* Take the current axis alignment state.Kohei Yoshida2014-10-141-4/+3
* Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""Stephan Bergmann2014-10-146-83/+100
* Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."Stephan Bergmann2014-10-146-100/+83
* More on documenting the methods.Kohei Yoshida2014-10-131-1/+13
* Scope level reduction & explain what the max axis index really is.Kohei Yoshida2014-10-131-63/+71
* Explain what doAutoScaling() does.Kohei Yoshida2014-10-131-0/+9
* Make VCartesianAxis::get2DAxisMainLine() truly const method.Kohei Yoshida2014-10-136-83/+100
* fdo#84647 : Fixed default value for TickLableSkip value.sushil_shinde2014-10-112-0/+23
* Make the variable name shorter and sweeter...Kohei Yoshida2014-10-102-18/+27
* prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.Kohei Yoshida2014-10-103-4/+4
* Hide the 3rd nested looping for clarity.Kohei Yoshida2014-10-101-36/+35
* Make this loop a bit easier to follow...Kohei Yoshida2014-10-101-38/+69
* Make this a hard prerequisite.Kohei Yoshida2014-10-101-2/+3
* Use boost::ptr_vector for this...Kohei Yoshida2014-10-101-43/+31
* coverity#1223085 Unchecked return valueCaolán McNamara2014-10-101-2/+2
* loplugin:passstuffbyrefStephan Bergmann2014-10-101-2/+2
* fdo#54361: Add additional unit test case.Muthu Subramanian2014-10-102-2/+9
* coverity#707673 Uninitialized scalar fieldCaolán McNamara2014-10-101-0/+1
* Fix CppunitTest_chart2_xshapeStephan Bergmann2014-10-101-0/+1
* Further fallout from git mis-merge?Stephan Bergmann2014-10-101-9/+9
* Fix git's wrong 3-way merge.Kohei Yoshida2014-10-091-5/+4
* Put SeriesPlotterContainer into CreateShapeParam2D.Kohei Yoshida2014-10-092-445/+445
* Explain what updateScreenValues() does.Kohei Yoshida2014-10-092-1/+9
* Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida2014-10-0914-94/+97
* Make its own header the first header.Kohei Yoshida2014-10-091-4/+4
* Clean this up a bit.Kohei Yoshida2014-10-092-19/+15
* Description for m_aAllTickInfos.Kohei Yoshida2014-10-091-1/+10
* Make AxisProperties non-virtual; nobody derives from it.Kohei Yoshida2014-10-092-10/+5
* B2DVector supports operator!=. Let's use it.Kohei Yoshida2014-10-091-10/+6
* Make it clear which bounding rectangle it returns & const.Kohei Yoshida2014-10-092-2/+5
* xInverseScaling is set but not used. Remove it.Kohei Yoshida2014-10-091-4/+0
* Re-organize method / class descriptions.Kohei Yoshida2014-10-092-5/+11
* Make this data member const, as it never gets modified once constructed.Kohei Yoshida2014-10-091-1/+1
* TickFactory_2D -> TickFactory2D.Kohei Yoshida2014-10-094-31/+31
* Make thie method consistent with the others.Kohei Yoshida2014-10-092-8/+20
* Simplify AxisProperties and its surrounding code.Kohei Yoshida2014-10-093-47/+40
* Use boost::optional for these members.Kohei Yoshida2014-10-095-19/+11
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-092-3/+3
* typo: Lable -> LabelAndras Timar2014-10-091-3/+3
* coverity#1237352 Dereference after null checkCaolán McNamara2014-10-081-6/+2
* spelling: instanciated -> instantiatedNoel Grandin2014-10-082-2/+2
* Annotate code.Kohei Yoshida2014-10-074-1/+15
* coverity#1223085 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* coverity#703928 Unchecked return valueNorbert Thiebaud2014-10-041-1/+1
* coverity#1242729 Result is not floating-pointNorbert Thiebaud2014-10-041-1/+1
* fix chart2 build with system-glm againRene Engelhard2014-10-041-1/+1
* GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist2014-10-031-1/+1
* coverity#1169811 'Constant' variable guards dead codeCaolán McNamara2014-10-021-1/+1
* coverity#1242832 Result is not floating-pointCaolán McNamara2014-10-021-1/+1