summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2021-11-19add placement to Popover popup_at_rectCaolán McNamara
2021-11-19remove unused definesNoel Grandin
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-11-17allow menu placement either under or at endCaolán McNamara
2021-11-17Qt resolve native winId() on demandJan-Marek Glogowski
2021-11-17Qt refactor SystemEnvData setupJan-Marek Glogowski
2021-11-16loplugin:finalprotectedStephan Bergmann
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák
2021-11-16log also whether SkiaSalBitmap has any pending scalingLuboš Luňák
2021-11-16when caching bitmaps in skia, take into account HiDPILuboš Luňák
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák
2021-11-15gtk4: implement CreateChildFrameCaolán McNamara
2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák
2021-11-12get rid of Skia's 'rasterhack' for Invert()Luboš Luňák
2021-11-12fix assertion with scaled alpha image in SkiaSalBitmapLuboš Luňák
2021-11-12log also whether SkiaSalBitmap has a pixel bufferLuboš Luňák
2021-11-07forward decls go after #includeNoel Grandin
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-04backendtest: Open Cubic-Bezier Curve Draw Testhomeboy445
2021-11-03tdf#145354: Ensure displayed paper name matches displayed paper dimensionsTor Lillqvist
2021-11-03loplugin:constparamsNoel Grandin
2021-11-02Add comments to two arrays mentioning that they must match the enum PaperTor Lillqvist
2021-11-01Qt picker: implement XAsynchronousExecutableDialogJan-Marek Glogowski
2021-10-31tdf#145363 Qt reparent modal dialogs on showJan-Marek Glogowski
2021-10-31backendtest: Drawing Open Polygon testhomeboy445
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-25replace friend access with functionsLuboš Luňák
2021-10-22backendtest:Reconfigured Rectangle tests to be Asymmetricalhomeboy445
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-17WIN release SalPrinter's SalGraphics borrowed HDCJan-Marek Glogowski
2021-10-12loplugin:unusedfieldsNoel Grandin
2021-10-12vcl:use unique_ptr<SalWinGraphics> in WinSalPrinterMark Hung
2021-10-11avoid O(n^2) in VclEventListeners::Call() if possibleLuboš Luňák
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11remove unused forward declarationsLuboš Luňák
2021-10-10gtk3: popdown context menus on toggling radio/check buttons tooCaolán McNamara
2021-10-10gtk[3|4] use set_buildable_id and get_buildable_idCaolán McNamara
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-07Delete copy ctors/assignments for DLLEXPORT classMike Kaganski
2021-10-06jsdialog: avoid compiler warning for plain vcl windowSzymon Kłos
2021-10-06jsdialog: weld plain widgetSzymon Kłos
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-10-05tdf#143148 - Use pragma once instead of include guardsChris Sherlock