summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-06batch polyline drawing for basegfx::B2DLineJoin::NONE if small widthLuboš Luňák1-2/+4
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák33-130/+148
2020-05-05Skia has fast bitmap scaling too, if using VulkanLuboš Luňák1-4/+10
2020-05-05avoid Skia CPU-based scaling if an image is wanted in the endLuboš Luňák1-0/+17
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák19-625/+6
2020-05-04tdf#64690 - Extend selection on find/replaceAndreas Heinisch1-0/+5
2020-05-04StackBlur filter: Don't create threads for small bitmapMike Kaganski1-42/+19
2020-05-04Remove what looks like debug printfStephan Bergmann1-2/+0
2020-05-04Fix typosAndrea Gelmini1-1/+1
2020-05-03vcl: simplify graphic type detection for EPS filesTomaž Vajngerl1-2/+1
2020-05-03vcl: add test case for EPS file detectionTomaž Vajngerl2-0/+99
2020-05-03vcl: add DetectorTools + tests, refactor array string matchingTomaž Vajngerl3-34/+188
2020-05-03vcl: extend TypeSerializerTest for Graphic serializationTomaž Vajngerl2-0/+200
2020-05-03vcl: Simplify searchEntry in GraphicFormatDetectorTomaž Vajngerl1-31/+24
2020-05-03vcl: add Graphic reading to TypeSerializer + testsTomaž Vajngerl3-14/+234
2020-05-03vcl: add Graphic serialization (writing) to TypeSerializer + testsTomaž Vajngerl3-0/+178
2020-05-02vcl: test Graphic serialization to a stream - WriteGraphic funct.Tomaž Vajngerl2-12/+103
2020-05-02test import and export of multi-page PDF with PDFium filterTomaž Vajngerl2-0/+137
2020-05-02vcl: PdfExportTest rename topdf method to saveAsPDFTomaž Vajngerl1-4/+4
2020-05-02Related: tdf#132477 use GDK_KEY_Escape to cancel dndCaolán McNamara1-0/+12
2020-05-02use revenge instead of librevengeCaolán McNamara1-1/+1
2020-05-02Fix typoAndrea Gelmini1-1/+1
2020-05-01transfer halign and valign alsoCaolán McNamara1-2/+8
2020-05-01move some headers inside their respective modulesNoel Grandin3-2/+39
2020-05-01tdf#132540 and tdf#132338 align popover replacement with complete toolitemCaolán McNamara1-4/+7
2020-05-01Related: tdf#132540 keep placeholder popover on same side as menuCaolán McNamara1-4/+20
2020-04-30implement basegfx::B2DLineJoin::NONE for Skia drawPolyLine()Luboš Luňák1-18/+35
2020-04-30Fix typosAndrea Gelmini1-1/+1
2020-04-29remove the padding around the dropdown button of GtkMenuToolButtonsCaolán McNamara1-0/+35
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin1-1/+1
2020-04-29Resolves tdf#132322 - Link to Gerrit hash reintroducedHeiko Tietze1-32/+38
2020-04-29Fix row/column pre-initialization in stack blurMike Kaganski1-3/+15
2020-04-29remove unused SvTreeListBox::RemoveParentKeepChildrenCaolán McNamara1-16/+0
2020-04-29weld SfxTemplatePanelControlCaolán McNamara3-11/+44
2020-04-29improve: pdf export caching of jpeg bitmapsThorsten Behrens3-7/+11
2020-04-28Fix typosAndrea Gelmini1-1/+1
2020-04-28pdf export: be a bit less wasteful when jpeg-optimising bitmapsThorsten Behrens1-6/+30
2020-04-28Fix typosAndrea Gelmini2-2/+2
2020-04-28IsDropFormatSupported can be constCaolán McNamara1-1/+1
2020-04-28fix oss-fuzz buildCaolán McNamara1-0/+1
2020-04-28add a get_drop_index for dnd interaction with toolbarsCaolán McNamara2-0/+13
2020-04-27loplugin:makeshared in vclNoel Grandin3-16/+17
2020-04-27Missing includes on Windows with --disable-pchMike Kaganski1-0/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann5-0/+6
2020-04-27vcl: add tests for GraphicNativeMetadataTomaž Vajngerl7-4/+110
2020-04-27ImpGraphic: rename ImplCreateSwapInfo and simplifyTomaž Vajngerl2-16/+17
2020-04-27ImpGraphic: move content of swapOutToStream into swapOutTomaž Vajngerl2-36/+26
2020-04-27ImpGraphic: move filename handling from swapout to ImpSwapFileTomaž Vajngerl1-23/+35
2020-04-27ImpGraphic: clean-up and simplify swapOut()Tomaž Vajngerl1-18/+20
2020-04-26vcl: When exporing PDF, write the correct page of embedded PDFTomaž Vajngerl2-2/+9