summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
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
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin
2021-11-19Drop F_2PIMike Kaganski
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock
2021-10-08loplugin:moveparam in vclNoel Grandin
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov
2021-09-21add commentNoel Grandin
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-15loplugin:constvarsNoel Grandin
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-07vcl: rename PrinterOptions to vcl::printer::OptionsChris Sherlock
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-09-01use a dummy clipboard when running unit testsNoel Grandin