summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2015-10-28guard boost/property_tree/json_parser.hpp on WNTAndras Timar1-0/+6
2015-09-18tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-0/+1
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks4-15/+16
2015-09-18tdf#93996 - throttle gltf rendering to let UI re-rendering get in.Michael Meeks1-1/+3
2015-08-31tdf#93188 - avoid crash in media player.Michael Meeks1-1/+5
2015-08-06tdf#91960 presentation causes Impress crashNoel Grandin1-1/+4
2015-08-06tdf#90077 fix freeze when enabling media toolbar in ImpressNoel Grandin1-1/+0
2015-05-29convert POINTER constants to scoped enumNoel Grandin1-4/+4
2015-05-21Fix 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
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