summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-11-08loplugin:constantparamNoel Grandin2-4/+3
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin19-203/+96
2018-11-08svmconverter value < 0 seem wrong for width and height (vcl/gdi)Julien Nabet1-3/+21
2018-11-08Revert "Use the backend SalInstance method IsMainThread for Application::IsMa...Markus Mohrhard3-1/+5
2018-11-07coverity#1441099 Unchecked return valueCaolán McNamara1-2/+4
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara8-89/+140
2018-11-07move SvTreeListBox to vclCaolán McNamara17-5/+14071
2018-11-07ifdef out more fontfeature test on windowsNoel Grandin1-1/+5
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist1-12/+0
2018-11-06Use the backend SalInstance method IsMainThread for Application::IsMainThreadAndras Timar3-5/+1
2018-11-06replace Application::GetMainThreadIdentifier to Application::IsMainThreadAndras Timar3-4/+4
2018-11-06Add function to map custom widget name to its function to native-code.pyTor Lillqvist1-18/+3
2018-11-06convert some macros to local functionsNoel Grandin8-68/+77
2018-11-05Check explicitly for function names and link directly to them on iOSTor Lillqvist1-4/+24
2018-11-05Add assertion for the non-DESKTOP case if the function is not foundTor Lillqvist1-0/+6
2018-11-05Bin obsolete comment and the related commented-out line of codeTor Lillqvist1-5/+0
2018-11-05We do need Dialog::Execute() for iOSTor Lillqvist1-1/+4
2018-11-05InitFont will call ImplNewFont alreadyCaolán McNamara1-1/+0
2018-11-05Strip _dark and _svg iconset filenames for displayJan-Marek Glogowski1-23/+27
2018-11-05coverity#1440837 Unchecked return valueCaolán McNamara2-2/+4
2018-11-05tdf#118573: Acquire solar mutex when calling Application::RescheduleMike Kaganski1-0/+3
2018-11-05weld SwIndexMarkModalDlg clusterCaolán McNamara2-0/+10
2018-11-05qt5 a11y: Fix crashSamuel Mehrbrodt1-1/+1
2018-11-05qt a11y: Correct way to retrieve XAccessibleContextSamuel Mehrbrodt1-1/+1
2018-11-05Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-1/+1
2018-11-05This is no longer unsupportedSamuel Mehrbrodt1-1/+0
2018-11-05tdf#108687 vcl: always enable tabstop on radio buttonsJustin Luth1-6/+1
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-11-05tdf#118244 pdfexport: radio buttons can group with same nameJustin Luth1-3/+3
2018-11-05tdf#118244 pdfexport: radio buttons use groupname nowJustin Luth2-0/+39
2018-11-04coverity#1440844 Uninitialized pointer readCaolán McNamara1-3/+9
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara11-102/+293
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+3
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann4-5/+15
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist1-4/+0
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski6-42/+16
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann11-283/+102
2018-11-02Qt5 constify some functions to fix buildJan-Marek Glogowski2-17/+12
2018-11-02Fix iOS buildTor Lillqvist1-2/+2
2018-11-01weld SwWordCountFloatDlgCaolán McNamara11-102/+288
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl3-5/+5
2018-11-01kde5: fix buildThorsten Behrens1-9/+9
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai6-10/+14
2018-11-01Move PDF buildin font handling into extra fileJan-Marek Glogowski6-798/+863
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski7-9/+42
2018-11-01replace VclAbstractDialog2 with VclAbstractDialogCaolán McNamara2-10/+0
2018-11-01Fix undocked window loses focusJim Raykowski1-6/+6
2018-11-01tdf#120777 KDE5: Dialogs get blank when they are resizedAleksei Nikiforov2-3/+14
2018-11-01loplugin:useuniqueptr in VclBuilder::preloadNoel Grandin1-9/+3
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin16-36/+35