summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-fieldStephan Bergmann2014-08-081-5/+2
* -Werror,-Wunused-macrosStephan Bergmann2014-08-083-6/+0
* reimplement custom sprite rendering with FBOMarkus Mohrhard2014-08-083-13/+33
* reuse OpenGLContext in OGL canvasMarkus Mohrhard2014-08-089-552/+71
* extract shaders to own file and use shared shader loadingMarkus Mohrhard2014-08-0811-245/+274
* Fix *_component_getFactory function typeStephan Bergmann2014-08-061-2/+2
* Accept also WINDOWS_SDK_VERSION == 81Tor Lillqvist2014-07-293-3/+3
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-205-9/+9
* canvas: sal_Bool -> boolStephan Bergmann2014-07-026-16/+16
* rtl::Reference fits just fine hereStephan Bergmann2014-06-188-30/+14
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1717-53/+11
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-095-14/+2
* coverity#735682 Unchecked dynamic_castCaolán McNamara2014-06-041-4/+3
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-296-13/+13
* coverity#736029 Missing break in switchCaolán McNamara2014-05-261-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-4/+2
* canvas: drop using from headersThomas Arnhold2014-05-198-31/+27
* dx_winstuff.hxx does already undef themThomas Arnhold2014-05-112-10/+0
* DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás2014-05-084-17/+25
* coverity#735401 Logically dead codeCaolán McNamara2014-05-081-3/+0
* canvas: sal_Bool->boolNoel Grandin2014-05-0825-51/+51
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-053-3/+3
* canvas: sal_Bool->boolNoel Grandin2014-05-022-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-3012-13/+13
* prefer makefile-gmake-modeTakeshi Abe2014-04-281-1/+1
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-1/+1
* Resolves: rhbz#1086714 overlarge pixmapCaolán McNamara2014-04-172-4/+5
* Remove iota template function & last call site.Thorsten Behrens2014-04-151-2/+5
* typo: implicitely -> implicitlyThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-102-3/+3
* Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann2014-04-0711-12/+12
* fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre2014-04-041-2/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-0317-35/+35
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-016-6/+6
* coverity#738566 Uninitialized pointer fieldCaolán McNamara2014-04-011-2/+0
* typo: optimisation -> optimizationThomas Arnhold2014-03-291-2/+2
* fdo#38844 Remove XOR rendering code from canvas moduleKrisztian Pinter2014-03-281-71/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2632-303/+307
* Remove unused includeStephan Bergmann2014-03-201-1/+0
* Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDEStephan Bergmann2014-03-1215-35/+37
* Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDEStephan Bergmann2014-03-127-28/+40
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2638-365/+365
* Remove visual noise from canvasAlexander Wilms2014-02-2525-183/+183
* Remove unneccessary commentsAlexander Wilms2014-02-238-27/+27
* vcl: sal_Bool -> boolStephan Bergmann2014-02-2110-24/+24
* Drop unused #includeTakeshi Abe2014-02-142-6/+0
* coverity#706253 Uncaught exceptionCaolán McNamara2014-02-111-1/+2
* coverity#706250 Uncaught exceptionCaolán McNamara2014-02-111-1/+2
* coverity#1103731 Uncaught exceptionCaolán McNamara2014-02-112-2/+5
* cairo canvas: Zero font's width means "the same as height".Jan Holesovsky2014-01-311-1/+5