summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-12usa sal_uInt32 instead of sal_Int32Markus Mohrhard
Change-Id: I54db41f48d1f181d1c78c1051f094887a0bc7a8a
2014-05-12whitespace cleanupMarkus Mohrhard
Change-Id: I511412f8b6d8ac2fcbac738d1ef5e6d5cd9928bb
2014-05-12Revert "separate rounded corner bar and normal bar rendering"Markus Mohrhard
This reverts commit 51d5062642189ff5a4330903253c012e83e5ef1f. Conflicts: chart2/source/view/main/GL3DRenderer.cxx Change-Id: Id21e59d2cc605f0d7d637fb889725f0e91fa6cb3
2014-05-12Revert "fix alpha calculation"Markus Mohrhard
This reverts commit 204efb6a1723f98ff53a61ed249dbff8cb391bb3. Change-Id: I1756c399adbf0dd3371e8aab1d8021931203c49e
2014-05-12move glm operator<< for debugging to OpenGLHelperMarkus Mohrhard
Change-Id: Ia529badffe08507d593f494230d2e504b68ff477
2014-05-12fix alpha calculationMarkus Mohrhard
Change-Id: Ic0734ef9a079196d9a0a523dac7726937ed2155f
2014-05-12a few debug statements and cosmetic clean-upMarkus Mohrhard
Change-Id: I78cc73cc792f1182abcac0b81e97b948206a11d8
2014-05-12a few changes to camera position and bar positioningMarkus Mohrhard
Change-Id: I256e6855735bea050507c894f91ed895da0e13ba
2014-05-12separate rounded corner bar and normal bar renderingMarkus Mohrhard
This makes it much easier to debug problems. Change-Id: I0ba10f6d24cca54be724639074bfd3fac59d37e5
2014-05-12this does not need to be a member variableMarkus Mohrhard
Change-Id: I9be286f8e10d43c8c5ce89bb6b52ebddce48bb6b
2014-05-12remove unused methodsMarkus Mohrhard
Change-Id: Id518c6a253f72cf062754fe6ff65c5041e41cc27
2014-05-12remove unused variablesMarkus Mohrhard
Change-Id: Ia2dfa357d0fb7c2a19511ec0957deac38b85c09f
2014-05-12better colors for nowMarkus Mohrhard
Change-Id: I0d236d48d02faf65da2dfc9d3ce8fbdc1ad759ef
2014-05-12use rounded corners by defaultMarkus Mohrhard
Change-Id: Id8cd44f98319c2064d10dcbcb1009a8a29fef484
2014-05-12better camera positionMarkus Mohrhard
Change-Id: I63c7751c273b8ae46c4990561cf5a7084157121a
2014-05-12whitespace cleanupMarkus Mohrhard
Change-Id: Ib971ed2055974f6f11a69a81c28035c84c29b504
2014-05-12enable MSAAMarkus Mohrhard
Change-Id: I38c29c2fd9ddbf6fc42fd1d94f9e34c561aab76d
2014-05-12no need to call clear before destryozing a vectorMarkus Mohrhard
Change-Id: Ic5013c100520e8949d687ce6b34b83405bdfaf0a
2014-05-12remove unused variableMarkus Mohrhard
Change-Id: Ic6455f080fae211d7919d9f6ea35cdbda3ca3757
2014-05-12remove unneccessary flagMarkus Mohrhard
Change-Id: I88c7abe0fa428ea6d9b396e77b510088eda09289
2014-05-12remove unimplemented methods from classMarkus Mohrhard
Change-Id: Ib050c0c0c699964cad91b184fcc4b3387b171235
2014-05-12remove unused pickingFlgMarkus Mohrhard
Change-Id: I27b4559a5d2f4a003d31be9cce4d74dfb7b5326c
2014-05-12remove unused methodsMarkus Mohrhard
Change-Id: Id9e35e171d4235d863a09f6d1d8083d7dbab59c6
2014-05-12remove scene box that should not be in the rendererMarkus Mohrhard
Change-Id: I3ec69042782aaac2fa2b583dd5a667b91dcdbb88
2014-05-12no framebuffer support needed anymoreMarkus Mohrhard
Change-Id: I5e6830bbd87eb9465aeb87d7e5074c9192caa47e
2014-05-12keep camera calculations out of the rendering codeMarkus Mohrhard
Change-Id: I7a26ce1881958a7465692174dd8ea793b593efad
2014-05-12add some debug codeMarkus Mohrhard
Change-Id: I279e25f902e4bd8d19d61ddd6b9c290a120a39a9
2014-05-12fix camera positionMarkus Mohrhard
Change-Id: Ie3acc0a82e86fe7fbc565783ac09c2f9b6721fbf
2014-05-12fix bar positioningMarkus Mohrhard
Change-Id: I91bcaaef42df82495d06d46a85c115396720e247
2014-05-12some work into intercepting mouse events in OpenGL windowMarkus Mohrhard
Change-Id: I46dcfed7d5398d994c68ed7cfe4408f9f5719bf1
2014-05-12remove printf statementsMarkus Mohrhard
Change-Id: I82de8e5e3c028103f1d2b006124593293f9fe365
2014-05-12give each series an own colorMarkus Mohrhard
Change-Id: Ia74eda050349d34d23e07b8e700aaae97e43d903
2014-05-12we need to call OpenGL3DRenderer::initMarkus Mohrhard
Change-Id: I9bcdc7d033835bf3cdb6f9d4770aaee284f7eaf7
2014-05-12change the color of the bars as the ackground is blue as wellMarkus Mohrhard
Change-Id: Ib16ef3548368e5b07dd9411a4515d5e6abe3acaf
2014-05-12remove more unnecessary typedefsMarkus Mohrhard
Change-Id: I62968f11220da31febdbdff2d057607696ea6271
2014-05-12initialize variables in initializer listMarkus Mohrhard
Change-Id: I1526d40c28a33cd29074adcc8c8d182f92996914
2014-05-12avoid temporary copyMarkus Mohrhard
Change-Id: Ica949141c58d7ebb85f246dee4109c39ee8f889e
2014-05-12remove these unnecessary typedefsMarkus Mohrhard
Change-Id: Iae2dc2d9bcc40bf7b45cd319a8be46b040d9ec23
2014-05-12we need glew initalized before testing through it for featuresMarkus Mohrhard
Change-Id: I4999de29b2a12888129ab291344b239b8def373c
2014-05-12let us at least try to render the shapesMarkus Mohrhard
Change-Id: I8753c6a9397117137d4da25f76db1f9cae23f90e
2014-05-12delete OpenGL resources in the destructorMarkus Mohrhard
Change-Id: Ibfeb836d23d48e4ad9fd9b111394b8349ba7c8a3
2014-05-12move the declaration to the top of the fileMarkus Mohrhard
Change-Id: I6b062a4a1c5c4e64846cecd2fd44549de9c516a8
2014-05-12remove framebuffer objectsMarkus Mohrhard
We want window rendering and not off-screen rendering. Change-Id: I23580da148a4d9449f66dd5a0a1dcb2bf5cd7745
2014-05-11fdo#78535: Don't process borders of 0 width.Kohei Yoshida
Or they would get drawn for real. Change-Id: Iec24e70a80ff8aa1ef7512e71249a99243297c4e
2014-05-11Kill DECL_PROP1IMPL and related (odk part)Julien Nabet
Change-Id: Id4cd66b6082ec53facc985af48fc92de58a4c066
2014-05-11Kill DECL_PROP1IMPL and relatedJulien Nabet
See http://nabble.documentfoundation.org/About-removing-macros-td4106620.html Change-Id: Ib934eb3f27b656b5b2f8488c2103e8eee73f9623
2014-05-11upgrade to curl-7.36.0Thomas Arnhold
CERTINFO was included upstream: commit f6c335d63f2da025a0a3efde1fe59e3bb7189b70 Author: Patrick Monnerat <pm@datasphere.ch> Date: Wed Oct 30 11:12:06 2013 +0100 NSS: support for CERTINFO feature Change-Id: I83de2fd863f9387b83b5ebcbec70cbe6df7681d4 Reviewed-on: https://gerrit.libreoffice.org/9307 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-11coverity#1209904 Uncaught exceptionCaolán McNamara
Change-Id: Ida33270344c25ffc81dccfa7a619b2911d40ae24
2014-05-11coverity#1209903 Uncaught exceptionCaolán McNamara
Change-Id: Ic1ef4158a2ec3796678314fcb7c87faba29dd035
2014-05-11coverity#1209902 Uncaught exceptionCaolán McNamara
Change-Id: Ic2a4b97e7b2d1db4f37a10b9fbd153d025613bd3