summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-42/+42
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-3/+3
* loplugin:cstylecastStephan Bergmann2015-03-292-2/+2
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-5/+5
* convert AVMEDIA_ constants to enum classNoel Grandin2015-03-274-36/+37
* convert SfxChildAlignment to enum classNoel Grandin2015-03-241-1/+1
* Clean up previous commitStephan Bergmann2015-03-113-33/+6
* avmedia: use constructor syntax for avmedia.componentChris Sherlock2015-03-113-47/+11
* avmedia: avoid passing an empty any to InitPropertySequence()Miklos Vajna2015-03-101-3/+3
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-3/+5
* Idle: Changed to new enum nameTobias Madl2015-03-062-2/+2
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-062-2/+2
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-064-2/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl2015-01-231-0/+3
* Some more loplugin:cstylecast: avmediaStephan Bergmann2015-01-202-2/+2
* try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl2015-01-191-0/+5
* GetData is a hopelessly generic nameCaolán McNamara2015-01-141-1/+1
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-01-093-11/+11
* avmedia: disable VLC unless in experimental model.Michael Meeks2015-01-082-0/+19
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-4/+4
* Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee2015-01-051-4/+3