summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-05-23don't use glyph subsets with complicated LTR/RTL setupsLuboš Luňák1-17/+8
2022-05-23gtk: fix leak in treeview tooltipCaolán McNamara1-5/+6
2022-05-23Bad hack to silence UBSan nullptr-with-offsetStephan Bergmann1-1/+8
2022-05-23tiff: reverse row pixels for ORIENTATION_LEFTBOTCaolán McNamara1-2/+38
2022-05-23crashtesting: we can have negative skewCaolán McNamara1-10/+34
2022-05-23tiled tiff found at rhbz552360-2.tiffCaolán McNamara1-7/+8
2022-05-23vcl: GCC12 says fclose() causes -Werror=use-after-free on any use of FILE*Michael Stahl2-2/+2
2022-05-23vcl: WhitespaceToSpace() spurious -Werror=maybe-uninitializedMichael Stahl1-1/+7
2022-05-23handle RTL space in non-RTL layout in SalLayoutGlyphsCacheLuboš Luňák1-1/+7
2022-05-22for fuzzers add libtiff to common externals, not just tiffuzzerCaolán McNamara2-1/+1
2022-05-22move fuzzer to libtiffCaolán McNamara1-0/+1
2022-05-22cid#1504535 Uninitialized scalar fieldCaolán McNamara1-1/+3
2022-05-22tdf#145182 related: fix SwNavigator repositioning on resizeJim Raykowski1-1/+3
2022-05-21tiff: output libtiff error via SAL_WARN for failuresCaolán McNamara1-0/+4
2022-05-21drop unused hxx filesCaolán McNamara2-194/+0
2022-05-21ofz#47559 Integer-overflowCaolán McNamara2-9/+9
2022-05-21tiff: add some error checksCaolán McNamara1-2/+23
2022-05-21tiff: use more complicated apis to need a smaller buffer during readCaolán McNamara1-31/+94
2022-05-21drop old tiff filterCaolán McNamara4-3012/+0
2022-05-21use libtiff for tiff importCaolán McNamara7-2/+143
2022-05-21update Skia to chrome/m103Luboš Luňák3-0/+4
2022-05-20build libtiffJulien Nabet1-0/+1
2022-05-20revert some questionable changes "new loplugin:unnecessary locking"Noel Grandin1-0/+5
2022-05-20vcl: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-2/+2
2022-05-20work around ImplGlyphFallbackLayout() returning garbage fallbackLuboš Luňák1-0/+15
2022-05-20remove remnants of hack for tdf#89231Luboš Luňák1-6/+1
2022-05-20remove useless variableLuboš Luňák1-4/+4
2022-05-20vcl: extend test to also check the descriptionXisco Fauli2-14/+17
2022-05-20vcl: move bDrawn variable closer to where it is first used in DrawEPS()Chris Sherlock1-4/+4
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-9/+0
2022-05-19vcl: a11y: Add test for text alternative value of images when exporting to pdfXisco Fauli2-0/+941
2022-05-19follow org.freedesktop.appearance.color-scheme settingCaolán McNamara2-1/+103
2022-05-19icon-theme not dynamically changing to match desktop if set to 'auto'Caolán McNamara3-6/+19
2022-05-19No need to cast to char hereStephan Bergmann1-4/+4
2022-05-19merge the g_bus_get_sync callsCaolán McNamara1-9/+10
2022-05-19Simplify an "ImportGraphic" method by removing useless pExtHeader (WmfExternal)Julien Nabet3-22/+11
2022-05-19tdf#141186 ensure child of collapsed expander is not mappedCaolán McNamara1-0/+28
2022-05-18OutputDevice::GetBitmap(Ex) takes logical size, not pixelMike Kaganski1-1/+1
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli4-10/+50
2022-05-18Remove 1 ImportGraphic methodJulien Nabet1-13/+0
2022-05-18Fix typoAndrea Gelmini2-3/+3
2022-05-18osl::Mutex->std::mutex in SystemDependentDataBufferNoel Grandin1-7/+8
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli4-10/+68
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2-2/+2
2022-05-18fix CID#1504438 for ImplFontMetricDataMark Hung1-0/+1
2022-05-18tdf#137639 qt: UTF-16-encode mime data for "text/plain;charset=utf-16"Michael Weghorn1-0/+5
2022-05-18ofz#46060 TimeoutCaolán McNamara1-1/+1
2022-05-17Revert "tdf#122057: read tiff with deflate compression (code 32946 only)"Julien Nabet2-64/+1
2022-05-17tdf#122057: read tiff with deflate compression (code 32946 only)Julien Nabet2-1/+64
2022-05-17ofz: Avoid Integer-overflowCaolán McNamara1-2/+18