summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.cxx
AgeCommit message (Expand)Author
2014-06-01move to OpenGLWindow step oneMarkus Mohrhard
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
2014-04-29make the chart patch warning free and more clean-upMarkus Mohrhard
2014-04-29add algorithm of corner generated informationxukai liu
2014-04-15don't try to init OpenGLRender in the constructorMarkus Mohrhard
2014-04-08remove some OpenGL traces from OpenGLRender and DummyXShapeMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17modify SetBackGroundColor to fix background color and gradients issuepeilin
2014-03-17fix another wrong transparency calculationMarkus Mohrhard
2014-03-17fix rendering of invisible bubbleMarkus Mohrhard
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard
2014-03-14Introduce OpenGLContext in vclopenglZolnai Tamás
2014-03-13fix transparence of bubble colorMarkus Mohrhard
2014-03-13don't reposition several times in complex hierarchiesMarkus Mohrhard
2014-03-13add some debug helpersMarkus Mohrhard
2014-03-07cache text rendering for performanceMarkus Mohrhard
2014-03-07no need to make it a multiple of 3Markus Mohrhard
2014-03-06make many SAL_WARN in chart2.opengl simple SAL_INFOMarkus Mohrhard
2014-03-06initial work on rotation for text shapesMarkus Mohrhard
2014-03-06remove the formatted string dummyMarkus Mohrhard
2014-03-04remove mfAlpha againMarkus Mohrhard
2014-03-04add black bubble edge and modify transparencePeilin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23make the debug message more readableMarkus Mohrhard
2014-02-23WaE: unused function 'getTypeString'Tor Lillqvist
2014-02-23make OpenGL debug messages more readableMarkus Mohrhard
2014-02-22setting width and height always happens togetherMarkus Mohrhard
2014-02-22remove some old codeMarkus Mohrhard
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-16add SAL_CALL to definitions tooDavid Tardon
2014-02-16move SAL_CALL to the right placeDavid Tardon
2014-02-16fix windows buildMarkus Mohrhard
2014-02-16fix windows buildDavid Tardon
2014-02-16fix crash when dumping OpenGL dummy shapesMarkus Mohrhard
2014-02-16text position for legend improvementsMarkus Mohrhard
2014-02-15last fix for chart area size and positioningMarkus Mohrhard
2014-02-15set transformation matrix as property with fixed sizeMarkus Mohrhard
2014-02-15-Werror,-WundefTakeshi Abe
2014-02-14Fix GLEW debug stuff for WindowsStephan Bergmann
2014-02-13add native OpenGL debug output for dbgutil buildsMarkus Mohrhard
2014-02-13remove unused enumMarkus Mohrhard
2014-02-10first step into positioning fixes for legendsMarkus Mohrhard
2014-02-09coverity#1169824 Explicit null dereferencedCaolán McNamara
2014-02-09coverity#1169832 Using invalid iteratorCaolán McNamara
2014-02-07first step in supporting XShapeDumper for the DummyShapesMarkus Mohrhard
2014-02-06improve color handling and alpha channel handlingMarkus Mohrhard
2014-02-06small clean-upMarkus Mohrhard
2014-02-03improve diagram renderingMarkus Mohrhard
2014-02-03Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)Tor Lillqvist