summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 11)Julien Nabet
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-23Use less epoxy external headers dependencyGabor Kelemen
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen
2023-09-05tdf#154138 C/P regression - used setWidth instead of setHeightTomaž Vajngerl
2023-08-24tdf#112687 Simplify polylines from slideshow annotationsRegina Henschel
2023-08-15CID 1539919: Null pointer dereferencesRegina Henschel
2023-08-14tdf#154265 Disable automatic slide advancement when moving backwardsSamuel Mehrbrodt
2023-08-13Related tdf#156630 and tdf#156629 force snapshot of alpha maskPatrick Luby
2023-08-13tfd#112687 Combine adjacent lines into one shapeRegina Henschel
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl
2023-07-05tdf#113290: Fix handling of grapheme clusters in slideshow animationsKhaled Hosny
2023-05-07use AlphaMask for variables when calling GetAlphaMaskNoel Grandin
2023-05-04tdf#154839 Add navigation buttons for slidesAmin Irgaliev
2023-04-30Use getXWeak in slideshowMike Kaganski
2023-04-17Remove some unused includesMiklos Vajna
2023-03-30loplugin:stringadd in variousNoel Grandin
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-02-24BaseMutex->std::mutex in slideshow::EventMultiplexerListenerNoel Grandin
2023-02-23tdf#143148 Use pragma once instead of include guardsniket1322git
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-16The third "depth argument is unusedCaolán McNamara
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-28Presenter screen wrong position of pointerDaniel Lohmann
2022-11-28Do not draw pointer on paused mode screenDaniel Lohmann
2022-11-22CppunitTest_slideshow_engine: inherit from UnoApiTestXisco Fauli
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann
2022-11-10Fix typoAndrea Gelmini
2022-11-09Resolves: tdf#148884 impress slideshow uses white text on white in dark modeCaolán McNamara
2022-09-21cid#1515521 Dereference before null checkCaolán McNamara
2022-09-19Fix typosAndrea Gelmini
2022-09-19tdf#150402 Correct wrong Bound of Shape in SlideshowArmin Le Grand (allotropia)
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard
2022-09-06CppunitTest_slideshow_engine: remove unused includesMiklos Vajna
2022-09-02tdf#149969 slideshow: handle loop from the animation of a media shapeMiklos Vajna
2022-08-26tdf#149971 avmedia: implement video crop support in the gsteamer backendMiklos Vajna
2022-08-23-Werror=redundant-moveStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann