summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann27-103/+103
2014-06-10coverity#1158096 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-06-10coverity#1158100 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158114 Unchecked dynamic_castCaolán McNamara1-3/+3
2014-06-10coverity#1158115 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158117 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158118 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158119 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158120 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1158151 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-06-10coverity#1169822 Unchecked dynamic_castCaolán McNamara1-4/+3
2014-06-10coverity#1169823 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-06-10coverity#1169830 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-06-10coverity#1169831 Unchecked dynamic_castCaolán McNamara1-3/+2
2014-06-10coverity#1169829 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-06-10add global scale matrixweigao2-5/+16
2014-06-10fdo#79676: Write unit test for this.Kohei Yoshida4-3/+887
2014-06-10fdo#79676: Initialize with a default chart only from the UI.Kohei Yoshida3-6/+20
2014-06-10chart2: MSVC does not like override on destructorMichael Stahl1-1/+1
2014-06-10coverity#1213562 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-06-10coverity#706262 Uncaught exceptionCaolán McNamara1-1/+6
2014-06-10avoid access to ChartView after having been deletedMarkus Mohrhard1-0/+8
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin32-232/+47
2014-06-07remove unnecessary and unused chart debug functionalityMarkus Mohrhard5-141/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold2-4/+4
2014-06-06fdo#78860: Swap the logic here: Disable -> Enable.Kohei Yoshida1-5/+5
2014-06-04DeInitVCL at end of testsStephan Bergmann3-0/+3
2014-06-04WaE: warning C4305: 'argument' : truncation from 'double' to 'GLfloat'Thomas Arnhold1-2/+2
2014-06-04fix refresh problem with 2D OpenGL chart and OpenGLWindowMarkus Mohrhard2-0/+46
2014-06-02coverity#1219805 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet1-1/+1
2014-06-01extract the rendering code in ChartViewMarkus Mohrhard2-7/+15
2014-06-01make the OpenglShapeFactory work with the new OpenGLWindow implMarkus Mohrhard5-12/+10
2014-06-01remove the framebuffer renderingMarkus Mohrhard3-157/+0
2014-06-01move to OpenGLWindow step oneMarkus Mohrhard9-122/+56
2014-06-01no need for that includeMarkus Mohrhard1-1/+0
2014-06-01we don't support the simple backgriund anymoreMarkus Mohrhard1-24/+14
2014-05-30pass more parameters by const referenceMarkus Mohrhard2-22/+20
2014-05-30fdo#68849: Add header guards to all include filesJens Carl2-0/+10
2014-05-29update_pch: exclude OpenGLContext.hxx for nowThomas Arnhold1-1/+0
2014-05-28remove tab in shaderMarkus Mohrhard1-1/+1
2014-05-28improve the algorithm for the zoom into a barMarkus Mohrhard2-26/+40
2014-05-28show the screen text after the performance improvementsMarkus Mohrhard1-1/+2
2014-05-28show the whole demoMarkus Mohrhard1-1/+1
2014-05-28chart2: fix namespacingThomas Arnhold2-48/+43
2014-05-28Add a grey gradient background to the 3D chartm and tweak text color.Michael Meeks3-8/+40
2014-05-28change the bar direction for the demoMarkus Mohrhard1-4/+4
2014-05-28prevent generating repeated information in renderingMarkus Mohrhard3-7/+8
2014-05-28avoid transferring the textures for each frameMarkus Mohrhard4-8/+20