summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann2014-08-181-10/+10
* Annotate code & remove unnecessary scope.Kohei Yoshida2014-08-181-7/+9
* Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.Kohei Yoshida2014-08-181-2/+2
* Using empty() makes it clearer.Kohei Yoshida2014-08-181-1/+2
* TODO items from the old maintainers. No longer relevant.Kohei Yoshida2014-08-181-12/+0
* remove executable bitsThomas Arnhold2014-08-1711-0/+0
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-162-3/+3
* Delete commented-out declaration of function membersMatteo Casalin2014-08-161-4/+0
* cppcheck: Prefer prefix ++/-- operatorsJulien Nabet2014-08-161-1/+1
* drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara2014-08-151-1/+0
* fix OSX check for GL_EXT_texture_arrayMarkus Mohrhard2014-08-151-0/+2
* Use struct to group together parameters to reduce number of method args.Kohei Yoshida2014-08-142-72/+81
* Extract code block into its own method.Kohei Yoshida2014-08-142-59/+81
* java: remove commented out codeNoel Grandin2014-08-141-8/+0
* warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...Thomas Arnhold2014-08-131-1/+1
* update_pchThomas Arnhold2014-08-133-0/+5
* '>>' should be '> >' within a nested template argument listTor Lillqvist2014-08-131-1/+1
* use references where possibleMarkus Mohrhard2014-08-132-11/+11
* consistent variable namingMarkus Mohrhard2014-08-131-103/+103
* fix warningsMarkus Mohrhard2014-08-132-5/+3
* modify screen text color to blueweigao2014-08-133-1/+7
* add scroll screen textweigao2014-08-134-9/+179
* add click and history screen textweigao2014-08-133-8/+55
* add data update text renderingweigao2014-08-132-13/+46
* add function of adding screen text shapeweigao2014-08-132-5/+11
* add render fps renderingweigao2014-08-134-52/+92
* add position control to screen textweigao2014-08-135-18/+49
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* directly include ResourceIds.hrc headerThomas Arnhold2014-08-0911-36/+10
* remove now unused tabpage.hrcThomas Arnhold2014-08-091-2/+0
* java: remove redundant null checksNoel Grandin2014-08-081-1/+0
* java: remove unused importsNoel Grandin2014-08-081-3/+0
* java: remove dead methodsNoel Grandin2014-08-081-35/+0
* Another test for radar chart data label export.Kohei Yoshida2014-08-072-0/+17
* Write test for exporting data label positions for percent stack bar chart.Kohei Yoshida2014-08-072-0/+17
* Fix the test. It's bar3DChart not barChart.Kohei Yoshida2014-08-071-2/+2
* Write test for exporting data labels in area chart for OOXML.Kohei Yoshida2014-08-072-0/+17
* Add test for default data label placement for line chart.Kohei Yoshida2014-08-073-0/+26
* Write test for doughnut chart export of data labels to OOXML.Kohei Yoshida2014-08-072-0/+17
* coverity#1228875 Uninitialized scalar fieldCaolán McNamara2014-08-071-5/+7
* coverity#1219805 Uninitialized scalar fieldCaolán McNamara2014-08-071-0/+1
* Scope reduction.Kohei Yoshida2014-08-061-112/+113
* chart2: -Werror,-Wunused-private-fieldMichael Stahl2014-08-071-1/+0
* deleted TP_LAYOUT resourceSzymon Kłos2014-08-062-31/+0
* fix WreorderMarkus Mohrhard2014-08-063-5/+5
* remove test code of screen textweigao2014-08-062-12/+1
* add click fly back codeweigao2014-08-061-6/+33
* make GL 3.0 support bars scrollweigao2014-08-064-2/+24
* make pick shader work when bars scrollweigao2014-08-064-8/+36
* add scroll matrix and bars can scrollweigao2014-08-062-0/+25