summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2019-09-03Parent reference should be const in VCL builder entry pointsMike Kaganski
2019-09-03Fix typosAndrea Gelmini
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara
2019-09-03Extract code to get GetCustomMakeWidget address into a separate functionMike Kaganski
2019-09-02Fix platform-specific library nameStephan Bergmann
2019-09-02weld cluster of database form wizardsCaolán McNamara
2019-09-01loplugin:unusedfieldsNoel Grandin
2019-09-01loplugin:unusedmethodsNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-31hyperlabel.hxx can be a private header nowCaolán McNamara
2019-08-31no need to include hyperlabel.hxxCaolán McNamara
2019-08-31ofz#16753 build failureCaolán McNamara
2019-08-31throbber.hxx only used by vcl and toolkit nowCaolán McNamara
2019-08-31roadmap.hxx only used by vcl and toolkit nowCaolán McNamara
2019-08-31Add version resource to executables where it was missingMike Kaganski
2019-08-30tdf#127230 vcl: about dialog double-buffer on macOS is not neededMiklos Vajna
2019-08-30tdf#127211 Revert "tdf#71087 sfx2: avoid flicker in the start center"Miklos Vajna
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-30moves outdev font functions in font.cxxAdrien Ollier
2019-08-29tdf#127211 start center: fix background of the main area with no recent docsMiklos Vajna
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann
2019-08-28tdf#127192 Printing in main threadJuergen Funk
2019-08-28Blind fix for ENABLE_MERGELIBSStephan Bergmann
2019-08-28Add DISABLE_DYNLOADING guard for notebookbar addons builderSzymon Kłos
2019-08-28Always using translateToInternal should be fine in SalGtkPicker::uritounicodeStephan Bergmann
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-28GtkWidget for the priority of extension under Extension Tab.Sumit Chauhan
2019-08-27Fix typo (translateToExternal vs. translateToInternal)Stephan Bergmann
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny
2019-08-27tdf#91843 sd sidebar: fix unexpected borders around the slide layout previewsMiklos Vajna
2019-08-27Return empty HarfBuzz font instead of nullptrKhaled Hosny
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-27tdf#49482: Searching in the Basic IDE: showing found lineAndreas Heinisch
2019-08-26loplugin:unusedmethodsNoel Grandin
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin
2019-08-26Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2019-08-26Missing include (Windows --disable-pch)Stephan Bergmann
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin
2019-08-26vcl: fix --disable-pdfium buildMiklos Vajna
2019-08-26vcl lok: fix UB when lok notifier is deleted before its windowMiklos Vajna
2019-08-26loplugin:returnconstval in variousNoel Grandin
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-25pdfium: Delay the swap out.Jan Holesovsky
2019-08-25pdfium: Avoid unnecessary copying + some warning fixes.Jan Holesovsky
2019-08-25pdfium: Import PDF with unloaded images.Ashod Nakashian
2019-08-25pdfium: Keep the PDF data in memory, so that we can really share them.Jan Holesovsky