summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-06jsdialog: avoid compiler warning for plain vcl windowSzymon Kłos2-3/+12
2021-10-06jsdialog: weld plain widgetSzymon Kłos2-0/+14
2021-10-06vcl: remove unused class ImplDeviceFontSizeListChris Sherlock6-23/+0
2021-10-05do not block out PaintImmediately() in LOK modeLuboš Luňák1-7/+2
2021-10-05drop 'using namespace std' in vcl (Windows part)Julien Nabet7-15/+7
2021-10-05tdf#143148 - Use pragma once instead of include guardsChris Sherlock4-16/+4
2021-10-05vcl: refactor PhysicalFontFace::IsBetterMatch()Chris Sherlock1-57/+78
2021-10-05tdf#124176 vcl: Use pragma once instead of include guardsChris Sherlock1-4/+1
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock56-164/+509
2021-10-05Check mpWindowImpl before use in Window::EndTrackingSzymon Kłos1-0/+1
2021-10-05remove useless '&& true'Luboš Luňák1-3/+3
2021-10-04Related: tdf#143391 avoid creatinging a negative height for the scroll areaCaolán McNamara1-1/+2
2021-10-04Resolves: tdf#143391 scrolling by an entry height taller than visible areaCaolán McNamara1-1/+2
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-10-04Add sal/config.h in preparation for patchChris Sherlock4-0/+7
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara3-14/+82
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet1-1/+0
2021-10-03cid#1492171 annotate Data race conditionCaolán McNamara1-0/+4
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-5/+5
2021-10-01tdf#144846 launch gtk3 menubar menus from LibreOffice codeCaolán McNamara3-0/+44
2021-10-01bundle key forward calls together as a functionCaolán McNamara1-7/+14
2021-10-01loplugin:constmethodNoel Grandin4-6/+6
2021-10-01loplugin:constparamsNoel Grandin1-2/+2
2021-10-01Resolves: tdf#140992 Paste/Cut should mark Edit as modifiedCaolán McNamara1-2/+10
2021-09-30no need to allocate ImplVectMap on the heapNoel Grandin1-48/+45
2021-09-30loplugin:constmethod handle more casesNoel Grandin54-110/+111
2021-09-30Related: tdf#141633 drawing buttons to outputdevice affects later drawingCaolán McNamara1-1/+14
2021-09-30tdf#141633 multiple line entry font size/zoom not taking effectCaolán McNamara1-0/+23
2021-09-30vcl: initialize variables in ImplMapRes declarationChris Sherlock2-34/+0
2021-09-30loplugin:unusedcapturedefault (clang-cl)Stephan Bergmann1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+2