summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2014-09-02replace all attribute and varying in chart shadersMarkus Mohrhard18-37/+38
2014-09-02we need to switch to OpenGL 3.2 core for OSXMarkus Mohrhard18-18/+18
2014-09-02make sure that all shaders contain a version stringMarkus Mohrhard26-2/+48
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-17/+17
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-16/+16
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-08-29replace sleep with two condition variablesMarkus Mohrhard2-8/+45
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard2-0/+9
2014-08-29Don't render with mp2DRenderer when we have 3D chartsZolnai Tamás1-8/+11
2014-08-29mpRenderer->init() needs a contextZolnai Tamás1-0/+4
2014-08-29Oops, static was forgotten.Zolnai Tamás1-1/+1
2014-08-29Store env variable in a static variable insteadZolnai Tamás1-1/+3
2014-08-29Revert "Stop flickering in rendering of charts in Writer"Zolnai Tamás1-0/+5
2014-08-29CHART_DUMMY_FACTORY should not control the OpenGL windowMarkus Mohrhard1-1/+1
2014-08-29Call resetCurrent as soon as possible to avoid conflict with other threadZolnai Tamás1-1/+1
2014-08-29Update chart when chart type is changed in edit modeZolnai Tamás2-0/+17
2014-08-29Reinitialize GL3D renderer when OpenGL window is changedZolnai Tamás1-0/+7
2014-08-29Don't create an OpenGL window in case of normal charts.Zolnai Tamás1-7/+11
2014-08-29Fix rendering of GL3DBarCharts after ODF importZolnai Tamás1-0/+6
2014-08-29Stop flickering in rendering of charts in WriterZolnai Tamás1-5/+0
2014-08-29Fix regression in rendering of GL3DBarChartZolnai Tamás1-2/+1
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás1-1/+1
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás1-1/+3
2014-08-29Fix OpenGL chart reinitialiationZolnai Tamás7-5/+18
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky8-35/+86
2014-08-28EE_PARA_WRITINGDIR should presumably use an SvxFrameDirectionItemStephan Bergmann5-6/+7
2014-08-27pass by const referenceMarkus Mohrhard2-4/+8
2014-08-27don't call getenv repeatedlyMarkus Mohrhard1-2/+2
2014-08-27correct the variable nameweigao2-3/+3
2014-08-27showing bar info until fly backweigao2-23/+35
2014-08-27modify history data styleweigao2-12/+40
2014-08-27modify data update fps to data update rateweigao1-2/+2
2014-08-27modify data update color to cyanweigao1-1/+1
2014-08-27add screen text color set interfaceweigao6-15/+21
2014-08-27place date update fps below render fpsweigao1-1/+1
2014-08-27reduce render fps and data update fps to halfweigao1-3/+3
2014-08-27use environment value to control benchmark modeweigao2-16/+22
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-20loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-08-20add screen text to auto flyweigao1-8/+8
2014-08-20add auto fly codeweigao2-6/+95
2014-08-19Avoid possible memory leaks in case of exceptionsTakeshi Abe2-8/+5
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-7/+7
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-17/+17
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-18Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann1-10/+10