summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-22Converted VCL documentation to MarkdownHossein
2021-10-21ofz#40166 fix build failureCaolán McNamara
2021-10-21loplugin:flattenNoel Grandin
2021-10-21tdf#144222 fix pdf export with vertical layoutMark Hung
2021-10-21ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-10-21ofz#40166 fix build failureCaolán McNamara
2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock
2021-10-20vcl: move variable declarations closer to first use in DrawBitmapWallpaper()Chris Sherlock
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-20mtfdemo: Dump metaactions, fix problems with repaintHossein
2021-10-20add suggested-action to some buttonsCaolán McNamara
2021-10-19Related: tdf#145169 warn on overwrite from gtk "save as" for remote filesCaolán McNamara
2021-10-19Resolves: tdf#136498 %PRODUCTNAME shown in tool tipsCaolán McNamara
2021-10-19Use MsLangId::getConfiguredSystemUILanguage()Eike Rathke
2021-10-18ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
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-17WIN release SalPrinter's SalGraphics borrowed HDCJan-Marek Glogowski
2021-10-17Simplify vector initialization in vclJulien Nabet
2021-10-16adapt to the change from tools::Long* to std::vector<tools::Long>*Tomoyuki Kubota
2021-10-15gtk4: get toolbar popovers in sidebar workingCaolán McNamara
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14vcl: avoid "else" after "break" in pdfdocumentMiklos Vajna
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-13vcl: DrawPolyLine() did not set metaaction line join or capChris Sherlock
2021-10-12gtk4: allow cursoring to move through menusCaolán McNamara
2021-10-12loplugin:unusedmethodsNoel Grandin
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-11gtk4: fix asserts and crashes on context menu popdownCaolán McNamara
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11vcl: test OutputDevice::DrawPolyLine()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawWaveLine()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawBorder()Chris Sherlock
2021-10-11vcl: test OutputDevice::DrawCheckered()Chris Sherlock
2021-10-11vcl: ensure test VDevs are always bigger than operation being testedChris Sherlock
2021-10-11vcl: fix issue in testErase()Chris Sherlock
2021-10-11remove unused forward declarationsLuboš Luňák
2021-10-10Revert "Initialize nDXBuffer array (vcl/edit)"Julien Nabet
2021-10-10Initialize nDXBuffer array (vcl/edit)Julien Nabet
2021-10-10gtk4: popdown context menu when radio/check is toggledCaolán McNamara
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-10gtk4: this is fixed now by at least >= gtk4-4.4.0Caolán McNamara