summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-18fix --disable-cairo-canvas buildLuboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-18move most font handling out of CairoTextRenderLuboš Luňák
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-12rework Skia setupLuboš Luňák
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
2020-02-08Fix typoAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-02-03make some headers privateCaolán McNamara
2020-01-28Use better types for PPDContext::countValuesModified/getModifiedKeyStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-26rename some local variablesNoel Grandin
2020-01-25Argument to PPDContext::getModifiedKey is known to never be negativeStephan Bergmann
2020-01-25Avoid explicit cast to smaller sal_uInt16 from larger intStephan Bergmann
2020-01-25Fix off-by-one error in PPDContext::getModifiedKeyStephan Bergmann
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-23Related tdf#126459: fix crash in presenter console using gen vclplugKatarina Behrens
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski
2020-01-13Use static initializerMike Kaganski
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák
2020-01-06Removed redundant semicolonsAndrea Gelmini
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-22cppcheck: SelectionManager::m_EndThreadPipe not initialized in ctrJulien Nabet
2019-12-21Fix compilation with `make -- dbglevel=3`Alex Henrie
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák
2019-12-03avoid invalid static_cast when mixing X11 and OpenGL bitmapsLuboš Luňák
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-12-01missing includeStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27handle properly true 32bit bitmaps in some placesLuboš Luňák
2019-11-27extend vcl backendtest to more backendsLuboš Luňák
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák