summaryrefslogtreecommitdiff
path: root/vcl/qt5
AgeCommit message (Expand)AuthorFilesLines
2021-04-07vcl: move graphic handling into Qt5GraphicsBackendTomaž Vajngerl5-107/+145
2021-04-06tdf#141504 qt5: ugly imagesNoel Grandin1-1/+1
2021-04-06tdf#140404 Qt ignore "unchanged" clipboard eventsJan-Marek Glogowski1-0/+9
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl1-13/+11
2021-04-06vcl: remove 4-bit bitmap support from qt5 backendTomaž Vajngerl2-139/+18
2021-03-31remove internal 4bit scanline formatsNoel1-4/+0
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-03-03loplugin:refcounting in vclNoel1-2/+2
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák1-1/+3
2021-02-24simply use drawTransformedBitmap()Luboš Luňák1-0/+2
2021-02-24don't need to include vcl/layout.hxx in qt5Caolán McNamara1-1/+0
2021-02-23convert internal bitmap formats transparency->alphaNoel Grandin1-1/+1
2021-02-15Qt don't fallthrough in inputMethodQueryJan-Marek Glogowski1-6/+4
2021-02-15tdf#140207 Qt downscale the ExtTextInputPosJan-Marek Glogowski1-2/+3
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara1-1/+1
2021-01-26use an accessor for SystemEnvData::aWindowCaolán McNamara3-3/+3
2021-01-16make the Color constructors explicitly specify transparencyNoel2-3/+6
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-2/+6
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-1/+4
2020-11-30-Werror,-Wdeprecated-declarations: Qt::MidButton -> Qt::MiddleButtonStephan Bergmann2-2/+2
2020-11-22Qt5 report input method languageJan-Marek Glogowski2-3/+24
2020-11-19tdf#138010 (II) getNativeControlRegion (gtk3/kf5): Consider frame's borderMichael Weghorn1-7/+2
2020-11-14remove SalPointNoel Grandin1-23/+21
2020-11-04loplugin:unusedmethodsNoel1-11/+0
2020-11-03loplugin:unusedfieldsNoel3-3/+1
2020-10-27Qt5 std::abort, if we're unable to paintJan-Marek Glogowski1-2/+6
2020-10-27tdf#137804 Qt5 don't paint empty stringsJan-Marek Glogowski1-0/+4
2020-10-27tdf#136555 apply window bg color for button boxesJan-Marek Glogowski1-1/+6
2020-10-22tdf#136915 correctly create QFont from Qt5FontFaceJan-Marek Glogowski1-8/+34
2020-10-22Qt5 forward the flat push button styleJan-Marek Glogowski1-0/+5
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-4/+4
2020-10-21Qt5 use base color for workspace tooJan-Marek Glogowski1-4/+1
2020-10-20tdf#133931 Qt5 set the themed AlternatingRowColorJan-Marek Glogowski1-0/+1
2020-10-19use tools::Long in vclNoel9-37/+44
2020-10-01loplugin:reducevarscope in vclNoel1-2/+1
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-4/+3
2020-09-27Replace list by vector in vcl/Qt5VirtualDeviceJulien Nabet1-1/+3
2020-09-26Avoid -Werror=deprecated-declarationsStephan Bergmann1-1/+6
2020-09-26Avoid -Werror=deprecated-declarationsStephan Bergmann1-1/+1
2020-09-17qt5: Pass QStyleOption by reference instead of pointerMichael Weghorn1-50/+50
2020-09-17tdf#136094 qt5: Handle bg color in drawNativeControlMichael Weghorn1-39/+62
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski1-56/+7
2020-09-15Qt5 implement GetGlyphWidthsJan-Marek Glogowski1-2/+6
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski1-5/+7
2020-09-15VCL register common functions in PhysicalFontFaceJan-Marek Glogowski2-4/+3
2020-09-13tdf#125234 Qt5 add missing CFF font subsettingJan-Marek Glogowski1-0/+12
2020-09-11tdf#125234 Qt5 set glpyh font bounding boxJan-Marek Glogowski1-1/+6
2020-09-11tdf#125234 Qt use glyph widths, not advanceJan-Marek Glogowski1-10/+7
2020-09-07tdf#136323 qt5: Remember accessible objectMichael Weghorn1-4/+5