summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2018-06-14Icons in menubutton are visible nowKshitij Pathania
2018-06-14Add autodetection for KDE5 VCL PluginAbhyudaya Sharma
2018-06-14do setPreviewsToSamePlace at SfxTabDialogController display timeCaolán McNamara
2018-06-14Adapt --enable-qt5Stephan Bergmann
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-14wayland: Make popup menus not show off-screenMaxim Monastirsky
2018-06-13Correctly mirror autofilter in rtl ui, tdf#117175 relatedMaxim Monastirsky
2018-06-13weld SvxCharTwoLinesPageCaolán McNamara
2018-06-13Removed duplicated includeAndrea Gelmini
2018-06-13tdf#109353 - Base: Listbox doesn't show a value.Alex McMurchy1917
2018-06-12WIP: uitest: complete combobox, tabcontrol wrapperSaurav Chirania
2018-06-12crashtesting: asserts on inability to scale oversize graphicsCaolán McNamara
2018-06-12remove incorrect SAL_WARN in BitmapInfoAccess::BitmapInfoAccessNoel Grandin
2018-06-12crashtesting: asserts on empty gifsCaolán McNamara
2018-06-12revert part of "loplugin:unusedmethods"Noel Grandin
2018-06-12loplugin:constantparamNoel Grandin
2018-06-11tdf#117175 wayland: Make popup windows not show off-screenMaxim Monastirsky
2018-06-11loplugin:unusedfieldsNoel Grandin
2018-06-11Add overloaded read/send funcs for uint64_t (conditionally)Katarina Behrens
2018-06-11loplugin:unusedmethodsNoel Grandin
2018-06-11new loplugin:shouldreturnboolNoel Grandin
2018-06-11loplugin:unnecessaryvirtualNoel Grandin
2018-06-11Dependency on salhelper::SimpleReferenceObjectStephan Bergmann
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-10Fix build with GLM 0.9.9.0, tdf#118070Louis Sautier
2018-06-10qt5: hold LogicalFontInstance with rtl::ReferenceKacper Kasper
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-06-09hold and return SalI18NImeStatus using std::unique_ptrNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-08support comboboxtext id valuesCaolán McNamara
2018-06-08sync tristate/inconsistent featureCaolán McNamara
2018-06-08tdf#117440 Can't move focus to disposed windowMaxim Monastirsky
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-06-07vcl: refresh font cache only on real changeAshod Nakashian
2018-06-07assert in BitmapInfoAccess if bitmap is empty or we can't read from itNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian
2018-06-07vcl: fix pdf rendering regressionAshod Nakashian
2018-06-07pdf: preserve the original page dimensions on importAshod Nakashian
2018-06-07sd: render the correct PDF page on swapping inAshod Nakashian
2018-06-07sd: support breaking any PDF pageAshod Nakashian
2018-06-07svx: support importing PDF imagesAshod Nakashian
2018-06-07svx: support breaking PDFs imported as imagesAshod Nakashian
2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian
2018-06-07pdf: share pdf data in GraphicAshod Nakashian