summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)AuthorFilesLines
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łos1-30/+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 scrollweigao2-0/+14
2014-08-06make pick shader work when bars scrollweigao2-6/+26
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 shadersweigao4-4/+41
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-06add drag animation for benchmarkweigao1-2/+0
2014-08-06add click event animation for benchmarkweigao1-1/+2
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-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-3/+3
2014-08-04prevent memory leakMarkus Mohrhard1-4/+16
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
2014-07-29Remove some unused codeMarcos Paulo de Souza2-12/+0
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida1-1/+34
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida9-32/+834
2014-07-25WaE: private field 'mnSteps' is not usedTor Lillqvist1-1/+0
2014-07-25loplugin:unreffun Unreferenced function definitionCaolán McNamara1-8/+0
2014-07-25possible problem with 2D vs 3D rendererMarkus Mohrhard1-1/+2
2014-07-25fix indentationMarkus Mohrhard1-1/+1
2014-07-24chart2: [loplugin:literaltoboolconversion]Michael Stahl1-1/+1
2014-07-24fix animation for GL3D chartMarkus Mohrhard1-2/+2
2014-07-24avoid showing the picking frame for too longMarkus Mohrhard1-0/+2
2014-07-24we don't need blocking user input anymore with the threaded renderingMarkus Mohrhard2-11/+0
2014-07-24that join was not necessaryMarkus Mohrhard1-4/+0
2014-07-24prevent that deadlock by only rpotecting shared resourcesMarkus Mohrhard1-4/+7
2014-07-24taking the mutex before calling update is a deadlock as wellMarkus Mohrhard1-1/+0
2014-07-23by default we want the non-benchmark modeMarkus Mohrhard1-1/+1
2014-07-23that mutex is not necessaryMarkus Mohrhard1-1/+2