summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2024-04-18tdf#160669 IASS: flush Prefetch for SLideShow as neededArmin Le Grand (allotropia)
2024-04-17Simplify nested for loopsAshwani5009
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-04-11IASS: Correct Buffering of last SlideArmin Le Grand (allotropia)
2024-03-22tdf#159258 sd: fix to show objects in slideshow if they haveBalazs Varga
2024-03-21Drop remaining boost/shared_pointer debug functionalityStephan Bergmann
2024-02-12tdf#145538 use range based for loopsKeldin Maldonado (KNM)
2024-02-05tdf#158924 Handle multi-clicks for navigation barVladislav Tarakanov
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski
2023-12-30cid#1545965 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-12cid#1559173 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet
2023-11-22tdf#158126 UI: Scalable buttons for Impress navigation barIrgaliev Amin
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