summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2021-10-24cid#1493240 silence Unchecked return valueCaolán McNamara1-2/+2
2021-10-22backendtest:Reconfigured Rectangle tests to be Asymmetricalhomeboy44513-84/+182
2021-10-22qt: Adapt log area: "vcl.qt5" -> "vcl.qt"Michael Weghorn11-48/+46
2021-10-22Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn2-2/+2
2021-10-22Revert partly "Simplify vector initialization in vcl"Julien Nabet1-1/+2
2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock2-25/+92
2021-10-22return weld::Builder by unique_ptrNoel Grandin9-50/+53
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+2
2021-10-22Converted VCL documentation to MarkdownHossein5-464/+510
2021-10-21ofz#40166 fix build failureCaolán McNamara1-8/+8
2021-10-21loplugin:flattenNoel Grandin18-587/+589
2021-10-21tdf#144222 fix pdf export with vertical layoutMark Hung3-2/+42
2021-10-21ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-10-21ofz#40166 fix build failureCaolán McNamara2-0/+132
2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock2-0/+291
2021-10-20vcl: move variable declarations closer to first use in DrawBitmapWallpaper()Chris Sherlock1-7/+14
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin2-10/+10
2021-10-20mtfdemo: Dump metaactions, fix problems with repaintHossein1-17/+58
2021-10-20add suggested-action to some buttonsCaolán McNamara2-1/+4
2021-10-19Related: tdf#145169 warn on overwrite from gtk "save as" for remote filesCaolán McNamara1-5/+4
2021-10-19Resolves: tdf#136498 %PRODUCTNAME shown in tool tipsCaolán McNamara1-2/+11
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke1-1/+1
2021-10-18ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-2/+2
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock1-0/+66
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna1-1/+14
2021-10-17WIN release SalPrinter's SalGraphics borrowed HDCJan-Marek Glogowski2-0/+11
2021-10-17Simplify vector initialization in vclJulien Nabet6-18/+16
2021-10-16adapt to the change from tools::Long* to std::vector<tools::Long>*Tomoyuki Kubota1-1/+1
2021-10-15gtk4: get toolbar popovers in sidebar workingCaolán McNamara1-2/+6
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock1-1/+45
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski9-16/+17
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+1
2021-10-14vcl: avoid "else" after "break" in pdfdocumentMiklos Vajna1-10/+8
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-17/+15
2021-10-13vcl: DrawPolyLine() did not set metaaction line join or capChris Sherlock2-2/+3
2021-10-12gtk4: allow cursoring to move through menusCaolán McNamara1-2/+2
2021-10-12loplugin:unusedmethodsNoel Grandin1-12/+0
2021-10-12loplugin:unusedfieldsNoel Grandin3-4/+2
2021-10-12vcl:use unique_ptr<SalWinGraphics> in WinSalPrinterMark Hung2-9/+5
2021-10-11avoid O(n^2) in VclEventListeners::Call() if possibleLuboš Luňák2-2/+7
2021-10-11gtk4: fix asserts and crashes on context menu popdownCaolán McNamara1-6/+13
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann10-31/+34
2021-10-11vcl: test OutputDevice::DrawPolyLine()Chris Sherlock1-0/+123
2021-10-11vcl: test OutputDevice::DrawWaveLine()Chris Sherlock1-0/+16
2021-10-11vcl: test OutputDevice::DrawBorder()Chris Sherlock1-0/+38
2021-10-11vcl: test OutputDevice::DrawCheckered()Chris Sherlock1-7/+447
2021-10-11vcl: ensure test VDevs are always bigger than operation being testedChris Sherlock1-3/+3
2021-10-11vcl: fix issue in testErase()Chris Sherlock1-4/+4
2021-10-11remove unused forward declarationsLuboš Luňák3-3/+0
2021-10-10Revert "Initialize nDXBuffer array (vcl/edit)"Julien Nabet1-1/+1