summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-10-19sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna1-1/+14
2021-06-15when converting WMF to WMF, simply do a direct copyLuboš Luňák3-0/+83
2021-06-15drop EMF+ also when converting WMF, not just EMFLuboš Luňák1-4/+6
2021-04-15vcl: improve EMF+ -> WMF conversionMiklos Vajna4-2/+66
2021-03-18sw reqif-xhtml export: make sure OLE1 preview is WMF-onlyMiklos Vajna1-0/+8
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna3-1/+43
2020-11-26WMF export: just write the source data as is for from-WMF graphicsMiklos Vajna2-0/+30
2020-08-27tdf#135779 move focus back to usual parent before grabbing pointerCaolán McNamara1-2/+11
2020-08-20tdf#134968: don't forget to draw on mpAlphaVDev in fallback caseMike Kaganski1-12/+12
2020-08-17tdf#135526 ranges overflowing to become negativeCaolán McNamara1-1/+6
2020-08-12unset CustomCellRenderer instances in dtorCaolán McNamara1-6/+29
2020-08-12tdf#135567 for async case need an alternative check for dialog in executionCaolán McNamara1-1/+4
2020-08-12tdf#135442 min supported version of gtk3 is 3.18 not 3.20Caolán McNamara1-1/+1
2020-08-11tdf#135495 builder file format has annoyingly escaped into user configCaolán McNamara1-1/+2
2020-08-03tdf#135368 change the mnemonic to point to our combobox replacementCaolán McNamara1-0/+28
2020-08-01tdf#135325 previews missing content drawn via DrawTransformedBitmapExCaolán McNamara1-2/+11
2020-07-31ignore invalid dates like the vcl Calendar doesCaolán McNamara1-0/+3
2020-07-30xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-1/+12
2020-07-30tdf#135264: draw to mpAlphaVDev after DrawTransparentNativelyMike Kaganski1-3/+2
2020-07-29tweak not caching images in Skia drawing when upscaling (tdf#132438)Luboš Luňák1-1/+21
2020-07-29Resolves tdf#132066 - Localization of special text in about windowHeiko Tietze1-8/+16
2020-07-26tdf#135077 Qt5 revert broken fix for tdf#132172Jan-Marek Glogowski1-2/+1
2020-07-21tdf#134646 Remove "nearest paper matching" featureSamuel Mehrbrodt4-64/+14
2020-07-20tdf#134085 DrawTransformedBitmap in wrong place for RTLCaolán McNamara2-111/+49
2020-07-17merge needlessly split polygons back in Skia drawing (tdf#133016)Luboš Luňák2-11/+134
2020-07-16flush all Skia drawing before drawing to the screenLuboš Luňák3-1/+3
2020-07-16tdf#134841 image totally clipped outCaolán McNamara1-0/+6
2020-07-16use consistent Skia pixel position adjustments (tdf#134346)Luboš Luňák2-21/+19
2020-07-13set also RGB/BGR LCD order for Skia text rendering (tdf#134275)Luboš Luňák1-0/+10
2020-07-12m_pEntry may be nullCaolán McNamara1-1/+3
2020-07-10tdf#134601 set entry font as combobox control font to take effectCaolán McNamara1-0/+1
2020-07-08prevent SkiaSalBitmap::Scale() from breaking indexed bitmaps (tdf#134574)Luboš Luňák1-2/+12
2020-07-08use gdk_wayland_window_set_application_id when it becomes availableCaolán McNamara1-7/+26
2020-07-05tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara4-19/+44
2020-07-03tdf#131942 no progress bar saving in CalcNoel Grandin1-2/+19
2020-07-02Revert "implement Skia workaround for ... (tdf#133016)" (tdf#134346)Luboš Luňák1-18/+0
2020-07-02focus grabbed to options extension page when browsing optionsCaolán McNamara1-2/+3
2020-07-02actually call Skia init functionLuboš Luňák1-0/+5
2020-07-02differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák12-22/+58
2020-07-02properly copy pending scale quality in SkiaSalBitmapLuboš Luňák1-1/+2
2020-07-02cache raster scaling also in Skia's drawAlphaBitmap()Luboš Luňák1-4/+16
2020-07-02use Skia's SkShader for blending bitmapsLuboš Luňák2-106/+150
2020-07-02do not use VCL scaling algorithm from SkiaLuboš Luňák2-42/+13
2020-07-02use boost::make_shared_noinit()Luboš Luňák1-2/+2
2020-07-02tdf#130991 Fit the drop-down arrow into its rectJan-Marek Glogowski1-15/+16
2020-07-01tdf#130991 Scale the drop-down arrow size-requestJan-Marek Glogowski1-2/+4
2020-07-01tdf#134054 Qt5 really scale the toolbox buttonJan-Marek Glogowski1-2/+6
2020-07-01tdf#132172 Qt5 just handle visible widget's focusJan-Marek Glogowski1-1/+2
2020-06-30tdf#134054 toolbox: respect drop-down arrow rectJan-Marek Glogowski1-10/+8
2020-06-30tdf#134390 update spin button before processing activate signalCaolán McNamara2-2/+10