summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-29more work for text renderingMarkus Mohrhard4-47/+64
2014-01-29add more debugging for text renderingMarkus Mohrhard1-0/+13
2014-01-29try to use alpha background in text renderingMarkus Mohrhard1-31/+24
2014-01-29we only need one of the BMP header functionsMarkus Mohrhard2-35/+6
2014-01-29no need for a member variable if only used in one methodMarkus Mohrhard2-25/+24
2014-01-29let us be a bit more conservative and deal with floating point correctlyMarkus Mohrhard1-1/+1
2014-01-29no need for the bitmap header, we ignore it anyway in the next stageMarkus Mohrhard1-5/+3
2014-01-29more work on correct rectangle handlingMarkus Mohrhard3-35/+85
2014-01-29fix windowsMarkus Mohrhard1-0/+2
2014-01-29extract ugly function pointer initializationMarkus Mohrhard1-5/+15
2014-01-29make multisampling available on linux if availableMarkus Mohrhard1-135/+51
2014-01-29split the windows and linux intialization bitsMarkus Mohrhard4-172/+170
2014-01-29even the baseline supports glx 1.3Markus Mohrhard1-5/+5
2014-01-29it should be chart2.opengl for the loggingMarkus Mohrhard1-2/+2
2014-01-29we only need one variable for the current colorPeilin2-4/+3
2014-01-29no need for a member variableMarkus Mohrhard2-8/+6
2014-01-29fix z ordering problemsMarkus Mohrhard1-2/+3
2014-01-29finally fix rectangle renderingMarkus Mohrhard2-24/+25
2014-01-29does not need to be a member variableMarkus Mohrhard2-9/+6
2014-01-29first fixes for rectangle renderingMarkus Mohrhard3-5/+22
2014-01-29modify the color property and adjust bitmap pos&sizePeilin2-2/+2