Age | Commit message (Expand) | Author |
2024-10-21 | Make tools::Time ctor taking sal_Int64 private | Mike Kaganski |
2024-07-07 | move UniqueID to tools and rework to increase counter in constructor | Tomaž Vajngerl |
2024-05-16 | loplugin:ostr in tools | Noel Grandin |
2024-04-17 | Drop FRound, and use generalized basegfx::fround | Mike Kaganski |
2024-02-25 | Avoid MAX_PATH limitation in launcher | Mike Kaganski |
2024-02-23 | use more string_view in tools::JsonWriter | Noel Grandin |
2024-02-06 | return string_view from some XmlWalker methods | Noel Grandin |
2024-01-08 | Simplify JsonWriter a bit | Mike Kaganski |
2023-12-20 | Simplify and rename for clarity | Mike Kaganski |
2023-12-20 | ofz#65165 Stack-buffer-overflow READ 4 test case | Caolán McNamara |
2023-12-16 | Drop incorrect conditional compilation | Mike Kaganski |
2023-11-19 | Extended loplugin:ostr: tools | Stephan Bergmann |
2023-11-01 | tdf#157820: handle \\?\ prefixes in INetURLObject | Mike Kaganski |
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-06-23 | Introduce tools::Duration individual time values ctor | Eike Rathke |
2023-06-22 | Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctor | Eike Rathke |
2023-06-17 | Related: tdf#153517 Introduce class tools::Duration | Eike Rathke |
2023-04-24 | loplugin:unnecessarygetstr extend to more std::string checking | Noel Grandin |
2023-04-05 | fix leaks when using tools::JsonWriter | Noel Grandin |
2023-03-01 | Teach INetURLObject about RFC 7230 URLs with no path but query | Stephan Bergmann |
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 |
2022-10-22 | Fix StartWritingUnicodeText | Mike Kaganski |
2022-08-24 | tools: test Rectangle::Normalize() | Chris Sherlock |
2022-08-09 | tools: json writer test does not need to use test::BootstrapFixture | Chris Sherlock |
2022-07-12 | use a read-only stream when reading graphic data | Luboš Luňák |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-06-15 | Add unit tests for ZCodec | offtkp |
2022-05-13 | sw content controls, dropdown: add LOK API | Miklos Vajna |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-05 | Fix typos | Andrea Gelmini |
2022-04-05 | add tools::Guid class to generate, parse GUID values | Tomaž Vajngerl |
2022-04-02 | Recheck modules t* with IWYU | Gabor Kelemen |
2022-03-31 | tdf#148253: fix matching algorithm | Mike Kaganski |
2022-01-15 | tdf#146754: consider xyz:123 as host:port when parsing URLs smart | Mike Kaganski |
2021-12-24 | tdf#146382 cant open file from Explorer-attached remote location | Noel Grandin |
2021-12-01 | Fix typos | Andrea Gelmini |
2021-11-29 | tools Color: implement MSO-style luminance modulation/offset filter | Miklos Vajna |
2021-11-24 | Fix typos and translations | Andrea Gelmini |
2021-11-23 | Add test for INetURLObject::changeScheme | Stephan Bergmann |
2021-10-28 | -Werror,-Wunused-macros | Stephan Bergmann |
2021-10-27 | CPU-specific files should not include templates or inlines | Luboš Luňák |
2021-10-13 | Unify JsonWriter::put and putRaw a bit | Mike Kaganski |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
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 |