summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* fdo#75380: Let's not always set the line style to NONE here.Kohei Yoshida2014-08-011-1/+0
* bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida2014-07-301-1/+34
* bnc#885825: Support borders around data labels.Kohei Yoshida2014-07-3011-18/+832
* fdo#81547: prevent crash by reading relevant .ui fileKatarina Behrens2014-07-245-19/+21
* remove now unused dialogMarkus Mohrhard2014-07-145-257/+0
* show the property mapping sequences by defaultMarkus Mohrhard2014-07-144-53/+6
* disable 3D OpenGL chartMarkus Mohrhard2014-07-141-1/+1
* extract common codeMarkus Mohrhard2014-07-111-12/+15
* we need to make sure the context is currentMarkus Mohrhard2014-07-101-0/+1
* chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2014-07-072-4/+27
* don't forget glewInitMarkus Mohrhard2014-07-052-0/+5
* fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna2014-07-041-1/+2
* Make OpenGL 2D rendering working again.Markus Mohrhard2014-07-045-78/+23
* More fine-grained check of data series labels in the unit test.Kohei Yoshida2014-07-031-8/+22
* bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2014-07-032-58/+150
* fdo#79151: No need to offset column index by category labels.Kohei Yoshida2014-06-301-4/+0
* Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida2014-06-302-4/+3
* XY chart needs to set the X value property, fdo#79144Markus Mohrhard2014-06-231-0/+1
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-2316-92/+84
* don't try to set property mapping if there is no valueMarkus Mohrhard2014-06-235-14/+28
* fdo#80295 - Mismatched icons in Chart Data Table dialogJoren De Cuyper2014-06-231-5/+5
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-2219-44/+67
* fdo#79028: ungroup widgets and Show() them correctlyKatarina Behrens2014-06-212-9/+18
* Allow building with more recent glm versionsTomáš Chvátal2014-06-172-9/+9
* fdo#77506: Enable this check.Kohei Yoshida2014-06-122-3/+0
* fdo#77506: (finally) write a unit test for this.Kohei Yoshida2014-06-124-30/+84
* Remove this.Kohei Yoshida2014-06-121-3/+0
* New unit test for Draw document with chart. Disabled due to weird crash.Kohei Yoshida2014-06-124-2/+93
* Consistent naming please.Kohei Yoshida2014-06-101-9/+9
* fdo#79676: Write unit test for this.Kohei Yoshida2014-06-104-3/+887
* fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2014-06-103-6/+20
* Lsan: fix memory leaksMarkus Mohrhard2014-06-071-0/+2
* remove unused variableMarkus Mohrhard2014-06-071-1/+0
* Lsan: fix memory leaksMarkus Mohrhard2014-06-071-0/+17
* Lsan: fix invalid memory accessMarkus Mohrhard2014-06-072-2/+14
* fdo#78860: Swap the logic here: Disable -> Enable.Kohei Yoshida2014-06-061-5/+5
* Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet2014-06-021-1/+1
* chart2: Fix using the last shapeMaxim Monastirsky2014-05-292-0/+9
* -Werror,-Wunused-variableStephan Bergmann2014-05-211-1/+0
* remove second part of the debug outputMarkus Mohrhard2014-05-211-1/+0
* remove debug outputMarkus Mohrhard2014-05-211-1/+0
* improve the text rendering a little bit moreMarkus Mohrhard2014-05-211-2/+6
* improve the text rendering a bitMarkus Mohrhard2014-05-212-4/+5
* we need to set text size in woorld coordinatesMarkus Mohrhard2014-05-211-6/+15
* fix my issues with the offscreen renderingMarkus Mohrhard2014-05-213-7/+10
* forgot to release the OpenGL resourcesMarkus Mohrhard2014-05-211-0/+4
* use FBO for the pickingMarkus Mohrhard2014-05-213-2/+28
* set the color for the pickingMarkus Mohrhard2014-05-213-12/+32
* remove unnecessary whitespacesMarkus Mohrhard2014-05-211-2/+0
* avoid division by zero that happens to me in some casesMarkus Mohrhard2014-05-211-1/+1