summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
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
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann
2014-12-11desktop: avoid loading to-be-recovered documents when recovery is disabledMiklos Vajna
2014-12-10Headless implies invisibleStephan Bergmann
2014-12-10Fake --headless more cleanlyStephan Bergmann
2014-12-05desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY setMichael Stahl
2014-12-04Enable OfficeIPCThread for LOK on Android in a safer wayTomaž Vajngerl
2014-12-04TEMPORARY: We need OfficeIPCThread for LOK on Android for now.Andrzej Hunt
2014-12-04Don't fail on --protector.Andrzej Hunt
2014-12-04Add OfficeIPCThread::IsEnabled.Andrzej Hunt
2014-12-04Add OfficeIPCThread::WaitForReady.Andrzej Hunt
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
2014-11-20WaE: work around loplugin:unreffun and loplugin:externandnotdefinedTor Lillqvist
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin