summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2021-10-31backendtest: Drawing Open Polygon testhomeboy445
2021-10-31tools::Long->sal_Int32 in OutputDevice::Blend*Noel Grandin
2021-10-31tools::Long->sal_Int32 in ToolboxNoel Grandin
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-27ignoring transparency for border doesn't seem to make senseCaolán McNamara
2021-10-26tdf#144513 improve perf when breaking long linesNoel Grandin
2021-10-26flatten ImplGetTextLinesNoel Grandin
2021-10-22Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-13fix (cppunit test) build with --enable-mergelibs againRene Engelhard
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10fix (cppunit test) build with --enable-mergelibsRene Engelhard
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-06vcl: test OutputDevice::DrawPixel()Chris Sherlock
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30vcl: initialize variables in ImplMapRes declarationChris Sherlock
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-09-30vcl: remove MetaActionType param from DrawBitmap/DrawBitmapEx/DrawMaskChris Sherlock
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-23put vcl::Region operator<< in the vcl namespaceLuboš Luňák
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: vclStephan Bergmann
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-20tdf#124176 - Use pragma once instead of include guardsChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-20Add sal/config.h in preparation for patchChris Sherlock
2021-09-18tdf#124176 - Use pragma once instead of include guardsChris Sherlock
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-18tdf#124176 - Use pragma once instead of include guardsChris Sherlock
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock
2021-09-13loplugin:methodcyclesNoel Grandin