summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2018-06-02valgrind: uninitialized readCaolán McNamara1-2/+1
2018-06-01use more BitmapEx in filterNoel Grandin1-2/+4
2018-06-01remove old "convert to SVM1" code only active in debug modeNoel Grandin2-70/+4
2018-05-31drop Graphic::GetBitmapNoel Grandin5-18/+14
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann1-1/+1
2018-05-28loplugin:unusedmethodsNoel Grandin2-12/+0
2018-05-25tdf#113143 PDF export: fix mis-scaled JPGs on Impress note pagesMiklos Vajna1-2/+4
2018-05-22tdf#106702 PDF export: fix missing images from Writer headers/footersMiklos Vajna2-5/+22
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl1-6/+2
2018-05-17tdf#105954 PDF export, ReduceImageResolution: fix re-compressing large imagesMiklos Vajna1-0/+5
2018-05-17loplugin:unusedfields in vclNoel Grandin3-17/+5
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock2-4/+17
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin2-4/+4
2018-05-12make AlphaMask constructors explicitNoel Grandin1-1/+1
2018-05-12SalLayout::CalcAsianKerning() can be made localKhaled Hosny1-3/+3
2018-05-12Drop trivial, used only once, functionsKhaled Hosny2-7/+2
2018-05-12tdf#117427 missing API for determining and loading linked graphicTomaž Vajngerl1-0/+3
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-5/+1
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny2-23/+16
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock3-163/+0
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-275/+30
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski3-13/+14
2018-05-03coverity#1435279 unused fieldCaolán McNamara1-1/+0
2018-05-02tdf#109143 PDF export: don't reuse compressed bitmaps for cropped imagesMiklos Vajna1-3/+9
2018-05-01Store a pointer to GlyphItem in PDFGlyphKhaled Hosny2-21/+12
2018-04-30crashtesting: ooo43029-4.odg initial j of 0 decremented wraps aroundCaolán McNamara1-1/+2
2018-04-29tdf66597: Fix a typo in detecting cluster startKhaled Hosny1-1/+1
2018-04-27Change default PDF version to 1.5Khaled Hosny1-1/+1
2018-04-27tdf#105913: Fix applying DX array to ligaturesKhaled Hosny1-31/+55
2018-04-27tdf#66597 Fix PDF text extraction for complex textKhaled Hosny3-16/+122
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny2-73/+33
2018-04-25Simplify PDFWriterImpl::drawLayoutKhaled Hosny2-104/+72
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-8/+2
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-13/+7
2018-04-24loplugin:useuniqueptr in OutputDeviceNoel Grandin2-51/+10
2018-04-24loplugin:useuniqueptr in PrinterNoel Grandin1-3/+2
2018-04-24loplugin:useuniqueptr in PNGWriterImplNoel Grandin1-27/+27
2018-04-23Fix thinkoKhaled Hosny1-2/+2
2018-04-23vcl: avoid swap in when Graphic::GetSizePixel() is calledMiklos Vajna2-1/+15
2018-04-23Removed duplicated includeAndrea Gelmini1-1/+0
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara2-7/+8
2018-04-23call ImplCallEventListenersApplicationDataChanged in addition to AllWindowsCaolán McNamara1-0/+1
2018-04-23vcl: ImplDuoTone() -> BitmapDuoToneFilterChris Sherlock1-40/+7
2018-04-22vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilterChris Sherlock1-114/+7
2018-04-22Rename GlyphItem::IsClusterStart() → IsInCluster()Khaled Hosny1-1/+1
2018-04-22Glyph flags is now an int not longKhaled Hosny1-2/+2
2018-04-22Don’t abuse glyph id for flagging dropped glyphsKhaled Hosny1-5/+4
2018-04-22vcl: ImplMosaic() -> BitmapMosaicFilterChris Sherlock1-174/+9
2018-04-22vcl: ImplSepia -> BitmapSepiaFilterChris Sherlock1-85/+6
2018-04-22vcl: ImplSolarize() to BitmapSolarizeFilterChris Sherlock1-50/+6