summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-08-08java: remove unused importsNoel Grandin1-3/+0
2014-08-08java: remove dead methodsNoel Grandin1-35/+0
2014-08-07Another test for radar chart data label export.Kohei Yoshida2-0/+17
2014-08-07Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida2-0/+17
2014-08-07Fix the test. It's bar3DChart not barChart.Kohei Yoshida1-2/+2
2014-08-07Write test for exporting data labels in area chart for OOXML.Kohei Yoshida2-0/+17
2014-08-07Add test for default data label placement for line chart.Kohei Yoshida3-0/+26
2014-08-07Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida2-0/+17
2014-08-07coverity#1228875 Uninitialized scalar fieldCaolán McNamara1-5/+7
2014-08-07coverity#1219805 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-08-06Scope reduction.Kohei Yoshida1-112/+113
2014-08-07chart2: -Werror,-Wunused-private-fieldMichael Stahl1-1/+0
2014-08-06deleted TP_LAYOUT resourceSzymon Kłos2-31/+0
2014-08-06fix WreorderMarkus Mohrhard3-5/+5
2014-08-06remove test code of screen textweigao2-12/+1
2014-08-06add click fly back codeweigao1-6/+33
2014-08-06make GL 3.0 support bars scrollweigao4-2/+24
2014-08-06make pick shader work when bars scrollweigao4-8/+36
2014-08-06add scroll matrix and bars can scrollweigao2-0/+25
2014-08-06add scene limit code for scroll modeweigao1-2/+4
2014-08-06add scene edge functionweigao3-1/+15
2014-08-06add functions of setting the speed and distance of barsweigao3-0/+21
2014-08-06add codes to compile the scroll shadersweigao5-4/+43
2014-08-06add bars scroll shadersweigao3-2/+152
2014-08-06add high light bar code for clickweigao3-0/+70
2014-08-06pick bar path should use the IDs in pick resourceweigao1-7/+7
2014-08-06test patch of creating bitmap in render threadweigao3-2/+68
2014-08-06texture should be released in render threadweigao3-4/+12
2014-08-06fix the light power in 3.0 versionweigao1-2/+1
2014-08-06add drag animation for benchmarkweigao1-2/+0
2014-08-06add click event animation for benchmarkweigao1-1/+2
2014-08-06Remove the 2nd argument which was added unintentionally.Kohei Yoshida1-1/+1
2014-08-06update the reference filesMarkus Mohrhard2-870/+872
2014-08-06Revert "Revert "bnc#886540: Let's not push the available area down when no ti...Markus Mohrhard1-31/+1
2014-08-06Revert "bnc#886540: Let's not push the available area down when no titles are...Stephan Bergmann1-1/+31
2014-08-05bnc#886540: Let's not push the available area down when no titles are there.Kohei Yoshida1-31/+1
2014-08-05This was my debug code and is no longer relevant. Let's remove this.Kohei Yoshida1-29/+0
2014-08-05Add test to ensure that we don't export label position attributes.Kohei Yoshida2-0/+18
2014-08-05java: remove commented out codeNoel Grandin1-32/+0
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-3/+3
2014-08-04bnc#886540: Add test cases for chart background fill variance.Kohei Yoshida4-1/+39
2014-08-04prevent memory leakMarkus Mohrhard1-4/+16
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin1-2/+2
2014-08-03cosmetic clean-upMarkus Mohrhard1-8/+8
2014-07-31fdo#75380: Let's not always set the line style to NONE here.Kohei Yoshida1-1/+0
2014-07-31-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-07-30fix spelling errorMarkus Mohrhard2-9/+9
2014-07-30add scroll animation for benchmarkweigao1-0/+14
2014-07-30add drag animation for benchmarkweigao1-8/+20
2014-07-30add click event animation for benchmarkweigao2-43/+175