summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-15DrawGradient variant only called by FileDefinitionWidgetDrawCaolán McNamara2-8/+11
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara2-2/+8
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-5/+7
2020-12-15add set_id/get_id to Menus like WindowsCaolán McNamara1-0/+2
2020-12-15tdf#138932: don't modify KEY_DECIMAL for password boxMike Kaganski1-10/+15
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-15add a way to correctly position a weld::Menu given a vcl::WindowCaolán McNamara1-0/+16
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl2-410/+309
2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara2-2/+46
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann1-0/+23
2020-12-14Revert unneeded isEmpty check in Edit::GetTextJan-Marek Glogowski1-6/+1
2020-12-14loplugin:unusedenumconstantsNoel2-29/+0
2020-12-14loplugin:singlevalfieldsNoel1-3/+0
2020-12-14loplugin:unusedfieldsNoel1-5/+0
2020-12-13tdf#138857 fix font replacement table GUIJan-Marek Glogowski1-1/+6
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann14-31/+34
2020-12-11tdf#76644 extended tips not shown for 'gen' menu itemsCaolán McNamara1-2/+5
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann1-2/+2
2020-12-10we can use sal_uInt8 instead of intCaolán McNamara1-6/+6
2020-12-10jsdialog: enable define/manage named ranges dialogsSzymon Kłos1-1/+4
2020-12-10use size_t instead of sal_uLongCaolán McNamara2-8/+8
2020-12-10std::vector seems a more natural containerCaolán McNamara1-29/+28
2020-12-10tdf#138450 BitmapEx.Replace() is not workingCaolán McNamara1-6/+6
2020-12-10salvtables.cxx isn't in clang-format/excludelist for 7-1Caolán McNamara1-5/+5
2020-12-10Online: "Copy hyperlink location" feature improvement.gokaysatir1-3/+3
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara1-0/+5
2020-12-09jsdialog: dump all columns in treeviewSzymon Kłos1-0/+34
2020-12-09move the rest of OpenGL VCL code all to one placeLuboš Luňák7-0/+2144
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-91/+10
2020-12-09vcl: improve EMF+ -> WMF conversionMiklos Vajna3-2/+40
2020-12-09pdfium: rework to eliminate FPDF_BITMAP from the public interfaceMiklos Vajna1-14/+40
2020-12-08Replace SchedulerMutex with (non-recursive) std::mutexStephan Bergmann1-20/+2
2020-12-08Avoid crash on closing docking windowSzymon Kłos1-0/+4
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák7-19/+0
2020-12-07move various notebookbar widgets into vclCaolán McNamara9-5/+757
2020-12-07remove OpenGL VCL backend codeLuboš Luňák10-424/+2
2020-12-07Fix typoAndrea Gelmini1-1/+1
2020-12-07vcl graphic export: convert EMF to WMF when WMF is requestedMiklos Vajna1-1/+7
2020-12-07Make SchedulerMutex non-recursiveJan-Marek Glogowski1-27/+20
2020-12-07Unlock scheduler in deinit for ProcessEventsToIdleJan-Marek Glogowski2-1/+3
2020-12-07jsdialog: turn off tunneling for JSON dialogsSzymon Kłos1-7/+23
2020-12-07jsdialog: enable Pivot Table dialogsSzymon Kłos1-10/+20
2020-12-06graphic: clean-up and simplify GetChecksum in ImpGraphicTomaž Vajngerl1-22/+18
2020-12-06graphic: clean-up switches GDIMetafile shouldn't be defaultTomaž Vajngerl1-88/+102
2020-12-06vcl: duplicate {Read,Write}ImpGraphic for swappingTomaž Vajngerl1-5/+263
2020-12-06vcl: remove the old (<5.0) graphic swap file versionTomaž Vajngerl1-98/+39
2020-12-06vcl: extract SwapFile impl. into its own class and use in GraphicTomaž Vajngerl1-34/+4
2020-12-04move ManagedMenuButton to vclCaolán McNamara2-0/+111
2020-12-04add a way to get an awt::XPopupMenu from a PopupMenuCaolán McNamara1-0/+8
2020-12-04Unlock scheduler when calling ProcessEventsToIdleMike Kaganski1-0/+1