summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2022-06-25tdf#149626 use recursive_mutex to fix hang in macro callback during dndCaolán McNamara
2022-06-15vcl: restore lost spinner imagesMiklos Vajna
2022-05-25tdf#148864 Qt switch QtObjectWindow to QWidgetJan-Marek Glogowski
2022-05-20follow org.freedesktop.appearance.color-scheme settingCaolán McNamara
2022-05-19icon-theme not dynamically changing to match desktop if set to 'auto'Caolán McNamara
2022-05-16tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli
2022-05-04tdf#147283 allow 'fake italic/bold' glyph fallback results to be cachedCaolán McNamara
2022-04-21tdf#148699 Qt track the active / shown popupJan-Marek Glogowski
2022-04-21tdf#140463 Qt handle mouse enter+leave eventsJan-Marek Glogowski
2022-04-19Related: tdf#147237 change the SalObject background when the settings changeCaolán McNamara
2022-04-13tdf#148115 Qt handle tooltips via event loopJan-Marek Glogowski
2022-04-12tdf#148491 Qt reconnect the QMenuBar close buttonJan-Marek Glogowski
2022-04-08tdf#141578 Qt handle QtFrame screen changesJan-Marek Glogowski
2022-04-08tdf#143135 Qt break recursive IM QueryCursorRectJan-Marek Glogowski
2022-04-07tdf#147285 qt: Prefer "text/plain;charset=utf-8" over "text/plain"Michael Weghorn
2022-04-06tdf#145954 Qt unshare QMenubar usageJan-Marek Glogowski
2022-04-06tdf#144585 Qt fix Wayland LO fake popupsJan-Marek Glogowski
2022-02-05Avoid -Werror=dangling-pointer=Stephan Bergmann
2022-01-16Qt notify LO of many QScreen related eventsJan-Marek Glogowski
2021-12-22tdf#131467 Qt set default position on first resizeJan-Marek Glogowski
2021-12-11Revert "tdf#145354: Ensure displayed paper name matches displayed paper ..."Tor Lillqvist
2021-12-09tdf#145322, tdf#144378 fix printing for vertical writingMark Hung
2021-12-04only bilinear+mipmap for Skia/raster to-screen drawing (tdf#146024)Luboš Luňák
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara
2021-11-22handle filling and stroking at the same time if possibleLuboš Luňák
2021-11-22move code to helper functionsLuboš Luňák
2021-11-19add placement to Popover popup_at_rectCaolán McNamara
2021-11-19remove unused definesNoel Grandin
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-11-17allow menu placement either under or at endCaolán McNamara
2021-11-17Qt resolve native winId() on demandJan-Marek Glogowski
2021-11-17Qt refactor SystemEnvData setupJan-Marek Glogowski
2021-11-16loplugin:finalprotectedStephan Bergmann
2021-11-16try to avoid scaling bitmaps twice in Skia when drawingLuboš Luňák
2021-11-16make SkiaHelper::dump() available also in non-dbgutil buildsLuboš Luňák
2021-11-16add a vcl backend test that draws a sheared bitmapLuboš Luňák
2021-11-16log also whether SkiaSalBitmap has any pending scalingLuboš Luňák
2021-11-16when caching bitmaps in skia, take into account HiDPILuboš Luňák
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák
2021-11-15gtk4: implement CreateChildFrameCaolán McNamara
2021-11-13add more tests for OutputDev::DrawOutDev()Luboš Luňák
2021-11-12get rid of Skia's 'rasterhack' for Invert()Luboš Luňák
2021-11-12fix assertion with scaled alpha image in SkiaSalBitmapLuboš Luňák
2021-11-12log also whether SkiaSalBitmap has a pixel bufferLuboš Luňák
2021-11-07forward decls go after #includeNoel Grandin
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-04backendtest: Open Cubic-Bezier Curve Draw Testhomeboy445