summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-10Initialize nDXBuffer array (vcl/edit)Julien Nabet1-1/+1
2021-10-10gtk4: popdown context menu when radio/check is toggledCaolán McNamara1-1/+3
2021-10-10gtk3: popdown context menus on toggling radio/check buttons tooCaolán McNamara2-24/+35
2021-10-10gtk[3|4] use set_buildable_id and get_buildable_idCaolán McNamara3-9/+9
2021-10-10gtk4: this is fixed now by at least >= gtk4-4.4.0Caolán McNamara1-8/+0
2021-10-10loplugin:moveparam in basegfxNoel Grandin1-2/+2
2021-10-10tdf#144757 - fixed fonts not shown in font listChris Sherlock1-0/+3
2021-10-08vertical centering is WB_VCENTER not WB_CENTERCaolán McNamara1-1/+1
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock39-165/+314
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock25-207/+306
2021-10-08loplugin:moveparam in vclNoel Grandin4-12/+12
2021-10-08add 'destructive-action' to the yes of delete header/footer messageboxesCaolán McNamara1-1/+1
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara4-37/+38
2021-10-08tdf#144984 default edit width got widerCaolán McNamara1-1/+1
2021-10-08loplugin:moveparam in vclNoel Grandin5-14/+15
2021-10-07vcl: test OutputDevice::Erase()Chris Sherlock1-10/+45
2021-10-07fix "gtk_bin_remove: assertion 'priv->child == child' failed" warningCaolán McNamara1-56/+71
2021-10-07vcl: remove unnecessary using com::sun::star::\* and std namespacesChris Sherlock1-5/+2
2021-10-07tdf#144952 VCL fix the Printer graphics releaseJan-Marek Glogowski1-1/+1
2021-10-07Delete copy ctors/assignments for DLLEXPORT classMike Kaganski1-0/+7
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet5-5/+0
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara2-7/+19
2021-10-06tdf#141633 use css instead of pango attribs for font sizeCaolán McNamara1-58/+73
2021-10-06Related: tdf#141633 allow "small-button" elements to shrink furtherCaolán McNamara1-2/+2
2021-10-06jsdialog: sidebar: fix master page layout value setsSzymon Kłos1-0/+2
2021-10-06vcl: test OutputDevice::DrawArc(), DrawChord(), DrawPie() and DrawEllipse()Chris Sherlock1-2/+88
2021-10-06vcl: test OutputDevice::DrawRect()Chris Sherlock1-0/+40
2021-10-06vcl: test OutputDevice::DrawLine()Chris Sherlock1-2/+63
2021-10-06vcl: test OutputDevice::DrawPixel()Chris Sherlock1-0/+45
2021-10-06jsdialog: send full update for autofilterSzymon Kłos1-0/+1