Age | Commit message (Expand) | Author |
2024-11-12 | loplugin:reftotemp in sd | Noel Grandin |
2024-11-12 | clang-tidy: performance-unnecessary-copy-initialization in sd | Noel Grandin |
2024-11-08 | no need to take a copy of the getProcessComponentContext return value | Noel Grandin |
2024-11-07 | loplugin:passstuffbyref in sd | Noel Grandin |
2024-09-20 | use more concrete UNO types in various | Noel Grandin |
2024-09-18 | use more concrete UNO types in sd | Noel Grandin |
2024-09-17 | use more concrete UNO types in sd | Noel Grandin |
2024-07-29 | Prevent rtl::Reference -> css::uno::Reference -> rtl::Reference implicit path | Mike Kaganski |
2024-07-19 | cid#1607792 Dereference after null check | Caolán McNamara |
2024-07-17 | Use IsRunningUnitTest / IsRunningUITest consistently | Mike Kaganski |
2024-07-17 | Simplify checking for "running under unit/ui test" | Noel Grandin |
2024-07-09 | cid#1554688 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-06-28 | tdf#33603: fix notespane (side/tool)bar interactions | Sarper Akdemir |
2024-06-18 | loplugin:ostr in various | Noel Grandin |
2024-05-28 | loplugin:ostr in sd/../ui | Noel Grandin |
2024-05-18 | cid#1598235 Uninitialized pointer field | Caolán McNamara |
2024-05-16 | tdf#33603: sd: make state of notes pane persist across runs | Sarper Akdemir |
2024-05-10 | sd: properly read values of optional config items for SlideSorterBar | Sarper Akdemir |
2024-04-11 | tdf#33603: sd: rework notes panel | Sarper Akdemir |
2024-04-03 | tdf#146619 Drop unused 'using namespace' in: sd/ | Gabor Kelemen |
2024-03-21 | Drop C/C++ DEBUG macro | Stephan Bergmann |
2024-03-11 | tdf#158152: Make presenter console to "Console: file" | Baole Fang |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-03 | Use officecfg instead of SvtSlideSorterBarOptions class | Gabor Kelemen |
2023-11-19 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 9) | Julien Nabet |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sd | Stephan Bergmann |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-04-23 | Run clang-tidy with misc-unused-using-decls on modules [s-t]* | Gabor Kelemen |
2023-03-30 | loplugin:stringadd in sd/sdext | Noel Grandin |
2023-03-15 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Yousef_Rabia |
2023-02-16 | SfxViewShell::GetViewFrame never returns null, change to a reference | Caolán McNamara |
2023-02-05 | osl::Mutex->std::mutex in sd::framework::FrameworkHelper | Noel Grandin |
2023-01-26 | cid#1520593 Uncaught exception | Caolán McNamara |
2023-01-26 | use more concrete types in sd | Noel Grandin |
2023-01-26 | GetDrawController should return pointer | Noel Grandin |
2023-01-26 | no need for sd::ModuleController to load these factories via UNO | Noel Grandin |
2023-01-26 | use more concrete types in sd | Noel Grandin |
2023-01-24 | [API CHANGE] remove service sd::framework::ModuleController | Noel Grandin |
2023-01-24 | [API CHANGE] remove service sd::framework::ConfigurationController | Noel Grandin |
2023-01-23 | [API CHANGE] sd::frame::Configuration does not need to be an UNO service | Noel Grandin |
2023-01-20 | no need to load the list of impress/draw modules from config | Noel Grandin |
2023-01-20 | PresentationFactoryProvider can just be a static method | Noel Grandin |
2023-01-20 | [API CHANGE] no need to load PresentationFactoryProvider via UNO and/or config | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in sd::DrawController | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in ViewShellWrapper | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in sd::framework::Pane | Noel Grandin |
2023-01-12 | tsan:lock-order-inversion in FrameworkHelper | Noel Grandin |
2022-11-17 | tdf#33495: Allow presenter console in windowed mode | Daniel Lohmann |
2022-09-01 | cid#1500537 silence Dereference after null check | Caolán McNamara |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |