summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Doxygen warnings correctedChris Sherlock1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-04fix ambiguitiesCaolán McNamara1-1/+1
2014-02-04warning C4305: '+=' : truncation from 'double' to 'float'Stephan Bergmann1-1/+1
2014-02-04convert chart type dialog to .uiCaolán McNamara9-73/+90
2014-02-03improve diagram renderingMarkus Mohrhard2-0/+57
2014-02-03no need for typedefs hereMarkus Mohrhard1-6/+6
2014-02-03replace malloc with std::vectorPeilin2-15/+11
2014-02-03add the remaining symbolsMarkus Mohrhard1-6/+31
2014-02-03chart2: resolve merge conflict.Michael Meeks1-11/+10
2014-02-03the msaa checks are only needed on windowsMarkus Mohrhard2-7/+9
2014-02-03working symbol rendering based on point spritesMarkus Mohrhard4-23/+94
2014-02-03remove unnecessary variableMarkus Mohrhard2-3/+1
2014-02-03slideshow.opengl -> chart2.opengl in SAL_WARNMarkus Mohrhard1-1/+1
2014-02-03fix a few OpenGL resource leaksMarkus Mohrhard1-0/+6
2014-02-03small clean up in the direction of Mac supportMarkus Mohrhard1-10/+5
2014-02-03remove unnecessary variables and OpenGL callsMarkus Mohrhard1-100/+0
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks1-74/+74
2014-02-03fdo#74455 - hide direct printing button and replace with new print dialog.Michael Meeks1-1/+2
2014-02-03Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)Tor Lillqvist6-9/+40
2014-02-03Bin silly inline versioning commentsTor Lillqvist2-8/+0
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-6/+7
2014-02-02Revert "use fmod and make code simpler"Markus Mohrhard1-2/+3
2014-01-31coverity#707670 : Uninitialized scalar fieldNorbert Thiebaud1-4/+5
2014-01-31coverity#707668 : Uninitialized scalar fieldNorbert Thiebaud1-10/+11
2014-01-31add license headers to glsl filesMarkus Mohrhard12-0/+130
2014-01-31standardize the z oder handling a bit moreMarkus Mohrhard1-4/+5
2014-01-31better OpenGL debug outputMarkus Mohrhard1-4/+12
2014-01-31extract the Z_STEP value into a defineMarkus Mohrhard1-7/+9
2014-01-31apparently the OpenGL doc is wrong, we need GLSL 1.20Markus Mohrhard2-2/+2
2014-01-31use fmod and make code simplerMarkus Mohrhard1-3/+2
2014-01-31Added unit test for fdo#72221:Fixed for doughnut chart - RT is invalidPriyankaGaikwad2-0/+11
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-0/+1
2014-01-30Fix various MSVC warnings in new chart2 OpenGL codeStephan Bergmann2-10/+2
2014-01-29coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud1-0/+2
2014-01-29Pass Reference<XPropertySet> by const&Stephan Bergmann7-18/+15
2014-01-29-Werror,-Wunused-private-fieldStephan Bergmann4-129/+52
2014-01-29No chartopengl library built for iOS or Android yetTor Lillqvist1-0/+2
2014-01-29Adapt for the DISABLE_DYNLOADING caseTor Lillqvist1-0/+13
2014-01-29gl_PointCoord is already in GLSL 110Markus Mohrhard2-2/+2
2014-01-29use point sprites for symbol renderingMarkus Mohrhard3-564/+39
2014-01-29add Symbol2D renderingPeilin18-151/+821
2014-01-29enable transparency againMarkus Mohrhard2-4/+1
2014-01-29improve pie segment renderingMarkus Mohrhard2-1/+3
2014-01-29remove unused variableMarkus Mohrhard1-1/+0
2014-01-29use a direct method for pie segment crastionMarkus Mohrhard3-196/+45
2014-01-29piesegment2d gl rendering && mov coords operation to dummy shapePeilin4-1/+278
2014-01-29fix some warningsMarkus Mohrhard3-13/+5
2014-01-29more work in the direction of correct text renderingMarkus Mohrhard3-19/+67
2014-01-29remove unused structMarkus Mohrhard1-6/+0