summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-18vcl: move nShift closer into scope where it is usedChris Sherlock
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17add Menu::get_sensitiveCaolán McNamara
2020-12-16Scheduler assert mbInScheduler stateJan-Marek Glogowski
2020-12-16Fix typosAndrea Gelmini
2020-12-16WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski
2020-12-16tdf#138950: vcl_jpeg_read_write: Add unittestXisco Fauli
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara
2020-12-16tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara
2020-12-16pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interfaceMiklos Vajna
2020-12-15DrawGradient variant only called by FileDefinitionWidgetDrawCaolán McNamara
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara
2020-12-15add set_id/get_id to Menus like WindowsCaolán McNamara
2020-12-15use locale specific decimal separator in GtkComboBoxText replacement tooCaolán McNamara
2020-12-15tdf#138932 don't replace . with , for gtk password GtkEntries tooCaolán McNamara
2020-12-15split out get_focus_window for reuseCaolán McNamara
2020-12-15do not free SkiaSalBitmap buffer if a read access points to itLuboš Luňák
2020-12-15tdf#138932: don't modify KEY_DECIMAL for password boxMike Kaganski
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann
2020-12-15add a way to correctly position a weld::Menu given a vcl::WindowCaolán McNamara
2020-12-15popup_at_rect needs to work like ShowNativePopupMenu for toplevel frameCaolán McNamara
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann
2020-12-14Reuse pInstStephan Bergmann
2020-12-14ofz#28630 Fuzzing build failureCaolán McNamara
2020-12-14Bin a few unused forward declarationsTor Lillqvist
2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann
2020-12-14Revert unneeded isEmpty check in Edit::GetTextJan-Marek Glogowski
2020-12-14loplugin:unusedenumconstantsNoel
2020-12-14loplugin:singlevalfieldsNoel
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