summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-06bnc#886540: Let's not push the available area down when no titles are there.Kohei Yoshida1-31/+1
2014-08-04hate that stupid auto_ptr deprecation warningMichael Stahl1-0/+2
2014-08-01fdo#75380: Let's not always set the line style to NONE here.Kohei Yoshida1-1/+0
2014-07-30bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida1-1/+34
2014-07-30bnc#885825: Support borders around data labels.Kohei Yoshida9-18/+823
2014-07-24fdo#81547: prevent crash by reading relevant .ui fileKatarina Behrens4-6/+7
2014-07-14remove now unused dialogMarkus Mohrhard2-119/+0
2014-07-14show the property mapping sequences by defaultMarkus Mohrhard3-31/+4
2014-07-14disable 3D OpenGL chartMarkus Mohrhard1-1/+1
2014-07-11extract common codeMarkus Mohrhard1-12/+15
2014-07-10we need to make sure the context is currentMarkus Mohrhard1-0/+1
2014-07-07chart2: add some locking to chart::ChartType UNO serviceMichael Stahl2-4/+27
2014-07-05don't forget glewInitMarkus Mohrhard2-0/+5
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-1/+2
2014-07-04Make OpenGL 2D rendering working again.Markus Mohrhard5-78/+23
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida2-58/+150
2014-06-30fdo#79151: No need to offset column index by category labels.Kohei Yoshida1-4/+0
2014-06-30Flush modified data to the model when pressing OK in the data table dialog.Kohei Yoshida2-4/+3
2014-06-23XY chart needs to set the X value property, fdo#79144Markus Mohrhard1-0/+1
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida16-92/+84
2014-06-23don't try to set property mapping if there is no valueMarkus Mohrhard5-14/+28
2014-06-22Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida18-44/+65
2014-06-21fdo#79028: ungroup widgets and Show() them correctlyKatarina Behrens2-9/+18
2014-06-17Allow building with more recent glm versionsTomáš Chvátal2-9/+9
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida2-6/+16
2014-06-07Lsan: fix memory leaksMarkus Mohrhard1-0/+2
2014-06-07remove unused variableMarkus Mohrhard1-1/+0
2014-06-07Lsan: fix memory leaksMarkus Mohrhard1-0/+17
2014-06-07Lsan: fix invalid memory accessMarkus Mohrhard2-2/+14
2014-06-06fdo#78860: Swap the logic here: Disable -> Enable.Kohei Yoshida1-5/+5
2014-05-29chart2: Fix using the last shapeMaxim Monastirsky2-0/+9
2014-05-21-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-05-21remove second part of the debug outputMarkus Mohrhard1-1/+0
2014-05-21remove debug outputMarkus Mohrhard1-1/+0
2014-05-21improve the text rendering a little bit moreMarkus Mohrhard1-2/+6
2014-05-21improve the text rendering a bitMarkus Mohrhard2-4/+5
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard1-6/+15
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard3-7/+10
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard1-0/+4
2014-05-21use FBO for the pickingMarkus Mohrhard3-2/+28
2014-05-21set the color for the pickingMarkus Mohrhard3-12/+32
2014-05-21remove unnecessary whitespacesMarkus Mohrhard1-2/+0
2014-05-21avoid division by zero that happens to me in some casesMarkus Mohrhard1-1/+1
2014-05-21we need to create the bufferMarkus Mohrhard1-0/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet8-15/+15
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold11-43/+0
2014-05-19add reverse bars codeweigao1-7/+7
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet44-298/+297
2014-05-17prevent access to uninitialized variablesMarkus Mohrhard1-0/+2
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard3-1/+20