summaryrefslogtreecommitdiffstats
path: root/chart2/source
Commit message (Expand)AuthorAgeFilesLines
* bnc#886540: Let's not push the available area down when no titles are there.Kohei Yoshida2014-08-061-31/+1
* hate that stupid auto_ptr deprecation warningMichael Stahl2014-08-041-0/+2
* 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-309-18/+823
* fdo#81547: prevent crash by reading relevant .ui fileKatarina Behrens2014-07-244-6/+7
* remove now unused dialogMarkus Mohrhard2014-07-142-119/+0
* show the property mapping sequences by defaultMarkus Mohrhard2014-07-143-31/+4
* 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
* 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
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-2218-44/+65
* 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#79676: Initialize with a default chart only from the UI.Kohei Yoshida2014-06-102-6/+16
* 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
* 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
* we need to create the bufferMarkus Mohrhard2014-05-211-0/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-208-15/+15
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-1911-43/+0
* add reverse bars codeweigao2014-05-191-7/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet2014-05-1844-298/+297
* prevent access to uninitialized variablesMarkus Mohrhard2014-05-171-0/+2
* support property mapping in new 3D chartsMarkus Mohrhard2014-05-163-1/+20