Age | Commit message (Expand) | Author |
2023-04-04 | tdf#41652: Variable width NBSP | Vojtěch Doležal |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-03-30 | loplugin:stringadd in ucbhelper..uui | Noel Grandin |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-03-17 | elide some temporary OUStrings | Noel Grandin |
2023-03-13 | remove leftover #undef | Noel Grandin |
2023-03-08 | tdf#82984 tdf#94915 zip64 support (import + export) | Attila Szűcs |
2023-02-27 | no need to hold CollatorWrapper by std::unique_ptr | Noel Grandin |
2023-02-21 | osl::Mutex->std::mutex in FmSearchConfigItem | Noel Grandin |
2023-02-16 | Drop 'using namespace ::std' in dirs [u-x]* | Gabor Kelemen |
2023-02-16 | osl::Mutex->std::mutex in UcbLockBytes | Noel Grandin |
2023-01-21 | fix ZipPackageHelper::addFile | Noel Grandin |
2023-01-17 | tdf#97362 Convert unotools tempfile tests to Python | Chenxiong Qi |
2023-01-13 | XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriter | Noel Grandin |
2022-12-31 | tdf#152676 Writer: Compatibility options no longer saved as default | Noel Grandin |
2022-12-30 | tdf#136306 offapi linguistic: add options to disable rule-based compounding | László Németh |
2022-12-28 | Introduce lo_get_app_data_dir() for Emscripten, too | Tor Lillqvist |
2022-12-16 | i18n: fix build with Boost 1.81.0 | Đoàn Trần Công Danh |
2022-12-01 | loplugin:unusedfields make some fields private | Noel Grandin |
2022-11-18 | rename IsStarSymbol to IsOpenSymbol | Caolán McNamara |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-06 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | jsala |
2022-11-01 | -Werror,-Wunused-variable (clang-cl) | Stephan Bergmann |
2022-10-24 | tdf#133768 speed up temp file creation | Noel Grandin |
2022-10-22 | tdf#133767 speed up temp file creation | Noel Grandin |
2022-10-21 | tdf#133767 use more TempFileFastService | Noel Grandin |
2022-10-21 | loplugin:referencecasting look for a new pattern | Noel Grandin |
2022-10-21 | tdf#133767 new service TempFileFastService | Noel Grandin |
2022-10-19 | crashtesting: temp files accumulating over time | Caolán McNamara |
2022-10-06 | [API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics" | Heiko Tietze |
2022-10-05 | unotools: test ConvertChar::RecodeString() | Chris Sherlock |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | tdf#123990 sc condition: use GetTransliteration, not GetCollator | Justin Luth |
2022-09-23 | Fix utl::splitLastFromConfigurationPath | Stephan Bergmann |
2022-09-23 | Add tests for utl::splitLastFromConfigurationPath | Stephan Bergmann |
2022-09-23 | tdf#123990 sc condformat: case insensitive begins/ends/contains | Justin Luth |
2022-09-22 | cid#1515531 Out-of-bounds access | Caolán McNamara |
2022-09-22 | this originally checked for > 0 | Caolán McNamara |
2022-09-21 | bogus OSL_ASSERT: nPos != std::u16string_view::npos ... warnings | Caolán McNamara |
2022-09-20 | use more string_view in unotools | Noel Grandin |
2022-09-18 | use more string_view in utl::TempFile | Noel Grandin |
2022-09-14 | crashtesting: SvMemoryStream::PutData assert | Caolán McNamara |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-09-13 | Empty string has no characters of any type | Eike Rathke |
2022-09-13 | Fix everything using XCharacterClassification::getStringType() and don't use it | Eike Rathke |
2022-08-31 | Remove comment that has been outdated since 2001 | Tor Lillqvist |
2022-08-22 | Resolves: tdf#150288 Do not prepend the locale's full date acceptance pattern | Eike Rathke |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-07-13 | loplugin:unusedmethods | Noel Grandin |