summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/GL3DRenderer.cxx
AgeCommit message (Expand)Author
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-08GLEW_EXT_texture_array is of type GLboolean alreadyStephan Bergmann
2015-04-28GLEW_VERSION_3_3 is of type GLboolean alreadyStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2015-01-20Some more loplugin:cstylecast: chart2Stephan Bergmann
2014-12-18chart2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-06reduce scope of local variablesMichael Weghorn
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-10prevent crash with empty chart sceneMarkus Mohrhard
2014-11-09OpenGL ES does not support double and glPolygonModeMarkus Mohrhard
2014-09-23overloaded function GetDiffOfTwoCamerasxukai
2014-09-23Add function:GetDiffOfTwoCamerasxukai
2014-09-23add translucent balck background for history renderingxukai
2014-09-02coverity#1215398 Uninitialized scalar fieldCaolán McNamara
2014-09-02remove SAL_DEBUGs introduced earlierMarkus Mohrhard
2014-09-02extract some shared codeMarkus Mohrhard
2014-09-02WIP debug statementsMarkus Mohrhard
2014-09-02fixed pipeline functions are not available in core contextMarkus Mohrhard
2014-09-02GL_LIGHTING is deprecatedMarkus Mohrhard
2014-09-02GL_TEXTURE_WRAP_* is deprecatedMarkus Mohrhard
2014-09-02GL_POINT_SMOOTH is deprecatedMarkus Mohrhard
2014-09-02glEnable(GL_TEXTURE_2D) is deprecatedMarkus Mohrhard
2014-08-27correct the variable nameweigao
2014-08-27add screen text color set interfaceweigao
2014-08-15fix OSX check for GL_EXT_texture_arrayMarkus Mohrhard
2014-08-13modify screen text color to blueweigao
2014-08-13add scroll screen textweigao
2014-08-13add click and history screen textweigao
2014-08-13add render fps renderingweigao
2014-08-13add position control to screen textweigao
2014-08-06fix WreorderMarkus Mohrhard
2014-08-06make GL 3.0 support bars scrollweigao
2014-08-06make pick shader work when bars scrollweigao
2014-08-06add scroll matrix and bars can scrollweigao
2014-08-06add scene edge functionweigao
2014-08-06add functions of setting the speed and distance of barsweigao
2014-08-06add codes to compile the scroll shadersweigao
2014-08-06add high light bar code for clickweigao
2014-08-06pick bar path should use the IDs in pick resourceweigao
2014-08-06test patch of creating bitmap in render threadweigao
2014-08-06texture should be released in render threadweigao
2014-07-23modify the light to make the sence looks betterweigao
2014-07-18coverity#1215398 Uninitialized scalar fieldCaolán McNamara
2014-07-02remove whitespacesMarkus Mohrhard
2014-07-01New loplugin:stringconcatStephan Bergmann