summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2014-05-23don't enable debug renderingto pngMarkus Mohrhard
2014-05-23coverity#1215398 Uninitialized scalar fieldCaolán McNamara
2014-05-23coverity#1215399 Uninitialized scalar fieldCaolán McNamara
2014-05-23boost::checked_deleter serves the purposeTakeshi Abe
2014-05-23Lsan: fix memory leaksMarkus Mohrhard
2014-05-23remove unused variableMarkus Mohrhard
2014-05-23Lsan: fix memory leaksMarkus Mohrhard
2014-05-23Lsan: fix invalid memory accessMarkus Mohrhard
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-22change the bar size a bitMarkus Mohrhard
2014-05-21-Werror,-Wunused-variableStephan Bergmann
2014-05-21remove second part of the debug outputMarkus Mohrhard
2014-05-21remove debug outputMarkus Mohrhard
2014-05-21improve the text rendering a little bit moreMarkus Mohrhard
2014-05-21improve the text rendering a bitMarkus Mohrhard
2014-05-21we need to set text size in woorld coordinatesMarkus Mohrhard
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard
2014-05-21forgot to release the OpenGL resourcesMarkus Mohrhard
2014-05-21use FBO for the pickingMarkus Mohrhard
2014-05-21set the color for the pickingMarkus Mohrhard
2014-05-21remove unnecessary whitespacesMarkus Mohrhard
2014-05-21avoid division by zero that happens to me in some casesMarkus Mohrhard
2014-05-21we need to create the bufferMarkus Mohrhard
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20fdo#78290 : The File gets corrupted when saved in LOBisal Singh Nayal
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19add reverse bars codeweigao
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
2014-05-17prevent access to uninitialized variablesMarkus Mohrhard
2014-05-16support property mapping in new 3D chartsMarkus Mohrhard
2014-05-16set the MVP matrix in picking modeMarkus Mohrhard
2014-05-16small hickupMarkus Mohrhard
2014-05-15-Werror,-Wunused-private-fieldStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-15modify the coordinate system to world coordinate systemweigao
2014-05-15hopefully all places are now correct for the pickingMarkus Mohrhard
2014-05-15no reason that this is a member variableMarkus Mohrhard
2014-05-15one more step to picking based renderingMarkus Mohrhard
2014-05-15don"t execute code in a loopMarkus Mohrhard
2014-05-15implement new struct and shaders for pickingMarkus Mohrhard
2014-05-15try a better ideaMarkus Mohrhard
2014-05-15remove some misleading commentsMarkus Mohrhard
2014-05-15these resources should be GLintsMarkus Mohrhard
2014-05-15introduce picking mode in 3D codeMarkus Mohrhard
2014-05-15coverity#1213254 Out-of-bounds readCaolán McNamara
2014-05-15no matching function for call to 'scale(const float&, const float&, int)'Miklos Vajna
2014-05-15change transformation matrixMarkus Mohrhard
2014-05-14Try to zoom into a bar when clicked. For now we hardcode the object ID of 1.Kohei Yoshida
2014-05-14loplugin:passstringbyrefStephan Bergmann
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin