summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2022-04-19Resolves: tdf#143615 clamp relative times to 1.0Thorsten Behrens1-3/+9
2021-12-09tdf#146094 Impress refuses to go in presentation modeNoel Grandin1-1/+1
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-28vcl: rename OutDevState to StackChris Sherlock1-12/+14
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
2021-07-23workaround accumulate() ambiguity on Mac with PCHCollabora1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-5/+27
2021-06-02tdf#92917: fix crash in Impress in viewmediashape (slideshow)Julien Nabet1-1/+2
2021-06-01Reduce scope (slideshow/viewmediashape)Julien Nabet1-1/+1
2021-05-24crash on launching opengl slide transitions under gtk3Caolán McNamara1-2/+5
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-26drop mask from BitmapExNoel Grandin1-3/+3
2021-04-21Revert "tdf#125949 Allow the slide to continue with ..." (tdf#133447)Luboš Luňák3-67/+1
2021-04-12update PCHsCaolán McNamara1-5/+3
2021-04-08update PCHsLuboš Luňák1-4/+6
2021-04-08Compute permutation2D at compile timeMike Kaganski1-48/+43
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-14/+15
2021-04-06update pchesCaolán McNamara1-1/+2
2021-04-03Use 64-KiB buffer instead of 256-KiBMike Kaganski1-3/+3
2021-03-26loplugin:flattenNoel1-28/+28
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-21update pchesCaolán McNamara1-4/+4
2021-03-13update pchesJulien Nabet1-2/+4
2021-03-11Work around MSVC 2019 16.9.0 warning C4103 compiler bugStephan Bergmann1-2/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski1-5/+3
2021-03-06update pchesJulien Nabet1-3/+4
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-4/+3
2021-02-16loplugin:referencecasting in slideshow..starmathNoel2-7/+7
2021-02-08update pchesCaolán McNamara1-1/+5
2021-02-04use more getSdrObjectFromXShapeNoel2-4/+2
2021-01-27rename Toolkit::Gtk3 to Toolkit::Gtk because Gtk2 support is goneCaolán McNamara1-1/+1
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara1-2/+7
2021-01-13transparency->alpha in GraphicAttrNoel1-1/+1
2021-01-03tdf#136278 Follow-up Check when the eventqueue needs to be emptied.Gülşah Köse2-8/+16