summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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-29Add chart import, percentage number formats, unit test.Matúš Kukan3-0/+77
2014-07-29Remove some unused codeMarcos Paulo de Souza2-12/+0
2014-07-26bnc#885825: Write test for this.Kohei Yoshida2-0/+103
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 Yoshida11-32/+842
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
2014-07-23fix one more deadlockMarkus Mohrhard1-1/+2
2014-07-23avoid deadlocks in BENCHMARK_MODEMarkus Mohrhard1-0/+19
2014-07-23avoid deadlock in 3D chartsMarkus Mohrhard1-1/+1
2014-07-23modify the light to make the sence looks betterweigao2-7/+14
2014-07-23add benchmark render threadweigao2-1/+80
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard8-96/+47
2014-07-23Revert "Fix OpenGL chart reinitializing"Markus Mohrhard7-18/+5
2014-07-23Annotate.Kohei Yoshida1-0/+2
2014-07-23Add documentation.Kohei Yoshida1-0/+16
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-3/+3
2014-07-23drop DLG_CHART_WIZARD via .resCaolán McNamara6-71/+8
2014-07-22Simplify.Kohei Yoshida1-3/+2
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens4-18/+20
2014-07-22com::sun::star -> css.Kohei Yoshida2-57/+83
2014-07-22Remove "this->". Pointless.Kohei Yoshida7-22/+21
2014-07-22Wrong indent.Kohei Yoshida1-1/+1
2014-07-22callcatcher: update unused codeCaolán McNamara2-6/+0
2014-07-22printf crept in.Kohei Yoshida1-1/+0
2014-07-22boost::checked_deleter will do.Kohei Yoshida8-17/+15
2014-07-21Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida25-126/+112
2014-07-21LongAndWordyVariableNameReallyGetsToMyNerveReallyAndEvenMisspelled.Kohei Yoshida2-3/+4
2014-07-21scoped_ptr will do just fine here.Kohei Yoshida1-6/+6
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida6-54/+36
2014-07-21Remove auto_ptr from CharacterPropertyItemConverter.Kohei Yoshida14-300/+164
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida7-24/+28
2014-07-21Scope reduction by throwing early.Kohei Yoshida1-26/+23