summaryrefslogtreecommitdiff
path: root/slideshow/source
AgeCommit message (Expand)AuthorFilesLines
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-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 Sherlock1-16/+16
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl19-92/+93
2022-09-02tdf#149969 slideshow: handle loop from the animation of a media shapeMiklos Vajna9-1/+149
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 Bergmann44-44/+44
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 Kelemen2-4/+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-02Fix function nameAndrea Gelmini2-4/+4
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
2021-10-11loplugin:moveparam in slideshowNoel Grandin9-98/+102
2021-10-06loplugin:moveparam in basegfxNoel Grandin1-1/+1
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-08-24WaE: silence -Wmaybe-uninitializedCaolán McNamara1-1/+1
2021-08-18Fix erroneous commentsMike Kaganski1-2/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-08-10use o3tl::hash_combineCaolán McNamara1-1/+0
2021-08-08use some forward declaresCaolán McNamara1-0/+1
2021-08-05tdf#143728 Certain presentation crashes Impress after starting slideshowNoel Grandin2-10/+10
2021-08-05drop unneeded forward declareCaolán McNamara1-1/+0
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-8/+8
2021-08-01osl::Mutex->std::mutex in EventQueueNoel Grandin2-10/+10
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1