summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-07jsonwriter: encode tab space characterSzymon Kłos1-0/+7
2021-12-21ofz#35504 Integer-overflowCaolán McNamara1-1/+1
2021-12-09jsonwriter: ensure correct number of bytes is availableSzymon Kłos1-2/+39
2021-10-02fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin1-3/+8
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák1-0/+7
2021-09-16improve LOK notifyInvalidationNoel Grandin1-6/+2
2021-08-31tools: handle special chars correctly in XmlHandler + testTomaž Vajngerl3-2/+75
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek1-3/+6
2021-04-28jsdialog: fix arrays in JsonWriter outputSzymon Kłos1-14/+35
2021-04-10tools: json: fix missing escaped charsHenry Castro1-0/+21
2021-04-07jsdialog: send close on dialog responseSzymon Kłos1-1/+1
2021-04-06tdf#58745 - Detect end of month when extending a date listAndreas Heinisch2-0/+36
2021-01-22Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist1-3/+15
2020-11-21Changes to the color classdante1-0/+39
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák4-0/+81
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer7-92/+89
2020-11-18Reduce variable scopeMike Kaganski1-4/+2
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski1-35/+8
2020-11-17simplify BigInt, remove isSetNoel2-13/+0
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+5
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-11-14BigInt's non-big value type is currently sal_Int32Mike Kaganski1-12/+10
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Simplify comparison operatorsMike Kaganski1-79/+21
2020-11-12remove BigInt::operator tools::Long()Noel1-2/+2
2020-11-11Improved starmath colordante1-10/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-9/+9
2020-10-28tdf#123476 filter: try to detect 0-byte files based on extensionMiklos Vajna1-0/+20
2020-10-28std::set->o3tl::sorted_vector in MultiSelectionNoel Grandin1-5/+5
2020-10-28convert some more long -> tools::LongNoel1-6/+6
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-14/+14
2020-10-19add tools::Long typedef and use it in toolsNoel10-100/+103
2020-10-17tdf#124176: Use pragma once instead of include guardsmariamfahmy1-5/+1
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-6/+5
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert4-18/+41
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert4-18/+43
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert4-36/+80
2020-09-17osl+tools: fix Windows Arm64 buildJan-Marek Glogowski1-2/+2
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-3/+5
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-4/+0
2020-08-06loplugin:flatten in toolsNoel Grandin4-212/+212
2020-08-03Missing include (std::max; Windows --disable-pch)Stephan Bergmann1-0/+1
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann7-11/+11
2020-07-01loplugin:constantparamNoel Grandin2-6/+3