summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
AgeCommit message (Expand)Author
2015-07-01some random tweaksCaolán McNamara
2015-06-16Fix typosAndrea Gelmini
2015-06-15Dead codeStephan Bergmann
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-22convert 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-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel 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-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-03Clean up some weird loggingTor Lillqvist
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'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
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-05desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY setMichael Stahl
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29No extension cache to clean unless HAVE_FEATURE_EXTENSIONSTor Lillqvist
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler
2014-09-07microoptimisation: no need to compute string length to test emptinessLionel Elie Mamane
2014-09-06Make OOO_EXIT_POST_STARTUP behave more nicely when blankMatthew J. Francis
2014-08-25everything is independent from vos these days...Michael Stahl
2014-08-16try that ErrorBox removal againCaolán McNamara
2014-08-16Revert "ErrorBox EBX_ERR_PRINTDISABLED to String"Markus Mohrhard
2014-08-15ErrorBox EBX_ERR_PRINTDISABLED to StringThomas Arnhold
2014-08-15fdo#70625 Add --cat parameter to make git diffs prettydeenafrancis
2014-07-25Typo: Destop->DesktopJulien Nabet