summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-01Resolves: fdo#54466 right-aligned label text slightly clipped on rightCaolán McNamara
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-09-19do not use invalid Directory instance (OSL_ASSERT about a NULL pointer)Luboš Luňák
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-11XubString->rtl::OUStringCaolán McNamara
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák
2012-09-05Revert "Relax ICC profile version for PDF/1-a to 2.4"Fridrich Štrba
2012-09-05Relax ICC profile version for PDF/1-a to 2.4Lionel Elie Mamane
2012-09-05Force version 2.1 of the sRGB profile for PDF/A (fdo#54546)Fridrich Štrba
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl
2012-08-27drop these memory trashersCaolán McNamara
2012-08-27Fix dbgutil iOS buildTor Lillqvist
2012-08-23unusedcode.easy: remove recently unused codeThomas Arnhold
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-14-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann
2012-08-13Make it compile for Android again (and iOS, I hope)Tor Lillqvist
2012-08-12Use new CMS API of NSS instead of old PKCS7 API.Gökçen Eraslan
2012-08-11Use NSS to create a PKCS7 object and write it to PDF file.Gökçen Eraslan
2012-08-07String::AllocBuffer replacementsCaolán McNamara
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl
2012-07-26Only make transparent mask when the angle is not 0, 90, 180 or 270.Tomaž Vajngerl
2012-07-26Remove useless code separaion comments in bitmapex.cxxTomaž Vajngerl
2012-07-26Remove useless code separaion comments in bitmap3.cppTomaž Vajngerl
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-14Resolves: fdo#35322 add a font only once under one of its namesCaolán McNamara
2012-07-12Related: fdo#45355 stale gdi font handles apparently still usedCaolán McNamara
2012-07-11Decrease header files dependenciesMatteo Casalin
2012-07-09We use hidden signatures for now.Gökçen Eraslan
2012-07-09PDFWriterImpl::createControl: -Werror=maybe-uninitializedMichael Stahl
2012-07-09PDFWriterImpl::finalizeSignature: -Werror=unused-variableMichael Stahl
2012-07-09PDFWriterImpl: -Werror=reorderMichael Stahl
2012-07-09Remove faulty DBG_ASSERT.Gökçen Eraslan
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan
2012-07-08Get der encoded certificate to use in NSS.Gökçen Eraslan
2012-07-07Add password edit and pass XCertificate to PDFWriter code in VCL.Gökçen Eraslan
2012-07-07Prescale image with Bitmap::Scale to improve quality.Tomaž Vajngerl