summaryrefslogtreecommitdiffstats
path: root/chart2/Library_chartcore.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* maybe the mesa headers are missingMarkus Mohrhard2014-04-081-0/+1
| | | | Change-Id: Ibf5e634310f404d1dd1a4ed7be00dab3157ae056
* temporarily link agains OpenGLMarkus Mohrhard2014-04-081-0/+19
| | | | Change-Id: I330c9e4f0f1a1ebf0e236de9cfabdf9dc65121cf
* temporarily render to a fileMarkus Mohrhard2014-04-081-2/+0
| | | | Change-Id: Ibfc8101f261489bf11f990ea3fe6ae2e74b99df9
* improve the code for temporary OpenGl contextMarkus Mohrhard2014-04-081-0/+2
| | | | Change-Id: Ia66bf54539e67066a56bb50fb606e50e581bee73
* add initial code for creating 3D bar shapesMarkus Mohrhard2014-04-081-0/+3
| | | | Change-Id: I55489fad8723f204003fe502eea5e02de4c8d6ef
* Add a new skeleton plotter for the GL3D bar chart.Kohei Yoshida2014-03-251-0/+1
| | | | | | It plots absolutely nothing. It's just a place holder for now. Change-Id: I6eb9cc23481391b83f6946a8b49a6176c5b29cd7
* Skeleton template class for GL3D bar chart type.Kohei Yoshida2014-03-251-0/+1
| | | | | | Still very much empty. It needs to be filled with sub-categories. Change-Id: Iad7ad34efb264025541b585a92ee2ea7b8fff56f
* Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida2014-03-251-0/+1
| | | | Change-Id: I5e9eaeb9337d51f59f800f8e676b8bc83b80df70
* first try at implementing time based updates in new chart implementationMarkus Mohrhard2014-01-291-0/+1
| | | | Change-Id: I3d03e44a415023ca12548ea99a3732cba49c8074
* add glew and make chartopengl a dynamically loaded libMarkus Mohrhard2013-11-191-2/+0
|
* rename DummyShapeFactory to OpenglShapeFactoryMarkus Mohrhard2013-11-191-1/+1
| | | | Change-Id: Ife9640b10e90351f871513f1f8e26d80c384e0d9
* add methods to render whole data series at onceMarkus Mohrhard2013-11-191-1/+4
| | | | | | | | additionally we have now a method for timebased data series in the shape factory. The method contains the two points in time and the rendering backend should calculate intermitiate points for a good interpolation. Change-Id: Id30e2039ec90a6c36e947b7a7f9bca65ef0e8961
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-191-1/+1
| | | | | | | | This allows us easier implementation of some advanced features. Mainly the 4D chartting will now be able to work without several ugly layers of UNO. Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
* extract code for net charts from AreaChartMarkus Mohrhard2013-11-191-0/+1
| | | | | | | Now AreaChart only contains code for 11 different chart types. NetChart was the only one needing a PolarPlottingPositionHelper Change-Id: Ibbe45f9afdf91fea1ef542020d8a3388a6e8c27b
* create an AbstractFactory and add a DummyShapeFactory for testingMarkus Mohrhard2013-11-191-0/+3
|
* PCH for more librariesLuboš Luňák2013-07-121-0/+2
| | | | Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
* fdo#35712 polynomial and moving average regression linesTomaž Vajngerl2013-07-031-0/+2
| | | | | | | | | | | | | - added polynomial and moving average to the dialog - implemented moving average and polynomal RegressionCurveCalculator - added icon for polynomial regression curve - prepare icon for moving average regression curve - degree parameter for polynomial regression curve - period parameter for moving average regression curve - limit the curve to max and min x value - added extrapolation Change-Id: I4ebb8dc23a3aff285b999e115fdda20ab11910a5
* officecfg: remove Package_cppheaderMichael Stahl2013-05-071-0/+4
| | | | | | Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
* fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard2013-04-221-0/+1
| | | | Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* chart2: merge component files for new chartcore libraryMichael Stahl2012-08-061-3/+2
| | | | Change-Id: Id7cc969d854a98e9bd32fd396eb82ae92a06ba80
* merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks2012-08-061-0/+230