summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
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
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
2014-08-15fix OSX check for GL_EXT_texture_arrayMarkus Mohrhard
2014-08-14Use struct to group together parameters to reduce number of method args.Kohei Yoshida
2014-08-14Extract code block into its own method.Kohei Yoshida
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold
2014-08-13update_pchThomas Arnhold
2014-08-13'>>' should be '> >' within a nested template argument listTor Lillqvist
2014-08-13use references where possibleMarkus Mohrhard
2014-08-13consistent variable namingMarkus Mohrhard
2014-08-13fix warningsMarkus Mohrhard
2014-08-13modify screen text color to blueweigao
2014-08-13add scroll screen textweigao
2014-08-13add click and history screen textweigao
2014-08-13add data update text renderingweigao
2014-08-13add function of adding screen text shapeweigao
2014-08-13add render fps renderingweigao
2014-08-13add position control to screen textweigao
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin