summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Make Noto Color Emoji font work on LinuxKhaled Hosny4-32/+34
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski4-8/+14
2019-09-0366537 was an issuezilla bugCaolán McNamara1-1/+1
2019-09-03tdf#127272 Writer crash issue resolveSumit Chauhan1-7/+4
2019-09-03Omission from commit fd67c89e52441387dffab1c788007271e717571bMike Kaganski1-1/+1
2019-09-03Parent reference should be const in VCL builder entry pointsMike Kaganski2-4/+3
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-09-03Resolves: tdf#126935 a11y for hosted EditEngineCaolán McNamara2-0/+11
2019-09-03Extract code to get GetCustomMakeWidget address into a separate functionMike Kaganski1-53/+63
2019-09-02Fix platform-specific library nameStephan Bergmann1-1/+1
2019-09-02weld cluster of database form wizardsCaolán McNamara5-22/+82
2019-09-01loplugin:unusedfieldsNoel Grandin1-1/+0
2019-09-01loplugin:unusedmethodsNoel Grandin1-7/+0
2019-09-01Fix '..'Andrea Gelmini2-5/+5
2019-09-01Fix '..'Andrea Gelmini2-2/+2
2019-08-31hyperlabel.hxx can be a private header nowCaolán McNamara3-2/+75
2019-08-31no need to include hyperlabel.hxxCaolán McNamara1-0/+1
2019-08-31ofz#16753 build failureCaolán McNamara2-0/+143
2019-08-31throbber.hxx only used by vcl and toolkit nowCaolán McNamara3-3/+3
2019-08-31roadmap.hxx only used by vcl and toolkit nowCaolán McNamara2-2/+2
2019-08-31Add version resource to executables where it was missingMike Kaganski1-0/+2
2019-08-30tdf#127230 vcl: about dialog double-buffer on macOS is not neededMiklos Vajna1-0/+2
2019-08-30tdf#127211 Revert "tdf#71087 sfx2: avoid flicker in the start center"Miklos Vajna4-27/+2
2019-08-30new loplugin:noexceptmoveNoel Grandin2-4/+4
2019-08-30moves outdev font functions in font.cxxAdrien Ollier2-4/+4
2019-08-29tdf#127211 start center: fix background of the main area with no recent docsMiklos Vajna1-2/+2
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann2-2/+2
2019-08-28tdf#127192 Printing in main threadJuergen Funk1-2/+4
2019-08-28Blind fix for ENABLE_MERGELIBSStephan Bergmann1-0/+1
2019-08-28Add DISABLE_DYNLOADING guard for notebookbar addons builderSzymon Kłos1-0/+2
2019-08-28Always using translateToInternal should be fine in SalGtkPicker::uritounicodeStephan Bergmann1-16/+3
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen90-372/+30
2019-08-28GtkWidget for the priority of extension under Extension Tab.Sumit Chauhan4-38/+138
2019-08-27Fix typo (translateToExternal vs. translateToInternal)Stephan Bergmann1-1/+1
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny8-67/+40
2019-08-27tdf#91843 sd sidebar: fix unexpected borders around the slide layout previewsMiklos Vajna1-1/+2
2019-08-27Return empty HarfBuzz font instead of nullptrKhaled Hosny1-1/+1
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann3-8/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin2-3/+2
2019-08-27tdf#49482: Searching in the Basic IDE: showing found lineAndreas Heinisch1-0/+19
2019-08-26loplugin:unusedmethodsNoel Grandin3-82/+0
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin4-41/+21
2019-08-26Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky2-4/+4
2019-08-26Missing include (Windows --disable-pch)Stephan Bergmann1-0/+1
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin3-3/+3
2019-08-26vcl: fix --disable-pdfium buildMiklos Vajna1-0/+17
2019-08-26vcl lok: fix UB when lok notifier is deleted before its windowMiklos Vajna1-0/+22
2019-08-26loplugin:returnconstval in variousNoel Grandin1-1/+1
2019-08-25sd: unit-test to check that PDF stream is shared among Graphic instancesAshod Nakashian3-0/+11
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky3-4/+4