summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-23fdo#57224: Preserve disabled-state across reinstallDeployedExtensionsStephan Bergmann1-1/+29
2012-10-03splash screen: fix RTL modeIvan Timofeev1-0/+1
2012-10-02fdo#52268: splash: change color and position of messagesIvan Timofeev1-2/+44
2012-09-26Clean up option processingStephan Bergmann7-197/+215
2012-09-25fdo#54385: Displaying help/version early on UNX requires service managerStephan Bergmann3-5/+8
2012-09-20Don't access broken service mgr during bootstrap failureStephan Bergmann4-97/+69
2012-08-29fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann10-121/+170
2012-08-22TypoStephan Bergmann1-1/+1
2012-08-21fdo#53655: Ignore failure to remove directories (as happens on Windows XP)Stephan Bergmann1-10/+17
2012-08-13fdo#53006: And detect LO downgrading scenarios...Stephan Bergmann2-27/+55
2012-08-13Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann12-531/+13
2012-08-13fdo#53006: Remove directories too, not just plain filesStephan Bergmann1-1/+6
2012-08-10fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann7-23/+163
2012-08-10Related fdo#53006: Do not instantiate service manager too earlyStephan Bergmann3-54/+55
2012-08-10Check for ComponentPackageImpl::isRegistered_ in the current rdbStephan Bergmann1-81/+16
2012-08-10fdo#42470: Do not show backing window on --nodefaultStephan Bergmann1-0/+4
2012-08-09warning C4702: unreachable codeMichael Stahl1-0/+6
2012-07-30fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart ...Stephan Bergmann1-71/+74
2012-07-26fdo#51252 Disable copying share/prereg/bundled to avoid startup crashesStephan Bergmann1-1/+1
2012-07-25Related fdo#51252: Report uncaught exceptions with MessageBox on WindowsStephan Bergmann1-2/+20
2012-07-13Hide information about failure during very early startup a little lessStephan Bergmann1-3/+9
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar1-0/+36
2012-06-22Fix X Session Management supportStephan Bergmann1-0/+3
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2-12/+10
2012-06-02targeted string re-workNorbert Thiebaud12-159/+155
2012-06-01nuke unused namespaceTakeshi Abe8-10/+0
2012-05-31Force --headless argument when LIBO_HEADLESS is definedRiccardo Magliocchetti1-0/+4
2012-05-31More headless build workRiccardo Magliocchetti1-2/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-18removed unused const rtl::OUStringTakeshi Abe3-3/+0
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+2
2012-05-14removed unused static rtl::OUStringTakeshi Abe2-9/+0
2012-05-02Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann1-4/+6
2012-05-02Cleaned up CommandLineArgsStephan Bergmann7-602/+404
2012-04-30make ResId::toString a non-static memberCaolán McNamara3-27/+23
2012-04-26Do not accidentally instantiate other exts when removing exts at startupStephan Bergmann6-11/+14
2012-04-26Improved error reportingStephan Bergmann1-2/+2
2012-04-25...and remove duplicate #include <vector> againStephan Bergmann1-1/+0
2012-04-25Missing #include <vector>Stephan Bergmann1-0/+4
2012-04-25include vectorCaolán McNamara1-0/+1
2012-04-25Proper handling of multiple --accept argumentsStephan Bergmann5-102/+53
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara1-21/+0
2012-04-24Force ExtensionManager resync when the implementation changesStephan Bergmann7-43/+39
2012-04-23Unused sDataFolderURLStephan Bergmann1-1/+0
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-223/+182
2012-04-18Do all of componentLiveInsertion/Removal at the root contextStephan Bergmann1-64/+73
2012-04-18Improved debug outputStephan Bergmann1-1/+1
2012-04-18Improved commentStephan Bergmann1-2/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi5-27/+21
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-89/+33