summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-14Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann
2020-12-14loplugin:unusedmethodsNoel
2020-12-14loplugin:unnecessaryvirtualNoel
2020-12-14loplugin:unusedfieldsNoel
2020-12-13loplugin:stringviewparam (macOS)Stephan Bergmann
2020-12-13ofz#28630 Fuzzing build failureCaolán McNamara
2020-12-13WIN replace clipboard update thread with IdleJan-Marek Glogowski
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11align anchor south-west to dropdown north-eastCaolán McNamara
2020-12-11tdf#76644 extended tips not shown for 'gen' menu itemsCaolán McNamara
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann
2020-12-10cupsGetPPD returned a nullptr which OString newly aborts withCaolán McNamara
2020-12-10make Skia image cache size configurableLuboš Luňák
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-10we can use sal_uInt8 instead of intCaolán McNamara
2020-12-10jsdialog: enable define/manage named ranges dialogsSzymon Kłos
2020-12-10use size_t instead of sal_uLongCaolán McNamara
2020-12-10std::vector seems a more natural containerCaolán McNamara
2020-12-10tdf#138450 BitmapEx.Replace() is not workingCaolán McNamara
2020-12-10salvtables.cxx isn't in clang-format/excludelist for 7-1Caolán McNamara
2020-12-10Online: "Copy hyperlink location" feature improvement.gokaysatir
2020-12-10pdfium: no need to use FPDFPageObj_GetBounds() directlyMiklos Vajna
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara
2020-12-09Fix typosAndrea Gelmini
2020-12-09Some OUString::fromUtf(u8"...") simplificationsStephan Bergmann
2020-12-09jsdialog: dump all columns in treeviewSzymon Kłos
2020-12-09unref pSubMenuModel at the end of the scopeCaolán McNamara
2020-12-09faster Skia conversion to alpha for the alpha-vdev hackLuboš Luňák
2020-12-09better name for a helper Skia functionLuboš Luňák
2020-12-09move the rest of OpenGL VCL code all to one placeLuboš Luňák
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák
2020-12-09leaked_storageCaolán McNamara
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna
2020-12-09loplugin:unreffun (clang-cl)Stephan Bergmann
2020-12-09pdfium: rework to eliminate FPDF_BITMAP from the public interfaceMiklos Vajna
2020-12-08Remove redundant strlen callStephan Bergmann
2020-12-08Replace SchedulerMutex with (non-recursive) std::mutexStephan Bergmann
2020-12-08loplugin:elidestringvarStephan Bergmann
2020-12-08Avoid crash on closing docking windowSzymon Kłos
2020-12-08jsdialog: send close on dialog responseSzymon Kłos
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-12-07move various notebookbar widgets into vclCaolán McNamara
2020-12-07loplugin:stringviewparam (macOS)Stephan Bergmann
2020-12-07remove WinGlyphCache and related codeLuboš Luňák
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-12-07Fix typoAndrea Gelmini
2020-12-07Fix typoAndrea Gelmini
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna
2020-12-07Make SchedulerMutex non-recursiveJan-Marek Glogowski