summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)Author
2020-11-21Changes to the color classdante
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer
2020-11-18Reduce variable scopeMike Kaganski
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski
2020-11-17simplify BigInt, remove isSetNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12Simplify comparison operatorsMike Kaganski
2020-11-12remove BigInt::operator tools::Long()Noel
2020-11-11Improved starmath colordante
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-08-06loplugin:flatten in toolsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-07-01loplugin:constantparamNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-20add tools::Rectangle::JustifyNoel Grandin
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2019-12-11Fix typosAndrea Gelmini
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-05ofz#17212 Floating point exceptionCaolán McNamara
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-30fix PolyPolygon move operator=Noel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-23loplugin:returnconstval in toolsNoel Grandin
2019-07-15make tools::Rectangle::getBottom return 0 when emptyNoel Grandin
2019-07-15make tools::Rectangle::getWidth return 0 when emptyNoel Grandin
2019-07-12make tools::Rectangle::Bottom return Top when emptyNoel Grandin
2019-07-12make tools::Rectangle::Right return Left when emptyNoel Grandin
2019-07-10make tools::Rectangle::SaturatingSetX/Y respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::setY respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::setX respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustBottom respect empty stateNoel Grandin
2019-07-10make tools::Rectangle::AdjustRight respect empty stateNoel Grandin
2019-07-09make tools::Rectangle::shrink respect empty stateNoel Grandin
2019-07-08make tools::Rectangle::expandBy respect empty stateNoel Grandin
2019-06-25tdf#94677 Calc is slow opening large CSV, improve tools::FractionNoel Grandin
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin
2019-06-07improve empty tools::Rectangle (width)Noel Grandin
2019-05-14Switch everyone to stricter GetColorErrorJan-Marek Glogowski
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-04-27Decouple reading/writing of Color into GenericTypeSerializerTomaž Vajngerl
2019-04-22cleanup and rename COLORDATA_RGB to color::extractRGBTomaž Vajngerl
2019-04-21rework Color to have R,G,B,A public variablesTomaž Vajngerl
2019-04-17Fix uses of variables before their lifetimes beginStephan Bergmann
2019-04-15loplugin:sequentialassign in test..toolsNoel Grandin
2019-02-02tools: use std::swap() in Rectangle::Justify()Miklos Vajna