summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-07-29Remove some unused codeMarcos Paulo de Souza
2014-07-26bnc#885825: Write test for this.Kohei Yoshida
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida
2014-07-25WaE: private field 'mnSteps' is not usedTor Lillqvist
2014-07-25loplugin:unreffun Unreferenced function definitionCaolán McNamara
2014-07-25possible problem with 2D vs 3D rendererMarkus Mohrhard
2014-07-25fix indentationMarkus Mohrhard
2014-07-24chart2: [loplugin:literaltoboolconversion]Michael Stahl
2014-07-24fix animation for GL3D chartMarkus Mohrhard
2014-07-24avoid showing the picking frame for too longMarkus Mohrhard
2014-07-24we don't need blocking user input anymore with the threaded renderingMarkus Mohrhard
2014-07-24that join was not necessaryMarkus Mohrhard
2014-07-24prevent that deadlock by only rpotecting shared resourcesMarkus Mohrhard
2014-07-24taking the mutex before calling update is a deadlock as wellMarkus Mohrhard
2014-07-23by default we want the non-benchmark modeMarkus Mohrhard
2014-07-23that mutex is not necessaryMarkus Mohrhard
2014-07-23fix one more deadlockMarkus Mohrhard
2014-07-23avoid deadlocks in BENCHMARK_MODEMarkus Mohrhard
2014-07-23avoid deadlock in 3D chartsMarkus Mohrhard
2014-07-23modify the light to make the sence looks betterweigao
2014-07-23add benchmark render threadweigao
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard
2014-07-23Revert "Fix OpenGL chart reinitializing"Markus Mohrhard
2014-07-23Annotate.Kohei Yoshida
2014-07-23Add documentation.Kohei Yoshida
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-23drop DLG_CHART_WIZARD via .resCaolán McNamara
2014-07-22Simplify.Kohei Yoshida
2014-07-22fdo#81547, part2: show only relevant widgets in layout tabpageKatarina Behrens
2014-07-22com::sun::star -> css.Kohei Yoshida
2014-07-22Remove "this->". Pointless.Kohei Yoshida
2014-07-22Wrong indent.Kohei Yoshida
2014-07-22callcatcher: update unused codeCaolán McNamara
2014-07-22printf crept in.Kohei Yoshida
2014-07-22boost::checked_deleter will do.Kohei Yoshida
2014-07-21Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida
2014-07-21LongAndWordyVariableNameReallyGetsToMyNerveReallyAndEvenMisspelled.Kohei Yoshida
2014-07-21scoped_ptr will do just fine here.Kohei Yoshida
2014-07-21More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida
2014-07-21Remove auto_ptr from CharacterPropertyItemConverter.Kohei Yoshida
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida
2014-07-21Scope reduction by throwing early.Kohei Yoshida
2014-07-21split helper and fix buildCaolán McNamara
2014-07-20SchLayoutTabPage: that ctor wants a pointerMichael Stahl
2014-07-20fdo#81547, part1: use ctor reading .ui file, not a resourceKatarina Behrens
2014-07-20add SAL_OVERRIDEDavid Tardon
2014-07-20WaE: -Werror=shadow and -Werror=unused-but-set-variableCaolán McNamara
2014-07-20Fix OpenGL chart reinitializingZolnai Tamás
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky