summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* fix ambiguitiesCaolán McNamara2014-02-041-1/+1
* warning C4305: '+=' : truncation from 'double' to 'float'Stephan Bergmann2014-02-041-1/+1
* convert chart type dialog to .uiCaolán McNamara2014-02-049-73/+90
* 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
* add the remaining symbolsMarkus Mohrhard2014-02-031-6/+31
* 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-034-23/+94
* 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
* uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks2014-02-031-74/+74
* fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks2014-02-031-1/+2
* Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)Tor Lillqvist2014-02-036-9/+40
* 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
* coverity#707670 : Uninitialized scalar fieldNorbert Thiebaud2014-01-311-4/+5
* coverity#707668 : Uninitialized scalar fieldNorbert Thiebaud2014-01-311-10/+11
* add license headers to glsl filesMarkus Mohrhard2014-01-3112-0/+130
* 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
* apparently the OpenGL doc is wrong, we need GLSL 1.20Markus Mohrhard2014-01-312-2/+2
* use fmod and make code simplerMarkus Mohrhard2014-01-311-3/+2
* Added unit test for fdo#72221:Fixed for doughnut chart - RT is invalidPriyankaGaikwad2014-01-312-0/+11
* Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand2014-01-301-0/+1
* Fix various MSVC warnings in new chart2 OpenGL codeStephan Bergmann2014-01-302-10/+2
* coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud2014-01-291-0/+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
* gl_PointCoord is already in GLSL 110Markus Mohrhard2014-01-292-2/+2
* use point sprites for symbol renderingMarkus Mohrhard2014-01-293-564/+39
* add Symbol2D renderingPeilin2014-01-2918-151/+821
* 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
* more work for text renderingMarkus Mohrhard2014-01-294-47/+64
* add more debugging for text renderingMarkus Mohrhard2014-01-291-0/+13