Age | Commit message (Expand) | Author |
2021-08-17 | Fix o3tl::convert for Rectangle, to operate on right/bottom values | Mike Kaganski |
2021-08-17 | Fix ctor taking Point and Size, to properly handle regative sizes | Mike Kaganski |
2021-08-16 | Rename setX/setY to SetPosX/SetPosY, to align with SetPos | Mike Kaganski |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-11 | Drop convertMm100ToTwip in favor of the new o3tl::toTwips | Mike Kaganski |
2021-08-01 | Fix typos | Andrea Gelmini |
2021-07-30 | tools: use upper case GetWidth/GetHeight for Rect for repr. string | Tomaž Vajngerl |
2021-06-17 | tools: handle special chars correctly in XmlHandler + test | Tomaž Vajngerl |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-20 | reduce copy pasta with Color::GetLuminance() | Luboš Luňák |
2021-04-02 | vcl: move Fraction reading/writing to GenericTypeSerializer | Tomaž Vajngerl |
2021-03-25 | tdf#58745 - Detect end of month when extending a date list | Andreas Heinisch |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-01-20 | ofz#29691 revert throw SvStreamEOFException | Caolán McNamara |
2021-01-18 | make internals of ::Color private | Noel |
2021-01-17 | tools: support reading xml namespace with XmlWalker | Tomaž Vajngerl |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-12 | transparency->alpha in tools::Color | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-18 | throw exception in SvStream when reading past end of file | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-20 | tools::Polygon::Clip() is broken with bezier curves (tdf#137068) | Luboš Luňák |
2020-11-18 | tdf#123936 Formatting files in module tools with clang-format | Philipp Hofer |
2020-11-17 | simplify BigInt, remove isSet | Noel |
2020-11-14 | BigInt's non-big value type is currently sal_Int32 | Mike Kaganski |
2020-10-28 | convert some more long -> tools::Long | Noel |
2020-10-19 | add tools::Long typedef and use it in tools | Noel |
2020-09-28 | Fix SSE2 cpuid checks | Dr. David Alan Gilbert |
2020-09-28 | Fix SSSE3 cpuid checks | Dr. David Alan Gilbert |
2020-09-22 | Fix AVX2 cpuid checks | Dr. David Alan Gilbert |
2020-07-21 | Fix uses of char16_t*/wchar_t* stream inserters | Stephan Bergmann |
2020-06-25 | use tools::JsonWriter for dumping property tree | Noel Grandin |
2020-06-25 | Fix typos | Andrea Gelmini |
2020-06-24 | Add test as an example how to add CPU intrinsics support | Tomaž Vajngerl |
2020-06-22 | Consolidate unique_ptr deleters calling free | Stephan Bergmann |
2020-06-20 | use JsonWriter for the rest of ITiledRenderable | Noel Grandin |
2020-06-19 | asan: need to use malloc instead of new for tools::JsonWriter | Noel Grandin |
2020-06-18 | new json writer for LOK | Noel Grandin |
2020-06-01 | tools: extend test for UnitConversion | Tomaž Vajngerl |
2020-03-07 | clang-format toolkit, tools, uui with under 5-percent lines of change | Muhammet Kara |
2019-12-23 | sal_Char->char in tools | Noel Grandin |
2019-11-11 | Don't compile cpuid test with INTRINSICS_CXXFLAGS | Tomaž Vajngerl |
2019-09-29 | Move Rectangle,Point,Size serialization to GenericTypeSerializer | Tomaž Vajngerl |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-17 | Use CPPUNIT_ASSERT in test code | Stephan Bergmann |
2019-09-17 | Fix assert | Mike Kaganski |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-28 | INetURLObject::setFSysPath is unused now | Stephan Bergmann |
2019-07-09 | CPU intrinsics detection (SSE, AVX) | Tomaž Vajngerl |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |