summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer
AgeCommit message (Expand)Author
2022-05-24vcl: GCC12 says fclose() causes -Werror=use-after-free on any use of FILE*Michael Stahl
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-09-21add commentNoel Grandin
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-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
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-21simplify stripStart/End pairs into a single strip callNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-03-21cid#1474140 Unchecked return value from libraryCaolán McNamara
2021-03-21cid#1473820 Unchecked return value from libraryCaolán McNamara
2021-03-19cid#1473818 Use after freeCaolán McNamara
2021-01-01Typo in code 'PPDContexData'->'PPDContextData' (vcl/jobdata)Julien Nabet
2020-12-30Fix typo in codeAndrea Gelmini
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10cupsGetPPD returned a nullptr which OString newly aborts withCaolán McNamara
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-19use tools::Long in vclNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
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-03-16Revert "loplugin:constfields in vcl"Noel Grandin
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-25Argument to PPDContext::getModifiedKey is known to never be negativeStephan Bergmann
2020-01-25Fix off-by-one error in PPDContext::getModifiedKeyStephan Bergmann
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-18remove unused crc functionality from ZCodecNoel Grandin
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-01Fix '..'Andrea Gelmini
2019-08-22loplugin:constmethod in vclNoel Grandin
2019-08-18Related: tdf#53029 escape backslash in username for 'domain\username'Caolán McNamara
2019-08-18Related: rhbz#1691287 fill in default domain and usernameCaolán McNamara