Age | Commit message (Expand) | Author |
2022-07-05 | tdf#104428 Improve rendering of exploded donut charts | Kurt Nordback |
2022-07-01 | tdf#56580 Fix negative error bars on log chart | Kurt Nordback |
2022-06-22 | tdf#149204 revert getSeriesNames method to the original behaviour | Tomaž Vajngerl |
2022-06-18 | cid#1506305 Big parameter passed by value | Caolán McNamara |
2022-06-13 | clang-tidy modernize-pass-by-value in chart2 | Noel Grandin |
2022-06-02 | Use o3tl::make_unsigned, nPolygonIndex is already clamped to non-negative here | Stephan Bergmann |
2022-06-01 | Use more appropriate index variable types | Stephan Bergmann |
2022-05-31 | Use some range-based for loops | Stephan Bergmann |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-11 | chart2: prefix VDataSeries members, rename Double to m_aValues | Tomaž Vajngerl |
2022-05-11 | chart2: remove code duplication in VSeriesPlotter::getSeriesNames | Tomaž Vajngerl |
2022-05-11 | chart2: simplify with structured binding decl. and some cleanup | Tomaž Vajngerl |
2022-05-10 | chart2: add func. to convert from css::awt and B2IRectangle | Tomaž Vajngerl |
2022-05-06 | chart2: add function to create a table shape to ShapeFactory | Tomaž Vajngerl |
2022-05-06 | chart2: use range for loop to iterate rVCooSysList in ChartView | Tomaž Vajngerl |
2022-05-06 | chart2: typedef SeriesPlottersType is not needed | Tomaž Vajngerl |
2022-05-05 | Just use Any ctor instead of makeAny in chart2 | Stephan Bergmann |
2022-04-25 | Recheck module chart2 with IWYU | Gabor Kelemen |
2022-04-23 | Recheck module chart2 with IWYU | Gabor Kelemen |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-19 | chart2: not really worth having a TrueGuard - just use ScopeGuard | Tomaž Vajngerl |
2022-04-19 | chart2: ExplicitValueProvider - make forward declrs. consistent | Tomaž Vajngerl |
2022-04-19 | chart2: move ExplicitValueProvider impl. out of ChartView | Tomaž Vajngerl |
2022-04-18 | chart2: convert TitleAlignment enum to enum class | Tomaž Vajngerl |
2022-04-18 | chart2: extract SeriesPlotterContainer into its own file | Tomaž Vajngerl |
2022-04-18 | chart2: extract AxisUsage from ChartView into AxisUsage.hxx | Tomaž Vajngerl |
2022-04-18 | chart2: use a constant instead of a function for a contant value | Tomaž Vajngerl |
2022-03-29 | replace dynamic C style arrays with std::vector in Splines.cxx | offtkp |
2022-03-29 | replace temporary value swap with std::swap | offtkp |
2022-03-29 | tdf#147906 change sqrt(a * a + b * b) occurences to std::hypot(a, b) | Bartosz Kosiorek |
2022-03-28 | tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b) | offtkp |
2022-03-11 | loplugin:constparams | Noel Grandin |
2022-02-26 | cid#1500452 Using a moved object | Caolán McNamara |
2022-02-22 | tdf#64914 small improvements | Noel Grandin |
2022-02-22 | eliminate a layer of conversion in createSymbol2D | Noel Grandin |
2022-02-22 | tdf#64914 slow opening large chart | Noel Grandin |
2022-02-17 | loplugin:unusedmethods | Noel Grandin |
2022-02-17 | micro-optimisation: use std::move | Noel Grandin |
2022-02-16 | simplify some vector construction | Noel Grandin |
2022-02-12 | chart2: Break labels text and limit the size to the axis size | Tomaž Vajngerl |
2022-02-12 | chart2: crop x-axis label if it's too long on fixed size charts | Tomaž Vajngerl |
2022-02-10 | use more concrete types in chart2, SvxShape | Noel Grandin |
2022-02-10 | use more concrete types in chart2, SvxShape | Noel Grandin |
2022-02-10 | can avoid UNO_QUERY here | Noel Grandin |
2022-02-09 | use more concrete types in chart2, Axis | Noel Grandin |
2022-02-09 | use more concrete types in chart2, Axis | Noel Grandin |
2022-02-08 | use more concrete types in chart2, DataSeries | Noel Grandin |
2022-02-07 | crashtesting ooo#20372 | Noel Grandin |
2022-02-06 | chart: prefix members of AxisLabelProperties | Tomaž Vajngerl |
2022-02-05 | use more concrete types in chart2, Axis | Noel Grandin |