summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-09remove now unused tabpage.hrcThomas Arnhold1-2/+0
2014-08-08java: remove redundant null checksNoel Grandin1-1/+0
2014-08-08java: remove unused importsNoel Grandin1-3/+0
2014-08-08java: remove dead methodsNoel Grandin1-35/+0
2014-08-07Another test for radar chart data label export.Kohei Yoshida2-0/+17
2014-08-07Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida2-0/+17
2014-08-07Fix the test. It's bar3DChart not barChart.Kohei Yoshida1-2/+2
2014-08-07Write test for exporting data labels in area chart for OOXML.Kohei Yoshida2-0/+17
2014-08-07Add test for default data label placement for line chart.Kohei Yoshida3-0/+26
2014-08-07Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida2-0/+17
2014-08-07coverity#1228875 Uninitialized scalar fieldCaolán McNamara1-5/+7
2014-08-07coverity#1219805 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-08-06Scope reduction.Kohei Yoshida1-112/+113
2014-08-07chart2: -Werror,-Wunused-private-fieldMichael Stahl1-1/+0
2014-08-06deleted TP_LAYOUT resourceSzymon Kłos2-31/+0
2014-08-06fix WreorderMarkus Mohrhard3-5/+5