summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2022-05-23vcl: GCC12 says fclose() causes -Werror=use-after-free on any use of FILE*Michael Stahl
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-14ofz#47323 suppress Direct-leakCaolán McNamara
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Why cast from FontWeight to intStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-01abort more writer layout tests if a font isn't foundCaolán McNamara
2022-05-01abort writer layout tests if a font isn't foundCaolán McNamara
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-13Handle "addfont" from Collabora OnlineTor Lillqvist
2022-04-13vcl: move X11 drawing that uses cairo into X11CairoSalGraphicsImplTomaž Vajngerl
2022-04-12ofz#46632 Direct-leakCaolán McNamara
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-12use cairo_font_face_t* instead of void* + castingCaolán McNamara
2022-04-12vcl: use auto delegate for X11SalGraphics and remove duplicatesTomaž Vajngerl
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-09sal_GlyphId is internal to VCLLuboš Luňák
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-03-23ofz: Divide-by-zeroCaolán McNamara
2022-03-14unit_online_get_fonts() has not been used by Online since 2017Tor Lillqvist
2022-03-10Trust the family name in the font file if necessary in AddTempDevFontHelper()Tor Lillqvist
2022-03-07Drop useless parameterTor Lillqvist
2022-03-01Always join thread before destroying itStephan Bergmann
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-01-28Related: tdf#146261 the intent it to keep the dialog within the screenCaolán McNamara
2022-01-26tdf#146648 make find and replace dialog reopen at last positionJim Raykowski
2022-01-19WASM add toolkit and Emscripten version to AboutJan-Marek Glogowski
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-14VCL move PrinterInfoManager into GenericUnixSalDataJan-Marek Glogowski
2022-01-13set hint_metrics seperately from hint_styleCaolán McNamara
2022-01-13allow selecting text rendering mode suitable for natural glyph positionsCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2022-01-01vcl: move drawPolyLine (+legacy) to SvpGraphicsBackendTomaž Vajngerl
2021-12-30vcl: move applyColor and clipRegion to CairoCommonTomaž Vajngerl
2021-12-29Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno
2021-12-10Revert "Re-Enable DrawTransformBitmapExDirect for render backends"Armin Le Grand
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-11-30workaround gcc bug #55776 about enum class shadowing a globalLuboš Luňák
2021-11-29implement xor drawing directly using Skia (tdf#141090)Luboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-20Use C++17 hexadecimal exponent floating point literalsHossein
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19loplugin:stringliteraldefine in vclNoel Grandin