summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-24cid#1500712 silence Explicit null dereferencedCaolán McNamara1-2/+4
2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya1-3/+3
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin1-1/+0
2022-02-02Fix function nameAndrea Gelmini2-4/+4
2022-01-05Disable epoxy test with --disable-guiJan-Marek Glogowski1-5/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-12-09tdf#146094 Impress refuses to go in presentation modeNoel Grandin1-1/+1
2021-12-06Work around two -Werror=implicit-fallthrough=Stephan Bergmann1-2/+2
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski2-0/+10
2021-11-28use more OInterfaceContainerHelper3 in slideshowNoel Grandin4-18/+20
2021-10-31Prepare for removal of non-const operator[] from Sequence in slideshowMike Kaganski3-28/+25
2021-10-15Avoid usage of incomplete types in member functions defined in-classStephan Bergmann1-8/+19
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+1