summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2021-10-10loplugin:moveparam in basegfxNoel Grandin
2021-10-10tdf#144757 - fixed fonts not shown in font listChris Sherlock
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: test OutputDevice::Erase()Chris Sherlock
2021-10-07fix "gtk_bin_remove: assertion 'priv->child == child' failed" warningCaolán McNamara
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-07Delete copy ctors/assignments for DLLEXPORT classMike Kaganski
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara
2021-10-06tdf#141633 use css instead of pango attribs for font sizeCaolán McNamara
2021-10-06Related: tdf#141633 allow "small-button" elements to shrink furtherCaolán McNamara
2021-10-06jsdialog: sidebar: fix master page layout value setsSzymon Kłos
2021-10-06vcl: test OutputDevice::DrawArc(), DrawChord(), DrawPie() and DrawEllipse()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawRect()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawLine()Chris Sherlock
2021-10-06vcl: test OutputDevice::DrawPixel()Chris Sherlock
2021-10-06jsdialog: send full update for autofilterSzymon Kłos
2021-10-06jsdialog: avoid compiler warning for plain vcl windowSzymon Kłos