summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* remove SAL_DEBUGs introduced earlierMarkus Mohrhard2014-09-022-20/+0
* some temporary debug outputMarkus Mohrhard2014-09-023-2/+30
* add warning about bad inputMarkus Mohrhard2014-09-021-0/+1
* make the shaders compliant to GLSL 1.2Markus Mohrhard2014-09-024-12/+33
* fix shader names, the .glsl is attached in OpenGLHelper::LoadShaderMarkus Mohrhard2014-09-021-6/+6
* request a legacy context for OGLTransMarkus Mohrhard2014-09-021-0/+1
* coverity#1233512 Uncaught exceptionCaolán McNamara2014-08-312-2/+2
* Fix build with boost-1.56.0.Jörg Sonnenberger2014-08-292-3/+4
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-204-18/+12
* fix invalid memory access in dx bitmap codeMarkus Mohrhard2014-08-131-2/+2
* fix OpenGL canvas windows buildMarkus Mohrhard2014-08-136-3/+8
* -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