summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)Author
2015-09-14cppcheck: noExplicitConstructorCaolán McNamara
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-08-06Build time option --disable-extension-updateKatarina Behrens
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Improve exception messageStephan Bergmann
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin
2015-05-06tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1)Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29fix dubious casts post VclPtr-ingCaolán McNamara
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23callcatcher: remove unused RegisteredDb::getEntryCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-17desktop: convert new to ::Create.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10rhbz#1197614: Fix calculation of m_bHasActive when removing active elementStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in formsNoel Grandin
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07Follow-up to 372f9bce4e28ffcc89f92dc9982ab9a5c4922994, forgot to remove thisTor Lillqvist
2015-04-04Presumably at least the #ifndef DISABLE_BDB2PMAP thing can be killedTor Lillqvist
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-09Fix Linux baseline buildMiklos Vajna
2015-03-06V801: Decreased performanceCaolán McNamara