summaryrefslogtreecommitdiffstats
path: root/include/vcl
Commit message (Expand)AuthorAgeFilesLines
* add placement to Popover popup_at_rectCaolán McNamara2021-11-191-1/+3
* loplugin:stringliteraldefine in vclNoel Grandin2021-11-191-12/+12
* vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps()Chris Sherlock2021-11-171-1/+2
* weld colormenuCaolán McNamara2021-11-171-4/+0
* allow menu placement either under or at endCaolán McNamara2021-11-171-1/+9
* drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara2021-11-171-7/+1
* add a vcl backend test that draws a sheared bitmapLuboš Luňák2021-11-161-0/+1
* Resolves: tdf#143511 SysObj is clipped out if the widget is out of viewCaolán McNamara2021-11-161-0/+7
* add more tests for OutputDev::DrawOutDev()Luboš Luňák2021-11-131-0/+2
* Fix typoAndrea Gelmini2021-11-121-1/+1
* Resolves tdf#70519 - Make wavy lines depend on zoom factorHeiko Tietze2021-11-121-1/+1
* make it possible to find out what fonts are actually really usedLuboš Luňák2021-11-121-0/+19
* Add Printer::GetSizeOfPaper() with semantics to match GetPaper()Tor Lillqvist2021-11-091-0/+3
* use more DECL_DLLPRIVATE_STATIC_LINKNoel Grandin2021-11-052-2/+2
* use more DECL_DLLPRIVATE_LINKNoel Grandin2021-11-0412-41/+41
* backendtest: Open Cubic-Bezier Curve Draw Testhomeboy4452021-11-041-0/+2
* loplugin:finalclassesNoel Grandin2021-11-032-2/+0
* Fix typosAndrea Gelmini2021-11-031-1/+1
* extract a ReorderingDropTarget for reuseCaolán McNamara2021-11-021-0/+21
* backendtest: Drawing Open Polygon testhomeboy4452021-10-311-0/+5
* tools::Long->sal_Int32 in OutputDevice::Blend*Noel Grandin2021-10-311-4/+4
* tools::Long->sal_Int32 in ToolboxNoel Grandin2021-10-311-1/+1
* tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin2021-10-302-2/+2
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-304-13/+13
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-293-11/+15
* ignoring transparency for border doesn't seem to make senseCaolán McNamara2021-10-271-1/+0
* tdf#144513 improve perf when breaking long linesNoel Grandin2021-10-261-1/+1
* flatten ImplGetTextLinesNoel Grandin2021-10-261-1/+16
* Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn2021-10-221-1/+1
* return weld::Builder by unique_ptrNoel Grandin2021-10-221-2/+2
* vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock2021-10-181-1/+1
* sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna2021-10-181-0/+7
* vcl: test OutputDevice::DrawPolygon()Chris Sherlock2021-10-151-1/+1
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-2/+2
* fix (cppunit test) build with --enable-mergelibs againRene Engelhard2021-10-131-1/+1
* loplugin:unusedmethodsNoel Grandin2021-10-121-4/+0
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-114-5/+10
* fix (cppunit test) build with --enable-mergelibsRene Engelhard2021-10-101-6/+6
* vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock2021-10-081-2/+2
* loplugin:moveparam in vclNoel Grandin2021-10-083-4/+4
* loplugin:moveparam in vclNoel Grandin2021-10-083-4/+4
* vcl: test OutputDevice::DrawPixel()Chris Sherlock2021-10-061-1/+1
* vcl: remove unused class ImplDeviceFontSizeListChris Sherlock2021-10-061-2/+0
* vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock2021-10-052-4/+5
* Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara2021-10-041-0/+3
* loplugin:constmethod handle more casesNoel Grandin2021-09-3024-60/+60
* vcl: initialize variables in ImplMapRes declarationChris Sherlock2021-09-301-7/+7
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+3
* Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara2021-09-301-0/+3
* vcl: remove MetaActionType param from DrawBitmap/DrawBitmapEx/DrawMaskChris Sherlock2021-09-301-39/+20