summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* tdf#91960 presentation causes Impress crashNoel Grandin2015-06-131-1/+4
* tdf#90077 fix freeze when enabling media toolbar in ImpressNoel Grandin2015-06-101-1/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* convert MediaState to scoped enumNoel Grandin2015-06-043-11/+11
* convert PARENTCLIPMODE constants to scoped enumNoel Grandin2015-05-281-1/+1
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-1/+1
* loplugin:constantfunctionNoel Grandin2015-05-222-9/+0
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-4/+4
* convert CVT constants to scoped enumNoel Grandin2015-05-212-2/+2
* Fix build for gcc 4.6.4.Thorsten Behrens2015-05-201-1/+1
* Fix reporting missing GStreamer pluginsStephan Bergmann2015-05-203-25/+201
* Remove include stdio (part2)Julien Nabet2015-05-181-2/+0
* refactor MediaWindow to use RenderContextTomaž Vajngerl2015-05-142-325/+270
* First cut at reporting missing GStreamer pluginsStephan Bergmann2015-05-131-1/+61
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* Remove unused create member functionsStephan Bergmann2015-05-094-14/+0
* loplugin:staticmethodsStephan Bergmann2015-05-092-2/+2
* loplugin:implicitboolconversionStephan Bergmann2015-05-091-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-082-2/+2
* Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-05-081-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-062-4/+2
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-2/+2
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-054-8/+5
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-4/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-0313-18/+18
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-292-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-289-182/+195
|\
| * make CreateItemWindow return a VclPtr<>.Michael Meeks2015-04-162-3/+3
| * avmedia: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-164-12/+12
| * More lifecycle correction.Michael Meeks2015-04-131-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * nail more lifecycle oddness.Michael Meeks2015-04-101-0/+1
| * mend misc. lifecycle breakage.Michael Meeks2015-04-101-0/+2
| * clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-101-1/+1
| * vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-102-2/+4
| * vclwidget: only call dispose() onceNoel Grandin2015-04-103-3/+3
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-107-15/+14
| * prophylactic double dispose audit.Michael Meeks2015-04-092-0/+4
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-2/+2
| * vcl: VclPtr conversion in avmediaNoel Grandin2015-04-096-159/+164
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* | Typo: thow->throwJulien Nabet2015-04-181-1/+1
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-153-3/+3
|/
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* loplugin:redundantcastStephan Bergmann2015-04-022-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-023-3/+3
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-023-3/+3
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1