Age | Commit message (Expand) | Author |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-03-29 | use more concrete types in chart2 | Noel Grandin |
2022-11-11 | Drop a counterproductive top-level const | Stephan Bergmann |
2022-10-17 | loplugin:redundantcast look for redundant dynamic_cast<T&> | Noel Grandin |
2022-09-26 | use more string_view in chart2 | Noel Grandin |
2022-08-23 | tdf#148251 Use std::swap instead of using temporary values | Liu Hao |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-18 | cid#1509397 Uninitialized scalar field | Caolán McNamara |
2022-08-16 | chart2: support data table rendering when the X axis is swapped | Tomaž Vajngerl |
2022-08-16 | chart2: Data table rendering of keys (legend symbols) | Tomaž Vajngerl |
2022-08-14 | chart2: allow to select the data table, fix object CID | Tomaž Vajngerl |
2022-07-21 | chart2: apply line props. to borders when rendering a data table | Tomaž Vajngerl |
2022-07-18 | chart2: use {V,H}Border, Outline Data Table props. at rendering | Tomaž Vajngerl |
2022-07-17 | chart2: add DataTable to AxisProperties, take account at rendering | Tomaž Vajngerl |
2022-07-17 | chart2: add initial code for rendering the Data Table | 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-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: simplify with structured binding decl. and some cleanup | Tomaž Vajngerl |
2022-04-25 | Recheck module chart2 with IWYU | Gabor Kelemen |
2022-04-23 | Recheck module chart2 with IWYU | Gabor Kelemen |
2022-04-19 | chart2: not really worth having a TrueGuard - just use ScopeGuard | Tomaž Vajngerl |
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-09 | use more concrete types in chart2, Axis | Noel Grandin |
2022-02-09 | use more concrete types in chart2, Axis | Noel Grandin |
2022-02-06 | chart: prefix members of AxisLabelProperties | Tomaž Vajngerl |
2022-02-05 | use more concrete types in chart2, Axis | Noel Grandin |
2022-01-31 | tdf#146066 chart: fix automatic axis scaling at dates | Tünde Tóth |
2022-01-23 | use more concrete types in chart2, ChartModel | Noel Grandin |
2022-01-19 | use more concrete types in chart2, BaseCoordinateSystem | Noel Grandin |
2022-01-15 | remove XTransformation UNO API | Noel Grandin |
2022-01-11 | replace XTransformation with more efficient class | Noel Grandin |
2022-01-11 | use vectors to build up point data, instead of Sequence | Noel Grandin |
2022-01-11 | skip unnecessary in DateScaling::doScaling | Noel Grandin |
2022-01-03 | use more SvxShape in chart2 | Noel Grandin |
2022-01-03 | use more SvxShape in chart2 | Noel Grandin |
2022-01-03 | no need to pass around a ShapeFactory instance | Noel Grandin |
2022-01-03 | add new SvxShape hierarchy class | Noel Grandin |
2022-01-03 | use more SvxShape in chart2 | Noel Grandin |
2022-01-02 | use more SvxShape in chart2 | Noel Grandin |
2022-01-02 | use concrete types in chart2, createText | Noel Grandin |
2021-12-31 | use concrete types in chart2, createLine3D | Noel Grandin |
2021-12-31 | use concrete types in chart2, createLine2D | Noel Grandin |
2021-12-30 | use concrete types in chart2, Svx3DSceneObject | Noel Grandin |
2021-12-30 | use concrete types in chart2, Svx3DExtrudeObject | Noel Grandin |
2021-12-30 | use concrete types in chart2, SvxGroupShape and SvxShapePolyPolygon | Noel Grandin |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |