summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-11coverity#706250 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-11coverity#1103731 Uncaught exceptionCaolán McNamara2-2/+5
2014-01-31cairo canvas: Zero font's width means "the same as height".Jan Holesovsky1-1/+5
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-16Add missing include.Matúš Kukan1-0/+2
2014-01-16fdo#54938: Convert canvas to cppu::supportsServiceMarcos Paulo de Souza15-94/+57
2014-01-14longparas: drop wrong xub_StrLen casts nowCaolán McNamara1-4/+4
2014-01-10Be explicit when using bool as integral valueStephan Bergmann4-13/+13
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud2-7/+7
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann7-14/+14
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-29Revert "add dummy oglcanvas::SpriteCanvas::copyRect so this compiles..."Thorsten Behrens1-13/+0
2013-11-28add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...Michael Stahl1-0/+13
2013-11-27cairo canvas: Line dashing size depends on the line width.Jan Holesovsky1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold2-2/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2