summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin3-11/+11
2012-11-20fdo#57059 - fix crasher rendering borders for very small windows.Michael Meeks1-0/+4
2012-11-16use LanguageTagEike Rathke2-3/+4
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara1-8/+0
2012-11-12re-base on ALv2 code. Includes:Michael Meeks5-825/+28
2012-11-12Improve PDF SignatureStephan Bergmann1-15/+6
2012-11-06Fix some file modesStephan Bergmann3-0/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks62-1965/+1826
2012-11-01Resolves: fdo#54466 right-aligned label text slightly clipped on rightCaolán McNamara1-1/+5
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-55/+49
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann3-24/+16
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-11/+5
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+2
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2-7/+7
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara1-52/+0
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara1-61/+91
2012-09-19do not use invalid Directory instance (OSL_ASSERT about a NULL pointer)Luboš Luňák1-8/+10
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-4/+10
2012-09-11XubString->rtl::OUStringCaolán McNamara1-1/+1
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-0/+54
2012-09-05Revert "Relax ICC profile version for PDF/1-a to 2.4"Fridrich Štrba1-2/+2
2012-09-05Relax ICC profile version for PDF/1-a to 2.4Lionel Elie Mamane1-2/+2
2012-09-05Force version 2.1 of the sRGB profile for PDF/A (fdo#54546)Fridrich Štrba1-0/+2
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-1/+5
2012-09-02Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.Tomaž Vajngerl2-289/+0
2012-08-27drop these memory trashersCaolán McNamara1-3/+0
2012-08-27Fix dbgutil iOS buildTor Lillqvist1-0/+8
2012-08-23unusedcode.easy: remove recently unused codeThomas Arnhold1-31/+0
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl3-50/+66
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini8-29/+26
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann3-6/+1
2012-08-14-Werror,-Wnon-literal-null-conversion (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-08-13Make it compile for Android again (and iOS, I hope)Tor Lillqvist1-2/+23
2012-08-12Use new CMS API of NSS instead of old PKCS7 API.Gökçen Eraslan1-45/+94
2012-08-11Use NSS to create a PKCS7 object and write it to PDF file.Gökçen Eraslan1-10/+119
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-11/+3
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl2-6/+7
2012-07-26Only make transparent mask when the angle is not 0, 90, 180 or 270.Tomaž Vajngerl1-3/+5
2012-07-26Remove useless code separaion comments in bitmapex.cxxTomaž Vajngerl1-89/+0
2012-07-26Remove useless code separaion comments in bitmap3.cppTomaž Vajngerl1-64/+0
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl2-185/+21
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl2-4/+444
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-4/+4
2012-07-14Resolves: fdo#35322 add a font only once under one of its namesCaolán McNamara1-31/+12
2012-07-12Related: fdo#45355 stale gdi font handles apparently still usedCaolán McNamara1-27/+46
2012-07-11Decrease header files dependenciesMatteo Casalin7-6/+7
2012-07-09We use hidden signatures for now.Gökçen Eraslan1-1/+1
2012-07-09PDFWriterImpl::createControl: -Werror=maybe-uninitializedMichael Stahl1-1/+1