summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
AgeCommit message (Expand)Author
2022-01-04Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno
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
2021-08-27Remove duplicated includeAndrea Gelmini
2021-08-26vcl: move X11SalInstance::CreateSalBitmap to salinst.cxxTomaž Vajngerl
2021-08-20make BitmapPalette a COW typeNoel Grandin
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-26cid#1489523 silence bogus Out-of-bounds accessCaolán McNamara
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski
2021-06-28No need to Stop() a Timer before Start()Jan-Marek Glogowski
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Workaround only for GCC 10Stephan Bergmann
2021-06-18avoid maybe-uninitialised in FontConfigNoel Grandin
2021-06-16tdf#103388 Show the backtick used in shortcut in Calc View menuGabor Kelemen
2021-06-10loplugin:unnecessaryreturn SalX11Display::DispatchNoel Grandin
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin
2021-06-05psp::PPDParser::getParser deadlock on launchCaolán McNamara
2021-06-05vcl unix : use std::thread in PPDParser::getParserArnaud Versini
2021-05-29std::unique_ptr->std::optionalNoel Grandin