summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin4-18/+12
2014-08-13fix invalid memory access in dx bitmap codeMarkus Mohrhard1-2/+2
2014-08-13fix OpenGL canvas windows buildMarkus Mohrhard6-3/+8
2014-08-08-Werror,-Wunused-private-fieldStephan Bergmann1-5/+2
2014-08-08-Werror,-Wunused-macrosStephan Bergmann3-6/+0
2014-08-08reimplement custom sprite rendering with FBOMarkus Mohrhard3-13/+33
2014-08-08reuse OpenGLContext in OGL canvasMarkus Mohrhard9-552/+71
2014-08-08extract shaders to own file and use shared shader loadingMarkus Mohrhard11-245/+274
2014-08-06Fix *_component_getFactory function typeStephan Bergmann1-2/+2
2014-07-29Accept also WINDOWS_SDK_VERSION == 81Tor Lillqvist3-3/+3
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud5-9/+9
2014-07-02canvas: sal_Bool -> boolStephan Bergmann6-16/+16
2014-06-18rtl::Reference fits just fine hereStephan Bergmann8-30/+14
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin17-53/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-14/+2
2014-06-04coverity#735682 Unchecked dynamic_castCaolán McNamara1-4/+3
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin6-13/+13
2014-05-26coverity#736029 Missing break in switchCaolán McNamara1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-4/+2
2014-05-19canvas: drop using from headersThomas Arnhold8-31/+27
2014-05-11dx_winstuff.hxx does already undef themThomas Arnhold2-10/+0
2014-05-08DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás4-17/+25
2014-05-08coverity#735401 Logically dead codeCaolán McNamara1-3/+0
2014-05-08canvas: sal_Bool->boolNoel Grandin25-51/+51
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin3-3/+3
2014-05-02canvas: sal_Bool->boolNoel Grandin2-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni12-13/+13
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-17Resolves: rhbz#1086714 overlarge pixmapCaolán McNamara2-4/+5
2014-04-15Remove iota template function & last call site.Thorsten Behrens1-2/+5
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist2-3/+3
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann11-12/+12
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-2/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin17-35/+35
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-6/+6
2014-04-01coverity#738566 Uninitialized pointer fieldCaolán McNamara1-2/+0
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-2/+2
2014-03-28fdo#38844 Remove XOR rendering code from canvas moduleKrisztian Pinter1-71/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann32-303/+307
2014-03-20Remove unused includeStephan Bergmann1-1/+0
2014-03-12Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann15-35/+37
2014-03-12Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann7-28/+40
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann38-365/+365
2014-02-25Remove visual noise from canvasAlexander Wilms25-183/+183
2014-02-23Remove unneccessary commentsAlexander Wilms8-27/+27
2014-02-21vcl: sal_Bool -> boolStephan Bergmann10-24/+24
2014-02-14Drop unused #includeTakeshi Abe2-6/+0
2014-02-11coverity#706253 Uncaught exceptionCaolán McNamara1-1/+2