summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-21split helper and fix buildCaolán McNamara1-0/+1
2014-07-20SchLayoutTabPage: that ctor wants a pointerMichael Stahl1-2/+2
2014-07-20fdo#81547, part1: use ctor reading .ui file, not a resourceKatarina Behrens1-1/+1
2014-07-20add SAL_OVERRIDEDavid Tardon1-1/+1
2014-07-20WaE: -Werror=shadow and -Werror=unused-but-set-variableCaolán McNamara1-15/+15
2014-07-20Fix OpenGL chart reinitializingZolnai Tamás7-5/+18
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky8-33/+82
2014-07-19one more simplificationMarkus Mohrhard1-10/+1
2014-07-19use the shared XPath test code in chart2Markus Mohrhard1-92/+28
2014-07-18coverity#1215398 Uninitialized scalar fieldCaolán McNamara1-0/+11
2014-07-17fdo#77319: set spinbox value AFTER adjusting no. of decimal placesKatarina Behrens2-8/+14
2014-07-14error: unused variable 'TIMEOUT'Matúš Kukan1-1/+0