summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2021-10-22Revert partly "Simplify vector initialization in vcl"Julien Nabet
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-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-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-20add suggested-action to some buttonsCaolán McNamara
2021-10-18ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna
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-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
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-12loplugin:unusedmethodsNoel Grandin
2021-10-12loplugin:unusedfieldsNoel Grandin
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-10Revert "Initialize nDXBuffer array (vcl/edit)"Julien Nabet
2021-10-10Initialize nDXBuffer array (vcl/edit)Julien Nabet
2021-10-08vertical centering is WB_VCENTER not WB_CENTERCaolá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-08loplugin:moveparam in vclNoel Grandin
2021-10-08add 'destructive-action' to the yes of delete header/footer messageboxesCaolán McNamara
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara
2021-10-08tdf#144984 default edit width got widerCaolán McNamara
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-07vcl: remove unnecessary using com::sun::star::\* and std namespacesChris Sherlock
2021-10-07tdf#144952 VCL fix the Printer graphics releaseJan-Marek Glogowski
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock
2021-10-05do not block out PaintImmediately() in LOK modeLuboš Luňák
2021-10-05vcl: refactor PhysicalFontFace::IsBetterMatch()Chris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-10-05Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos
2021-10-05remove useless '&& true'Luboš Luňák
2021-10-04Related: tdf#143391 avoid creatinging a negative height for the scroll areaCaolán McNamara
2021-10-04Resolves: tdf#143391 scrolling by an entry height taller than visible areaCaolán McNamara
2021-10-04Fix typosAndrea Gelmini
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet
2021-10-03cid#1492171 annotate Data race conditionCaolán McNamara
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-01loplugin:constparamsNoel Grandin
2021-10-01Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara