summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2019-10-07hidpi cursors for macOSNoel Grandin
2019-10-07tdf#112368 Qt5 don't lose ownership in flushClipboardJan-Marek Glogowski
2019-10-07cid#1454632 silence Uncaught exceptionCaolán McNamara
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann
2019-10-04tdf#127529 vertical text not drawn in slideshow canvasCaolán McNamara
2019-10-04loplugin:unusedfieldsNoel Grandin
2019-10-04loplugin:unusedmethodsNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-10-03factor out the actual surface creationCaolán McNamara
2019-10-03loplugin:unnecessaryvirtualNoel Grandin
2019-10-03loplugin:unusedmethodsNoel Grandin
2019-10-03loplugin:unusedfieldsNoel Grandin
2019-10-02weld PrintDialogCaolán McNamara
2019-10-02add wheel events to drawing areaCaolán McNamara
2019-10-02tdf#112368 Qt5 handle owned, non-LO clipboard contentJan-Marek Glogowski
2019-10-02loplugin:fragiledestructor (clang-cl)Stephan Bergmann
2019-09-30drop gtk2 supportCaolán McNamara
2019-09-28loplugin:constmethod in vclNoel Grandin
2019-09-26loplugin:virtualdead in vclNoel Grandin
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-26loplugin:unnecessaryvirtualNoel Grandin
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-09-24Use lazy-loading stock Image to simplify framework image lists.Michael Meeks
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann
2019-09-22tdf#127325: Revert "Use HarfBuzz to get glyph bounding rectangle"Khaled Hosny
2019-09-21wizdlg only needed in vcl nowCaolán McNamara
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-18-Werror=volatile in OpenGLZoneStephan Bergmann
2019-09-17Consolidate places that manipulate OpenGLZone::gnEnter/LeaveCount directlyStephan Bergmann
2019-09-17No need for explicit OpenGLZone::enter/leave calls from vcldemoStephan Bergmann
2019-09-16move WriteGradient and ReadGradient to the TypeSerializer classTomaž Vajngerl
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-09use unique_ptr in OctreeNoel Grandin
2019-09-06use unique_ptr in CreatePrintGraphicsNoel Grandin
2019-09-06Resolves tdf#125130 - UI: Show 'Go to first/last page' in new print dialogHeiko Tietze
2019-09-05Merge GetFontCodeRanges() into GetFontCharMap()Khaled Hosny
2019-09-05Resolves tdf#125296 - Replace hard-coded chevron by themable iconHeiko Tietze
2019-09-04tdf#127189 FreeType <= 2.8 will fail to render stretched horizontal brace...Caolán McNamara
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-08-31hyperlabel.hxx can be a private header nowCaolán McNamara
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny
2019-08-27Return empty HarfBuzz font instead of nullptrKhaled Hosny
2019-08-27Let PrintFontManager::addFontFile directly take a file URLStephan Bergmann
2019-08-26loplugin:returnconstval in new pdf codeNoel 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