summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-04-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-08-01std::function::operator bool returns true if it contains a valid targetDavid Ostrovsky2-2/+2
2015-08-01std::function doesn't have empty() methodDavid Ostrovsky2-2/+2
2015-07-31avmedia: replace boost::function with std::functionMichael Stahl2-5/+6
2015-07-24loplugin:unusedmethodsNoel Grandin3-13/+3
2015-07-17com::sun::star->css in avmediaNoel Grandin5-62/+59
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin31-470/+470
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl7-1/+69
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl2-6/+0
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe30-77/+77
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-13tdf#91960 presentation causes Impress crashNoel Grandin1-1/+4
2015-06-10tdf#90077 fix freeze when enabling media toolbar in ImpressNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-04convert MediaState to scoped enumNoel Grandin3-11/+11
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-9/+0
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-4/+4
2015-05-21convert CVT constants to scoped enumNoel Grandin2-2/+2
2015-05-20Fix build for gcc 4.6.4.Thorsten Behrens1-1/+1
2015-05-20Fix reporting missing GStreamer pluginsStephan Bergmann3-25/+201
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-05-14refactor MediaWindow to use RenderContextTomaž Vajngerl2-325/+270
2015-05-13First cut at reporting missing GStreamer pluginsStephan Bergmann1-1/+61
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09Remove unused create member functionsStephan Bergmann4-14/+0
2015-05-09loplugin:staticmethodsStephan Bergmann2-2/+2
2015-05-09loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+2
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-4/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann4-8/+5
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-4/+2
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara13-18/+18
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-182/+195
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-18Typo: thow->throwJulien Nabet1-1/+1
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks2-3/+3
2015-04-16avmedia: convert new to ::Create to get initial ref-counting right.Michael Meeks4-12/+12
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10nail more lifecycle oddness.Michael Meeks1-0/+1
2015-04-10mend misc. lifecycle breakage.Michael Meeks1-0/+2
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-1/+1