summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier4-3/+23
2013-12-10WaE: unused variable 'aService' [loplugin]Tor Lillqvist1-1/+0
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl4-20/+84
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl3-1/+34
2013-12-09fdo#72137 Allocate enough points in MovingAverageRegression calc.Tomaž Vajngerl1-19/+18
2013-12-09fdo#40314 Force intercept only for linear/poly trendlinesLaurent Balland-Poirier1-2/+3
2013-12-08fdo#40314 Free value of intercept for trend lineLaurent Balland-Poirier6-41/+68
2013-12-03Blind fix for sal_Int32/int confusionTor Lillqvist1-1/+1
2013-12-03Test trendline properties using an emport -> ixport cycleTomaž Vajngerl2-0/+161
2013-12-03Custom name for a trend line (shown in legend).Tomaž Vajngerl9-31/+127
2013-12-03Simplify conversion from/to ItemSet/PropertySet for RegressionCurvesTomaž Vajngerl3-355/+139
2013-12-03DRY-cleanup RegressionCurveItemConverterTomaž Vajngerl1-144/+117
2013-11-30fdo#40315 Improve UI for moving average trendlineLaurent Balland-Poirier1-0/+12
2013-11-30fdo#35712 fdo#40315 fdo#40314 Autoselect trendline typeLaurent Balland-Poirier2-6/+41
2013-11-20both help ids end up in the same helpCaolán McNamara1-6/+0
2013-11-20Convert chart axis scale tab page to widget UI.Olivier Hallot7-793/+821
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2-3/+3
2013-11-19unknown log areaStephan Bergmann1-1/+1
2013-11-19-Werror,-Wunused-functionStephan Bergmann1-0/+2
2013-11-19-Werror,-Wunused-functionStephan Bergmann1-82/+0
2013-11-19this only works with c++11Markus Mohrhard1-1/+1
2013-11-19fix tinderboxMarkus Mohrhard1-1/+1
2013-11-19disable building the OpenGL piecesMarkus Mohrhard2-1/+2
2013-11-19fix testsMarkus Mohrhard2-2/+2
2013-11-19fix the windows buildMarkus Mohrhard3-4/+9
2013-11-19more windows build fixesMarkus Mohrhard1-0/+6
2013-11-19fix windows buildMarkus Mohrhard4-3/+36
2013-11-19we need to depend on mesa headers for windows & unix without openglMarkus Mohrhard1-0/+5
2013-11-19removed unused variableMarkus Mohrhard1-1/+0
2013-11-19fix crash in opengl backendMarkus Mohrhard2-1/+19
2013-11-19dbgutil build fixMarkus Mohrhard1-1/+0
2013-11-19we need to init manually nowMarkus Mohrhard2-6/+11
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard3-3/+9
2013-11-19it builds againMarkus Mohrhard9-2/+496
2013-11-19try to make it build on windowsMarkus Mohrhard1-1/+5
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard10-5/+39374
2013-11-19add a few property casesMarkus Mohrhard2-8/+32
2013-11-19add the definition for the shapesMarkus Mohrhard2-5/+160
2013-11-19make the shapes explicit in the backendMarkus Mohrhard3-113/+426
2013-11-19actually create a dummy root shape objectMarkus Mohrhard1-1/+1
2013-11-19make it possible to avoid XShape/XShapes in the backendMarkus Mohrhard2-8/+26
2013-11-19implement XMultiPropertySetMarkus Mohrhard2-2/+51
2013-11-19implement top level shape and method to get itMarkus Mohrhard2-0/+31
2013-11-19fix buildMarkus Mohrhard2-4/+6
2013-11-19adapt name of methodMarkus Mohrhard5-10/+15
2013-11-19some small cosmetic changesMarkus Mohrhard1-4/+13
2013-11-19rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard4-35/+37
2013-11-19add methods to render whole data series at onceMarkus Mohrhard7-1/+136
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard62-492/+797
2013-11-19work on plotting a whole series at onceMarkus Mohrhard1-99/+105