summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-23cid#1546006 COPY_INSTEAD_OF_MOVECaolán McNamara3-6/+6
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-12cid#1559173 COPY_INSTEAD_OF_MOVECaolán McNamara1-8/+8
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara2-8/+8
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-12-06make AlphaMask separate from BitmapNoel Grandin1-4/+4
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+4
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet1-6/+18
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-2/+6
2023-11-22tdf#158126 UI: Scalable buttons for Impress navigation barIrgaliev Amin1-2/+2
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 11)Julien Nabet13-38/+66
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin1-4/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-09-23Use less epoxy external headers dependencyGabor Kelemen1-1/+0
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen4-0/+4
2023-09-05tdf#154138 C/P regression - used setWidth instead of setHeightTomaž Vajngerl1-1/+1
2023-08-24tdf#112687 Simplify polylines from slideshow annotationsRegina Henschel1-13/+25
2023-08-15CID 1539919: Null pointer dereferencesRegina Henschel1-5/+7
2023-08-14tdf#154265 Disable automatic slide advancement when moving backwardsSamuel Mehrbrodt1-1/+6
2023-08-13Related tdf#156630 and tdf#156629 force snapshot of alpha maskPatrick Luby1-12/+0
2023-08-13tfd#112687 Combine adjacent lines into one shapeRegina Henschel1-45/+103
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby1-9/+48
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-3/+3
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-19/+27
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert1-0/+1
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl7-28/+28
2023-07-05tdf#113290: Fix handling of grapheme clusters in slideshow animationsKhaled Hosny1-3/+11
2023-05-07use AlphaMask for variables when calling GetAlphaMaskNoel Grandin1-1/+1
2023-05-04tdf#154839 Add navigation buttons for slidesAmin Irgaliev6-1/+421
2023-04-30Use getXWeak in slideshowMike Kaganski2-2/+2
2023-04-17Remove some unused includesMiklos Vajna1-1/+0
2023-03-30loplugin:stringadd in variousNoel Grandin1-4/+2
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-9/+2
2023-03-10improve loplugin:unnecessarylockingNoel Grandin2-8/+0
2023-02-24BaseMutex->std::mutex in slideshow::EventMultiplexerListenerNoel Grandin1-13/+9
2023-02-23tdf#143148 Use pragma once instead of include guardsniket1322git3-12/+3
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-01-16The third "depth argument is unusedCaolán McNamara1-1/+1
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-3/+3
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2022-11-29New loplugin:crosscastStephan Bergmann1-1/+1
2022-11-28Presenter screen wrong position of pointerDaniel Lohmann1-2/+2
2022-11-28Do not draw pointer on paused mode screenDaniel Lohmann1-2/+6
2022-11-22CppunitTest_slideshow_engine: inherit from UnoApiTestXisco Fauli2-27/+12
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann1-1/+0
2022-11-10Fix typoAndrea Gelmini1-1/+1
2022-11-09Resolves: tdf#148884 impress slideshow uses white text on white in dark modeCaolán McNamara1-9/+21
2022-09-21cid#1515521 Dereference before null checkCaolán McNamara1-1/+1