summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2023-10-23tdf#156525 Save as > HTML loses drawing object as invalid gifNoel Grandin1-1/+1
2023-09-05tdf#154138 C/P regression - used setWidth instead of setHeightTomaž Vajngerl1-1/+1
2023-08-15tdf#154265 Disable automatic slide advancement when moving backwardsSamuel Mehrbrodt1-1/+6
2023-07-06tdf#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
2022-09-19Fix typosAndrea Gelmini2-2/+2
2022-09-19tdf#150402 Correct wrong Bound of Shape in SlideshowArmin Le Grand (allotropia)2-3/+32
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock2-43/+38
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl20-93/+95
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard1-1/+1
2022-09-06CppunitTest_slideshow_engine: remove unused includesMiklos Vajna1-7/+0
2022-09-02tdf#149969 slideshow: handle loop from the animation of a media shapeMiklos Vajna14-1/+306
2022-08-26tdf#149971 avmedia: implement video crop support in the gsteamer backendMiklos Vajna1-1/+13
2022-08-23-Werror=redundant-moveStephan Bergmann1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann45-45/+45
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-1/+1
2022-08-03clang-tidy modernize-pass-by-value in slideshowNoel Grandin61-183/+230
2022-07-14loplugin:moveitNoel Grandin1-1/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-2/+2
2022-06-27tdf#91456 OpenGL context rendered without slide on itdldld1-0/+6
2022-05-31The return value of std::count_if is guaranteed to be non-negativeStephan Bergmann5-15/+20
2022-05-25tdf#149068 don't call any OpenGL if the context is initially 'invalid'Caolán McNamara1-5/+12
2022-05-08osl::Mutex->std::mutex in slideshow::EventQueueNoel Grandin2-12/+12
2022-05-04Just use Any ctor instead of makeAny in slideshowStephan Bergmann2-2/+2
2022-04-14Resolves: tdf#143615 clamp relative times to 1.0Thorsten Behrens1-3/+9
2022-04-10use more string_viewNoel Grandin1-1/+1
2022-03-11loplugin:constparamsNoel Grandin1-4/+4
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen5-7/+1
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)1-1/+0