summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-08-29replace sleep with two condition variablesMarkus Mohrhard
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás
2014-08-29mpRenderer->init() needs a contextZolnai Tamás
2014-08-29Oops, static was forgotten.Zolnai Tamás
2014-08-29Store env variable in a static variable insteadZolnai Tamás
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás
2014-08-29Stop flickering in rendering of charts in WriterZolnai Tamás
2014-08-29Fix regression in rendering of GL3DBarChartZolnai Tamás
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás
2014-08-29Fix OpenGL chart reinitialiationZolnai Tamás
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky
2014-08-28EE_PARA_WRITINGDIR should presumably use an SvxFrameDirectionItemStephan Bergmann
2014-08-27pass by const referenceMarkus Mohrhard
2014-08-27don't call getenv repeatedlyMarkus Mohrhard
2014-08-27correct the variable nameweigao
2014-08-27showing bar info until fly backweigao
2014-08-27modify history data styleweigao
2014-08-27modify data update fps to data update rateweigao
2014-08-27modify data update color to cyanweigao
2014-08-27add screen text color set interfaceweigao
2014-08-27place date update fps below render fpsweigao
2014-08-27reduce render fps and data update fps to halfweigao
2014-08-27use environment value to control benchmark modeweigao
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-20loplugin:literaltoboolconversionStephan Bergmann
2014-08-20add screen text to auto flyweigao
2014-08-20add auto fly codeweigao
2014-08-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann
2014-08-18Annotate code & remove unnecessary scope.Kohei Yoshida
2014-08-18Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.Kohei Yoshida
2014-08-18Using empty() makes it clearer.Kohei Yoshida
2014-08-18TODO items from the old maintainers. No longer relevant.Kohei Yoshida
2014-08-17remove executable bitsThomas Arnhold
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Delete commented-out declaration of function membersMatteo Casalin
2014-08-16cppcheck: Prefer prefix ++/-- operatorsJulien Nabet