Age | Commit message (Expand) | Author |
2023-03-15 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Yousef_Rabia |
2023-03-10 | improve loplugin:unnecessarylocking | Noel Grandin |
2023-03-09 | tdf#147021 - Use std::size() instead of SAL_N_ELEMENTS() macro | Vinit Agarwal |
2023-03-08 | BaseMutex->std::mutex in BibDataManager | Noel Grandin |
2023-03-07 | no need to allocate these separately | Noel Grandin |
2023-02-20 | cid#1521188 Uninitialized scalar variable | Caolán McNamara |
2023-01-16 | cid#1474008 silence Unchecked return value from library | Caolán McNamara |
2023-01-12 | draw selection bounds without using RasterOp::Invert | Caolán McNamara |
2023-01-12 | mbDragDrawn is always false when queried | Caolán McNamara |
2023-01-12 | Curl:CURLOPT_REDIR_PROTOCOLS(_STR): use only "https", not "http" | Julien Nabet |
2023-01-11 | Fix types for Curl elements (update part) | Julien Nabet |
2023-01-09 | Fix deprecated Curl elements for update part | Julien Nabet |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-22 | loplugin:unocast (pcr::PropertyEventTranslation) | Stephan Bergmann |
2022-12-21 | cid#1517812 Dereference null return value | Caolán McNamara |
2022-12-21 | iloplugin:unocast (pcr::OFormattedNumericControl) | Stephan Bergmann |
2022-12-20 | loplugin:unocast (weld::TransportAsXWindow) | Stephan Bergmann |
2022-12-16 | check SfxObjectShell::Current() | Caolán McNamara |
2022-12-16 | Fix deadlock | Stephan Bergmann |
2022-12-16 | blind fix for some 7.4.3.2 crashes in UpdateCheckJob | Noel Grandin |
2022-11-24 | Resolves: tdf#152157 show update icon on all menubars | Caolán McNamara |
2022-11-24 | split RemoveBubbleWindow | Caolán McNamara |
2022-11-24 | add some notes on how to debug online update from a dev version | Caolán McNamara |
2022-11-24 | Drop redundant -Wnon-virtual-dtor | Stephan Bergmann |
2022-11-23 | loplugin:unusedfields make some fields private | Noel Grandin |
2022-11-22 | loplugin:unusedfields | Noel Grandin |
2022-11-21 | loplugin:unusedfields start removing unused weld fields | Noel Grandin |
2022-11-05 | -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): extensions | Stephan Bergmann |
2022-10-18 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | OmkarAcharekar |
2022-10-14 | WASM add Calc as optional build result, make it build & run | Balazs Varga |
2022-10-05 | tdf#126917 menu: OpenXMLFilterSettings != Macros | Justin Luth |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-27 | use more string_view in cui,extensions | Noel Grandin |
2022-09-19 | Rename MouseNotifyEvent to NotifyEventType | Samuel Mehrbrodt |
2022-09-08 | Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates" | Juan C. Sanz |
2022-09-07 | tdf#150569 Modify hardcoded dates to extend the range of accepted dates | jucasaca |
2022-08-31 | cid#1509230 Inefficient vector resizing with reserve. | Noel Grandin |
2022-08-26 | tdf#145538 Use range based for loops | PoonamShokeen |
2022-08-23 | tdf#148251 Use std::swap instead of using temporary values | Liu Hao |
2022-08-23 | Drop obsolete code | Mike Kaganski |
2022-08-19 | tdf#148430 Use std math functions instead of rtl::math | Liu Hao |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-09 | tdf#150278: avoid gen/gtk3 difference in m_xPropBox->GetCurPage() | Justin Luth |
2022-07-25 | use more o3tl::span | Noel Grandin |
2022-07-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-21 | clang-tidy modernize-pass-by-value in extensions | Noel Grandin |
2022-06-20 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | jsala |
2022-06-13 | Drop obsolete preprocessor directives from UNOIDL files | Stephan Bergmann |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-24 | tdf#149096: don't translate "Get" and "Post" submit methods | Julien Nabet |