summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-08-27pass by const referenceMarkus Mohrhard2-4/+8
2014-08-27don't call getenv repeatedlyMarkus Mohrhard1-2/+2
2014-08-27correct the variable nameweigao2-3/+3
2014-08-27showing bar info until fly backweigao2-23/+35
2014-08-27modify history data styleweigao2-12/+40
2014-08-27modify data update fps to data update rateweigao1-2/+2
2014-08-27modify data update color to cyanweigao1-1/+1
2014-08-27add screen text color set interfaceweigao6-15/+21
2014-08-27place date update fps below render fpsweigao1-1/+1
2014-08-27reduce render fps and data update fps to halfweigao1-3/+3
2014-08-27use environment value to control benchmark modeweigao2-16/+22
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-20loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-08-20add screen text to auto flyweigao1-8/+8
2014-08-20add auto fly codeweigao2-6/+95
2014-08-19Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+5
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-7/+7
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-17/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann1-10/+10
2014-08-18Annotate code & remove unnecessary scope.Kohei Yoshida1-7/+9
2014-08-18Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.Kohei Yoshida1-2/+2
2014-08-18Using empty() makes it clearer.Kohei Yoshida1-1/+2
2014-08-18TODO items from the old maintainers. No longer relevant.Kohei Yoshida1-12/+0
2014-08-17remove executable bitsThomas Arnhold11-0/+0
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-3/+3
2014-08-16Delete commented-out declaration of function membersMatteo Casalin1-4/+0
2014-08-16cppcheck: Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara1-1/+0
2014-08-15fix OSX check for GL_EXT_texture_arrayMarkus Mohrhard1-0/+2
2014-08-14Use struct to group together parameters to reduce number of method args.Kohei Yoshida2-72/+81
2014-08-14Extract code block into its own method.Kohei Yoshida2-59/+81
2014-08-14java: remove commented out codeNoel Grandin1-8/+0
2014-08-13warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold1-1/+1
2014-08-13update_pchThomas Arnhold3-0/+5
2014-08-13'>>' should be '> >' within a nested template argument listTor Lillqvist1-1/+1
2014-08-13use references where possibleMarkus Mohrhard2-11/+11
2014-08-13consistent variable namingMarkus Mohrhard1-103/+103
2014-08-13fix warningsMarkus Mohrhard2-5/+3
2014-08-13modify screen text color to blueweigao3-1/+7
2014-08-13add scroll screen textweigao4-9/+179
2014-08-13add click and history screen textweigao3-8/+55
2014-08-13add data update text renderingweigao2-13/+46
2014-08-13add function of adding screen text shapeweigao2-5/+11
2014-08-13add render fps renderingweigao4-52/+92
2014-08-13add position control to screen textweigao5-18/+49
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+2
2014-08-09directly include ResourceIds.hrc headerThomas Arnhold11-36/+10