summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
21 hourstdf#50934: Add a pie-with-remainder-as-another-pie chart typeKurt Nordback2-6/+9
41 hourstdf#160225, related tdf#92768: hide axis title not taken into account when...Julien Nabet1-0/+7
8 daystdf#96944: Stacked column chart does not show connection linesKurt Nordback1-2/+0
10 daystdf#158237 Use C++20 contains() instead of find() and end()Sujatro Bhadra1-1/+1
11 dayscid#1592990 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+6
11 daysFix typoAndrea Gelmini1-1/+1
11 daystdf#159456 - chart view: fix wrongly shifted value Y axisBalazs Varga2-6/+3
11 daystdf#159422 - chart view: fix symbols position of data table legendBalazs Varga1-4/+5
11 daystdf#159443 - chart view: fix Data table is not rendered below chartBalazs Varga1-0/+7
2024-03-03tdf#153706: do not add categories, when source data doesn't have themMike Kaganski2-1/+20
2024-03-03Make Chart Object Properties Dialogs Asynccodewithvk3-37/+32
2024-03-03Resolves: tdf#159879 Crash when closing "3D View" dialogCaolán McNamara1-0/+2
2024-03-01set default if no ViewShell yetCaolán McNamara1-3/+3
2024-02-29cid#1169880 Uninitialized scalar fieldCaolán McNamara1-0/+1
2024-02-27cid#1592375 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2024-02-23crashtesting: isNaN as fUnitCircleWidthAngleDegreeCaolán McNamara1-0/+6
2024-02-20tdf#157882 svx: Remove cap/corner styles and move arrowhead control to new rowAkshayWarrier2-21/+0
2024-02-19tdf#50934: Fix compiler complaints and activate OOXML I/O testsKurt Nordback2-16/+49
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-1/+2
2024-02-19tdf#50934: Fix color of composite wedge for imported of-pie chartsKurt Nordback1-1/+1
2024-02-19tdf#50934: Fix left of-pie ordering for imported chartsKurt Nordback1-1/+1
2024-02-19tdf#50934: Try to fix wedge ordering for imported of-pie chartsKurt Nordback2-2/+18
2024-02-19tdf#50934: OfPie inport from OOXML, plus initial work for exportKurt Nordback8-2/+50
2024-02-18tdf#50934: Add a commentKurt Nordback1-0/+5
2024-02-18tdf#50934: Implement connector lines for pie-of-pieKurt Nordback1-7/+76
2024-02-17tdf#50934: Improvements to fill color for of-pie composite wedgeKurt Nordback1-7/+12
2024-02-17tdf#50934: Ensure of-pie connector lines are blackKurt Nordback1-0/+46
2024-02-17tdf#50934: Initial implementation of connector lines for bar-of-pieKurt Nordback2-57/+39
2024-02-17tdf#50934: Fix of-pie subchart colorsKurt Nordback2-18/+45
2024-02-16Chart: Make Data Range Dialog Asynccodewithvk1-10/+10
2024-02-16tdf#142467: restore "final" in CandleStickChartType classKevin Suo1-3/+1
2024-02-16tdf#50934: Implementation of bar-of-pie, plus minor of-pie fixesKurt Nordback2-6/+164
2024-02-16tdf#50934: Implement PieDataSrc and related structureKurt Nordback2-23/+205
2024-02-15tdf#50934: Some rejiggering of of-pie code, plus implementing subpie chartKurt Nordback2-10/+28
2024-02-14tdf#50934: Restructuring for of-pie chartsKurt Nordback2-127/+173
2024-02-12use more UNLESS_MERGELIBSNoel Grandin53-148/+202
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)5-165/+152
2024-02-09cid#1591760 COPY_INSTEAD_OF_MOVECaolán McNamara2-18/+18
2024-02-09tdf#50934: Ensure BarOfPie has ScaleData::ShiftedCategoryPosition == falseKurt Nordback2-1/+8
2024-02-07double operator < is not a strict weak ordering due to NaNStephan Bergmann1-1/+4
2024-02-07double operator < is not a strict weak ordering due to NaNStephan Bergmann1-1/+2
2024-02-06Async Dialogs for Few Chart Propertiescodewithvk2-87/+97
2024-02-06tdf#50934: Add a version comment, and more structure for of-pieKurt Nordback5-9/+33
2024-02-04use ViewShell DOCCOLOR when available for chartsCaolán McNamara1-2/+9
2024-02-02tdf#50934: Initial plumbing and infrastructureKurt Nordback6-13/+66
2024-01-31related tdf#146756 chart2: code-readers documentationJustin Luth1-3/+40
2024-01-31tdf#146756 pie chart2 import: use consistent outside-label max text lenJustin Luth1-8/+10
2024-01-30Fix typoAndrea Gelmini1-1/+1
2024-01-30tdf#159288: Assertion on insert trend lineJulien Nabet1-0/+2
2024-01-30tdf#146756 pie chart2 import: improve response to bestFit failureJustin Luth1-8/+30