summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-08track dirty areas for Skia drawingLuboš Luňák4-24/+38
2020-10-07Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze3-0/+26
2020-10-07raise min version of gtk to 3.20.0Caolán McNamara6-1302/+358
2020-10-07support pan-down-symbolic/pan-up-symbolic as SPIN_DOWN/SPIN_UPCaolán McNamara2-13/+22
2020-10-07try more to match Skia's alpha type for source and destinationLuboš Luňák5-20/+44
2020-10-07faster Skia from-image conversions if no alpha is involvedLuboš Luňák1-0/+3
2020-10-07CppunitTest_vcl_pdfexport: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-147/+56
2020-10-07ui files: fix some capitalisation issuesNoel2-4/+4
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir1-1/+12
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara3-15/+13
2020-10-06loplugin:const& make some params and methods constNoel3-12/+12
2020-10-06add missing null pointer checkLuboš Luňák1-1/+2
2020-10-06drop ownership argumentCaolán McNamara5-308/+223
2020-10-06loplugin:const* make some params and methods constNoel26-52/+57
2020-10-06avoid calling gtk_widget_add_events when not neededCaolán McNamara1-2/+4
2020-10-06Use idle to update preview in print dlgSamuel Mehrbrodt2-14/+40
2020-10-05tdf#137250 fire changed on typeahead in combobox without menu activeCaolán McNamara1-9/+12
2020-10-05we are guaranteed to have gdk_screen_get_primary_monitor nowCaolán McNamara1-36/+1
2020-10-05make it possible to accelerate AlphaMask::BlendWith()Luboš Luňák5-0/+121
2020-10-04ofz#26122 allow NINSIZE input full elementsCaolán McNamara1-7/+9
2020-10-04do not set high filter quality if not changing imageLuboš Luňák1-2/+4
2020-10-04clean up handling of erased state in SkiaSalBitmapLuboš Luňák2-12/+35
2020-10-04optimize and unittest SkiaSalBitmap::InterpretAs8Bit()Luboš Luňák2-7/+46
2020-10-04default to BGRA for Skia, even on X11Luboš Luňák1-3/+7
2020-10-04pdfium: Support for InkStrokes and VerticesTomaž Vajngerl2-0/+46
2020-10-04pdfium: extend the PDF test with more types of annotationsTomaž Vajngerl2-1/+44
2020-10-04pdfium: add getObject, getValueType for PDFiumAnnotationTomaž Vajngerl1-0/+16
2020-10-03use a proper alpha mask bitmapLuboš Luňák1-4/+4
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-02Use the new single-instance="true" attribute in vclStephan Bergmann2-5/+3
2020-10-02opt-out from checking vclbackendtest failures rather than opt-inLuboš Luňák1-2/+13
2020-10-02cache Skia bitmaps if they are small but to be scaledLuboš Luňák1-3/+2
2020-10-02fix SkiaTest::testDrawShaders()Luboš Luňák1-5/+5
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara5-5/+296
2020-10-02vcl: add more PDFiumTextPage and PDFiumPage wrappersMiklos Vajna2-219/+233
2020-10-02add operator<< for SkMatrixLuboš Luňák1-0/+9