Age | Commit message (Expand) | Author |
2023-11-07 | warn about exotic protocols as well | Caolán McNamara |
2023-11-06 | tdf#146619 Recheck include/t* with IWYU | Gabor Kelemen |
2023-11-03 | add some protocols that don't make sense as floating frame targets | Caolán McNamara |
2023-11-01 | tdf#157820: handle \\?\ prefixes in INetURLObject | Mike Kaganski |
2023-10-23 | tdf#130924 replace '*printf' with 'SAL_*' logging macros in tools | sahil |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: tools | Stephan Bergmann |
2023-10-18 | Clean up the remaining uses of OUStringConstExpr, and drop it | Stephan Bergmann |
2023-10-15 | Repurpose loplugin:stringstatic for O[U]String vars that can be constexpr | Stephan Bergmann |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |
2023-10-05 | Drop MinMax in favor of std::clamp | Mike Kaganski |
2023-08-03 | Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpness | Eike Rathke |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-07-27 | Check / adjust the correct variables | Mike Kaganski |
2023-07-22 | no need to create OString temporaries when calling XmlWriter methods | Noel Grandin |
2023-07-22 | avoid some unnecessary string copies in tools::XmlWriter | Noel Grandin |
2023-07-16 | cid#1537992 deadcode | Julien Nabet |
2023-07-13 | linking: api: use JsonWriter | Szymon Kłos |
2023-07-06 | make tools::Poly*gon single-arg constructors explicit | Noel Grandin |
2023-07-04 | jsdialog: encode properly control characters | Szymon Kłos |
2023-06-27 | Fix typo | Andrea Gelmini |
2023-06-23 | Introduce tools::Duration individual time values ctor | Eike Rathke |
2023-06-23 | Clamp and assert maximum hours value in Time::init() | Eike Rathke |
2023-06-22 | Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctor | Eike Rathke |
2023-06-21 | Change DateTime friend operator-() to return tools::Duration instead of double | Eike Rathke |
2023-06-21 | rbOverflow was already set for bBadNS, unnecessary to set it again | Eike Rathke |
2023-06-21 | Introduce double DateTime::Sub() as a substitute for friend double operator-() | Eike Rathke |
2023-06-20 | Use tools::Duration in friend double operator-() if DateTime has Time set | Eike Rathke |
2023-06-19 | Fix TB Jenkins_Linux_Ubsan (duration.cxx) | Julien Nabet |
2023-06-17 | Fix typo | Andrea Gelmini |
2023-06-17 | Related: tdf#153517 Introduce class tools::Duration | Eike Rathke |
2023-05-28 | Factor out DateTime::NormalizeTimeRemainderAndApply(tools::Time& rTime) | Eike Rathke |
2023-05-19 | Eliminate 24h loops in DateTime::operator+=/-=(tools::Time&) | Eike Rathke |
2023-04-27 | fix bug in json_writer | Jaume Pujantell |
2023-04-24 | loplugin:unnecessarygetstr extend to more std::string checking | Noel Grandin |
2023-04-24 | loplugin:unnecessarygetstr extend to createFromAscii | Noel Grandin |
2023-04-18 | tdf#143200 assert when pasting a cell to a large-height range | Noel Grandin |
2023-04-11 | Drop Writer::OutLong | Mike Kaganski |
2023-04-10 | Drop SvStream::WriteCharPtr | Mike Kaganski |
2023-04-10 | Use more *string_view | Mike Kaganski |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-05 | fix leaks when using tools::JsonWriter | Noel Grandin |
2023-04-03 | Simplify JsonWriter a bit | Mike Kaganski |
2023-03-30 | loplugin:stringadd in test..tools | Noel Grandin |
2023-03-18 | loplugin:stringadd use more O[U]StringChar | Noel Grandin |
2023-03-08 | tdf#82984 tdf#94915 zip64 support (import + export) | Attila Szűcs |
2023-03-01 | Teach INetURLObject about RFC 7230 URLs with no path but query | Stephan Bergmann |
2023-02-28 | move sanitizing of Size inside GenericTypeSerializer | Noel Grandin |
2023-02-27 | inline StreamData into SvFileStream | Noel Grandin |
2023-02-16 | Only specialize CppUnit::assetion_traits<T>::toString member functions | Stephan Bergmann |
2023-01-29 | tools: rearrange Rectangle test, add construction test case | Tomaž Vajngerl |