Age | Commit message (Expand) | Author |
2022-01-15 | tdf#146754: consider xyz:123 as host:port when parsing URLs smart | Mike Kaganski |
2022-01-10 | use less SvStream::Flush() | Noel Grandin |
2022-01-02 | Introduce OUString::unacquired(const OUStringBuffer&) | Mike Kaganski |
2021-12-27 | osl::Mutex->std::mutex in lockFile | Noel Grandin |
2021-12-26 | Avoid OUStringBuffer::toString where possible | Mike Kaganski |
2021-12-25 | Simplify INetURLObject::parseHostOrNetBiosName a bit more | Mike Kaganski |
2021-12-24 | Simplify INetURLObject::parseHostOrNetBiosName | Mike Kaganski |
2021-12-24 | Use rtl functions instead of own surrogate checking/combining | Mike Kaganski |
2021-12-24 | tdf#146382 cant open file from Explorer-attached remote location | Noel Grandin |
2021-12-10 | Make BOM detection slightly more straightforward | Mike Kaganski |
2021-12-06 | tdf#128715 fix tools::Time::GetMonotonicTicks() on 32-bit linux | Urja Rannikko |
2021-12-01 | Fix typos | Andrea Gelmini |
2021-11-29 | tools Color: implement MSO-style luminance modulation/offset filter | Miklos Vajna |
2021-11-26 | speed up Fraction::operator*= a little | Noel Grandin |
2021-11-26 | tdf#133835 speedup calc autofilter (10) | Noel Grandin |
2021-11-24 | Fix typos and translations | Andrea Gelmini |
2021-11-23 | Use proper type for OUString length variables | Stephan Bergmann |
2021-11-23 | Add test for INetURLObject::changeScheme | Stephan Bergmann |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-23 | avoid OUString temporary in INetURLObject::changeScheme | Noel Grandin |
2021-11-23 | tools: fix INetURLObject::changeScheme() | Michael Stahl |
2021-11-22 | tdf#133835 speedup calc autofilter (9) | Noel Grandin |
2021-11-22 | tdf#133835 speedup calc autofilter (8) | Noel Grandin |
2021-11-22 | tdf#133835 speedup calc autofilter (6) | Noel Grandin |
2021-11-21 | tdf#133835 speedup calc autofilter (5) | Noel Grandin |
2021-11-21 | tdf#133835 speedup calc autofilter (4) | Noel Grandin |
2021-11-20 | tdf#133835 speedup calc autofilter (3) | Noel Grandin |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-19 | Drop F_2PI | Mike Kaganski |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-11-19 | rtl::Static->thread-safe static in tools | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in tools | Mike Kaganski |
2021-10-29 | Let's assume this is a bogus warning | Tor Lillqvist |
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-14 | use std::vector::insert instead of push_back | Noel Grandin |
2021-10-14 | Simplify JsonWriter a bit | Mike Kaganski |
2021-10-13 | Improve JsonWriter's escapement code | Mike Kaganski |
2021-10-13 | Unify JsonWriter::put and putRaw a bit | Mike Kaganski |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-02 | fix buffer overruns in JsonWriter::put with UTF-8 values | Noel Grandin |
2021-10-02 | simplify JsonWriter::reallocBuffer by using realloc | Noel Grandin |
2021-09-30 | loplugin:constmethod handle more cases | Noel Grandin |
2021-09-30 | no need to copy the name in XmlWalker::attribute | Noel Grandin |
2021-09-20 | clean up ambiguous confusing rectangle APIs like IsInside() | Luboš Luňák |
2021-09-17 | ensure that some basic geometry classes are trivially copyable | Luboš Luňák |
2021-09-16 | Revert "speedup rational_FromDouble" | Noel Grandin |
2021-09-15 | No need to check if nDX is 0 for atan2 | Mike Kaganski |
2021-09-10 | clang:optin.performance.Padding in tools | Noel Grandin |
2021-09-06 | tdf#144319 fix formula load | Noel Grandin |