summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-4/+2
2014-05-24improve the bar and text positioningMarkus Mohrhard1-10/+10
2014-05-24make sure that OpenGL charts are rendered after importMarkus Mohrhard2-0/+16
2014-05-24modify the camera position to show the whole sceneweigao1-1/+1
2014-05-24the destructor alreadz clears the vectorMarkus Mohrhard1-3/+0
2014-05-24fix the calling of polygon APIweigao1-1/+3
2014-05-24fix the polygon normalweigao1-1/+1
2014-05-24fix polygon renderweigao1-9/+7
2014-05-24adapt code to the text mapping fixMarkus Mohrhard1-6/+7
2014-05-24map strings correctly to 3d objectsMarkus Mohrhard1-7/+7
2014-05-24GetTexBoundRect does not really return teh bounding rectangleMarkus Mohrhard1-1/+2
2014-05-24improve text renderingMarkus Mohrhard1-1/+1
2014-05-24avoid the creation of empty textMarkus Mohrhard1-9/+15
2014-05-23drop unused templateCaolán McNamara1-10/+0
2014-05-23don't enable debug renderingto pngMarkus Mohrhard1-1/+1
2014-05-23coverity#1215398 Uninitialized scalar fieldCaolán McNamara1-5/+23
2014-05-23coverity#1215399 Uninitialized scalar fieldCaolán McNamara1-2/+7
2014-05-23boost::checked_deleter serves the purposeTakeshi Abe1-15/+3
2014-05-23Lsan: fix memory leaksMarkus Mohrhard1-0/+2
2014-05-23remove unused variableMarkus Mohrhard1-1/+0
2014-05-23Lsan: fix memory leaksMarkus Mohrhard1-0/+17
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard2-2/+14
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-11/+9
2014-05-22change the bar size a bitMarkus Mohrhard1-4/+4
2014-05-21-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-05-21remove second part of the debug outputMarkus Mohrhard1-1/+0
2014-05-21remove debug outputMarkus Mohrhard1-1/+0
2014-05-21improve the text rendering a little bit moreMarkus Mohrhard1-2/+6
2014-05-21improve the text rendering a bitMarkus Mohrhard2-4/+5
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard1-6/+15
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard3-7/+10
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard1-0/+4
2014-05-21use FBO for the pickingMarkus Mohrhard3-2/+28
2014-05-21set the color for the pickingMarkus Mohrhard3-12/+32
2014-05-21remove unnecessary whitespacesMarkus Mohrhard1-2/+0
2014-05-21avoid division by zero that happens to me in some casesMarkus Mohrhard1-1/+1
2014-05-21we need to create the bufferMarkus Mohrhard1-0/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet8-15/+15
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal4-0/+40
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold11-43/+0
2014-05-19add reverse bars codeweigao1-7/+7
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet44-298/+297
2014-05-17prevent access to uninitialized variablesMarkus Mohrhard1-0/+2
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard3-1/+20
2014-05-16set the MVP matrix in picking modeMarkus Mohrhard1-6/+12
2014-05-16small hickupMarkus Mohrhard1-2/+2
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold18-37/+37
2014-05-15modify the coordinate system to world coordinate systemweigao2-71/+120
2014-05-15hopefully all places are now correct for the pickingMarkus Mohrhard1-40/+99