summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
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-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
2015-02-03Clean up some weird loggingTor Lillqvist
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann
2015-01-19operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist
2015-01-19executeDispatchRequests : cleaning outputsLaurent Godard
2015-01-19convert-to : display error messages in console fdo#88326Laurent Godard
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2015-01-02Fix --help outputStephan Bergmann
2014-12-22desktop, sysui: let --convert-to imply --headlessMiklos Vajna
2014-12-22Drop unused member variablesTakeshi Abe
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann