summaryrefslogtreecommitdiffstats
path: root/chart2/source/view
Commit message (Expand)AuthorAgeFilesLines
* first step into positioning fixes for legendsMarkus Mohrhard2014-02-101-2/+8
* coverity#1169824 Explicit null dereferencedCaolán McNamara2014-02-091-16/+13
* coverity#1169832 Using invalid iteratorCaolán McNamara2014-02-091-6/+7
* coverity#1169877 Uninitialized pointer fieldCaolán McNamara2014-02-092-14/+48
* add a few more debug statementsMarkus Mohrhard2014-02-091-1/+12
* Typo: prefere -> preferJulien Nabet2014-02-091-1/+1
* coverity#737047 Uncaught exceptionCaolán McNamara2014-02-081-1/+1
* coverity#1169880 Uninitialized pointer fieldCaolán McNamara2014-02-082-1/+19
* coverity#737046 Uncaught exceptionCaolán McNamara2014-02-071-1/+1
* first step in supporting XShapeDumper for the DummyShapesMarkus Mohrhard2014-02-071-0/+7
* typo fixes in commentsAndras Timar2014-02-063-6/+6
* improve color handling and alpha channel handlingMarkus Mohrhard2014-02-063-53/+59
* small clean-upMarkus Mohrhard2014-02-061-4/+2
* get z order correct in a few more placesMarkus Mohrhard2014-02-061-0/+4
* make bar charts workingMarkus Mohrhard2014-02-061-0/+32
* warning C4305: '+=' : truncation from 'double' to 'float'Stephan Bergmann2014-02-041-1/+1
* improve diagram renderingMarkus Mohrhard2014-02-032-0/+57
* no need for typedefs hereMarkus Mohrhard2014-02-031-6/+6
* replace malloc with std::vectorPeilin2014-02-032-15/+11
* chart2: resolve merge conflict.Michael Meeks2014-02-031-11/+10
* the msaa checks are only needed on windowsMarkus Mohrhard2014-02-032-7/+9
* working symbol rendering based on point spritesMarkus Mohrhard2014-02-032-17/+36
* remove unnecessary variableMarkus Mohrhard2014-02-032-3/+1
* slideshow.opengl -> chart2.opengl in SAL_WARNMarkus Mohrhard2014-02-031-1/+1
* fix a few OpenGL resource leaksMarkus Mohrhard2014-02-031-0/+6
* small clean up in the direction of Mac supportMarkus Mohrhard2014-02-031-10/+5
* remove unnecessary variables and OpenGL callsMarkus Mohrhard2014-02-031-100/+0
* Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)Tor Lillqvist2014-02-034-8/+35
* Bin silly inline versioning commentsTor Lillqvist2014-02-032-8/+0
* xub_StrLen and tools/string.hxx final strawNorbert Thiebaud2014-02-031-6/+7
* Revert "use fmod and make code simpler"Markus Mohrhard2014-02-021-2/+3
* standardize the z oder handling a bit moreMarkus Mohrhard2014-01-311-4/+5
* better OpenGL debug outputMarkus Mohrhard2014-01-311-4/+12
* extract the Z_STEP value into a defineMarkus Mohrhard2014-01-311-7/+9
* use fmod and make code simplerMarkus Mohrhard2014-01-311-3/+2
* Fix various MSVC warnings in new chart2 OpenGL codeStephan Bergmann2014-01-302-10/+2
* Pass Reference<XPropertySet> by const&Stephan Bergmann2014-01-297-18/+15
* -Werror,-Wunused-private-fieldStephan Bergmann2014-01-294-129/+52
* No chartopengl library built for iOS or Android yetTor Lillqvist2014-01-291-0/+2
* Adapt for the DISABLE_DYNLOADING caseTor Lillqvist2014-01-291-0/+13
* use point sprites for symbol renderingMarkus Mohrhard2014-01-293-564/+39
* add Symbol2D renderingPeilin2014-01-294-151/+687
* enable transparency againMarkus Mohrhard2014-01-292-4/+1
* improve pie segment renderingMarkus Mohrhard2014-01-292-1/+3
* remove unused variableMarkus Mohrhard2014-01-291-1/+0
* use a direct method for pie segment crastionMarkus Mohrhard2014-01-293-196/+45
* piesegment2d gl rendering && mov coords operation to dummy shapePeilin2014-01-294-1/+278
* fix some warningsMarkus Mohrhard2014-01-293-13/+5
* more work in the direction of correct text renderingMarkus Mohrhard2014-01-293-19/+67
* remove unused structMarkus Mohrhard2014-01-291-6/+0