summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-10-18sd: custom annotation marker and draw polygon annotation from PDFTomaž Vajngerl1-8/+33
2020-10-18pdfium: extend tests checking color and presence of interior colorTomaž Vajngerl1-0/+2
2020-10-18-Werror,-Wunused-parameterStephan Bergmann1-2/+1
2020-10-18tdf#137468: Add debug output function for CGColorSpaceRefTor Lillqvist2-0/+57
2020-10-18loplugin:indentationStephan Bergmann1-1/+3
2020-10-17Resolves: tdf#137201 don't update IM if focus is in another widgetCaolán McNamara1-5/+2
2020-10-17Resolves: tdf#134939 don't update IM position if focus is in another widgetCaolán McNamara1-2/+5
2020-10-17Extend the conditional to *BSD systems to fix linking issue.Gleb Popov1-2/+2
2020-10-16support set_font for weld::ButtonCaolán McNamara3-79/+136
2020-10-16vcl pdf tokenizer: fix handling of dict -> array -> dict tokensMiklos Vajna3-2/+87
2020-10-16cid#1468188 dead codeCaolán McNamara1-1/+1
2020-10-16add a DrawingAreaUIObject to avoid need to include layout.hxx for uitestCaolán McNamara1-0/+12
2020-10-16WindowType::CALCINPUTLINE newly unusedCaolán McNamara3-6/+0
2020-10-16pdfium: add an FPDFBitmap_Create() wrapperMiklos Vajna2-20/+37
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel3-22/+25
2020-10-16try to make available all slide images using threadsLuboš Luňák3-5/+41
2020-10-15Replace list by vector in vcl/svpframeJulien Nabet2-5/+4
2020-10-15tdf#137432 only do EnableInvalidate(false) optimization when not shownCaolán McNamara1-3/+4
2020-10-15pdfium: add reading of attachment points to the wrapperTomaž Vajngerl1-0/+20
2020-10-15pdfium: add support for border property of PDF annotationsTomaž Vajngerl2-0/+45
2020-10-15pdfium: add getColor and getInteriourColor to PDFiumAnnotationTomaž Vajngerl1-0/+22
2020-10-15pdfium: add an FPDFImageObj_GetBitmap() wrapperMiklos Vajna2-12/+33
2020-10-15Replace list by vector in vcl/impdelJulien Nabet1-3/+4
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-10-14use shadowcolor for bordercolorCaolán McNamara1-1/+1
2020-10-14send ComboBox "changed" on autocomplete suggestionCaolán McNamara1-7/+13
2020-10-14Fix typoAndrea Gelmini1-1/+1
2020-10-14Related: tdf#137250 need signal-changed for ComboBoxText tooCaolán McNamara1-1/+1
2020-10-14ImageTree::getImageStream may sub a req for a .png with svg dataCaolán McNamara1-9/+11
2020-10-14add unittest for SkiaSalBitmap copy-on-write data sharingLuboš Luňák3-0/+46
2020-10-14better fix for tdf#136455 without destroying widgets we don't truly ownCaolán McNamara1-18/+7
2020-10-14-Werror,-Wshadow (clang-cl)Stephan Bergmann1-3/+3
2020-10-14pdfium: add an FPDFImageObj_GetImageMetadata() wrapperMiklos Vajna2-46/+13
2020-10-14loplugin:unreffun (clang-cl)Stephan Bergmann1-1/+0
2020-10-13uilogger : Add support in the Logger and DSL for Vertical TabAhmed ElShreif2-0/+22
2020-10-13VclScrolledWindow vertical scrollbar one pixel too far to the leftCaolán McNamara1-1/+1
2020-10-13with a DND_ACTION_NONE drag action and zero target-formats disable dragCaolán McNamara1-2/+8
2020-10-12don't disable the fast path in DrawDeviceAlphaBitmap() (tdf#137311)Luboš Luňák1-10/+7
2020-10-12similar to tdf#120764 dismiss tooltips on showing popup menuCaolán McNamara1-0/+13
2020-10-12try to read JPEGs as BGR if wanted and availableLuboš Luňák1-0/+6
2020-10-12implement ImplFastBitmapConversion() for 8bit gray sourceLuboš Luňák1-12/+22
2020-10-12the alpha used by our 32bpp formats is true alpha, not transparencyLuboš Luňák1-2/+2
2020-10-12implement fast bitmap variant for CopyScanline()Luboš Luňák3-8/+114
2020-10-12Allow invalidate after queue_resize for lok in sidebarSzymon Kłos1-1/+15
2020-10-11Revert "Permit scrollable AWT tab pages a la scrolled Dialog"Caolán McNamara1-137/+0
2020-10-11Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens1-0/+137
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-1/+8
2020-10-09ofz: Invalid-enum-valueCaolán McNamara1-2/+2
2020-10-0932bpp SKIA_USE_BITMAP32 bitmaps always need kPremul_SkAlphaTypeLuboš Luňák1-7/+7
2020-10-09vcl: PDFiumLibrary: add PDFiumDocument::getFileVersion()Miklos Vajna2-7/+11