summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
2015-11-10desktop: Make the --writer/--calc/--impress command line options work again.Jan Holesovsky
2015-10-15tdf#92191: Don't use any IPC pipe in a sandboxed OS X appTor Lillqvist
2015-10-15Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist
2015-09-14cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
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-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
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-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-01Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()Tor Lillqvist
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist
2015-03-29m_nofirststartwizard was never testedTor Lillqvist
2015-03-29Bin superfluous empty linesTor Lillqvist
2015-03-29Don't use any IPC pipe when in console-only mode or in a LOKit-based programTor Lillqvist
2015-03-29Bin pointless static const members used only in one placeTor Lillqvist
2015-03-28Remove #if 0 block of codeTor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist
2015-03-24loplugin:constantfunction: variousNoel Grandin
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19fix android buildNoel Grandin
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-09desktop: avoid restart when running in a LOK unit testMiklos Vajna
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist