summaryrefslogtreecommitdiff
path: root/extensions/source/update
AgeCommit message (Expand)Author
2015-07-03Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-13use VclPtr<>::CreateDavid Tardon
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Also add RenderContext parameter to updatecheckuiTomaž Vajngerl
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-12extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULTMichael Stahl
2015-03-10fix build of updatecheck extensionNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann
2015-01-31coverity#1267680 Dereference before null checkCaolán McNamara
2015-01-30coverity#707772 Uninitialized scalar fieldCaolán McNamara
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12extensions: sal_Bool -> boolStephan Bergmann
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-20rename define tooThomas Arnhold
2014-08-20stray ErrorBox from ResIdThomas Arnhold
2014-07-10use SimpleReferenceObject in extensions/update moduleNoel Grandin
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-30Allow CppunitTest_extensions_test_update direct access to UpdateCheck classStephan Bergmann
2014-06-26clang: Dead initializationCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann