summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-01drop LISTBOX_ERRORNoel Grandin1-14/+4
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara1-9/+0
2018-10-31qt5 a11y: Implement QAccessibleEditableTextInterfaceSamuel Mehrbrodt2-0/+38
2018-10-31-Werror,-Wunused-parameterStephan Bergmann1-1/+1
2018-10-31fix clang -fpermissive warnings in Qt5AccessibleWidgetNoel Grandin1-4/+4
2018-10-31Fix qt5 build after 9078b0b8f48b161ad5b880c31a4413f9e706f01bSamuel Mehrbrodt1-2/+2
2018-10-31qt5 a11y: Add table selection supportSamuel Mehrbrodt1-10/+23
2018-10-31qt5 a11y: Implement QAccessibleTableInterfaceSamuel Mehrbrodt3-1/+176