summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann
2014-08-08-Werror,-Wunused-macrosStephan Bergmann
2014-08-08reimplement custom sprite rendering with FBOMarkus Mohrhard
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard
2014-08-08extract shaders to own file and use shared shader loadingMarkus Mohrhard
2014-08-06Fix *_component_getFactory function typeStephan Bergmann
2014-07-29Accept also WINDOWS_SDK_VERSION == 81Tor Lillqvist
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-02canvas: sal_Bool -> boolStephan Bergmann
2014-06-18rtl::Reference fits just fine hereStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04coverity#735682 Unchecked dynamic_castCaolán McNamara
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-26coverity#736029 Missing break in switchCaolán McNamara
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19canvas: drop using from headersThomas Arnhold
2014-05-11dx_winstuff.hxx does already undef themThomas Arnhold
2014-05-08DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás
2014-05-08coverity#735401 Logically dead codeCaolán McNamara
2014-05-08canvas: sal_Bool->boolNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-02canvas: sal_Bool->boolNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-17Resolves: rhbz#1086714 overlarge pixmapCaolán McNamara
2014-04-15Remove iota template function & last call site.Thorsten Behrens
2014-04-14typo: implicitely -> implicitlyThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01coverity#738566 Uninitialized pointer fieldCaolán McNamara
2014-03-29typo: optimisation -> optimizationThomas Arnhold
2014-03-28fdo#38844 Remove XOR rendering code from canvas moduleKrisztian Pinter
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20Remove unused includeStephan Bergmann
2014-03-12Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann
2014-03-12Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from canvasAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-14Drop unused #includeTakeshi Abe
2014-02-11coverity#706253 Uncaught exceptionCaolán McNamara
2014-02-11coverity#706250 Uncaught exceptionCaolán McNamara
2014-02-11coverity#1103731 Uncaught exceptionCaolán McNamara
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky