summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2012-05-02convert custom makefile code into a packageDavid Tardon4-56/+111
2012-04-30make ResId::toString a non-static memberCaolán McNamara3-27/+23
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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 Bergmann8-44/+42
2012-04-23Unused sDataFolderURLStephan Bergmann1-1/+0
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-223/+182
2012-04-19oosplash: improve signal handlers:Michael Stahl1-3/+13
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-16WaE: declaration of 'argc' shadows a previous localDavid Tardon1-10/+10
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon1-3/+2
2012-04-16WaE: unused variable 'hProcess'David Tardon1-1/+3
2012-04-16convert tabs to spacesDavid Tardon1-222/+225
2012-04-14oosplash: handle SIGTERM by killing soffice.binMichael Stahl1-0/+16
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson3-8/+21
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
2012-04-09add package deps for resourcesDavid Tardon1-2/+2
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi5-27/+21
2012-04-08gbuild: "use" vs. "add":Michael Stahl26-42/+42
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi10-89/+33
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-27/+27
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-8/+8
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet6-7/+7
2012-04-05DEFINE_CONST_UNICODE isn't needed here anymoreCaolán McNamara1-27/+25
2012-04-05unused U2S defineCaolán McNamara1-1/+0
2012-04-04Improved error reportingStephan Bergmann1-2/+1
2012-04-04desktop: use CustomTarget makefileMatúš Kukan3-12/+10
2012-04-02reorganize trickier staticsCaolán McNamara1-3/+3
2012-04-02fdo#47963 do not increase height of checkboxesDavid Tardon1-3/+0
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe4-6/+0
2012-03-29remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2-7/+7
2012-03-29fix buildLuboš Luňák1-1/+1
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks11-57/+52
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara1-0/+1
2012-03-28drop unused global rtl::OUStringsCaolán McNamara1-2/+0
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2-18/+18
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-03-27Resolves: rhbz#807316 don't complain that nocrashreport is an unknown optionCaolán McNamara1-1/+3
2012-03-23match DB_ENV creation flags to DB creation flagsCaolán McNamara2-3/+6
2012-03-23Take a meg off our memory footprintCaolán McNamara1-1/+48
2012-03-23DbEnv argument is always NULLCaolán McNamara3-13/+8