summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin2-2/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin7-15/+14
2015-04-09prophylactic double dispose audit.Michael Meeks2-0/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in avmediaNoel Grandin6-159/+164
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-02loplugin:redundantcastStephan Bergmann2-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-3/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-42/+42
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-29loplugin:cstylecastStephan Bergmann2-2/+2
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-27convert AVMEDIA_ constants to enum classNoel Grandin4-36/+37
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-03-11Clean up previous commitStephan Bergmann3-33/+6
2015-03-11avmedia: use constructor syntax for avmedia.componentChris Sherlock3-47/+11
2015-03-10avmedia: avoid passing an empty any to InitPropertySequence()Miklos Vajna1-3/+3
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande1-3/+5
2015-03-06Idle: Changed to new enum nameTobias Madl2-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2-2/+2
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl4-2/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl1-0/+3
2015-01-20Some more loplugin:cstylecast: avmediaStephan Bergmann2-2/+2
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl1-0/+5