summaryrefslogtreecommitdiff
path: root/include/vcl/timer.hxx
AgeCommit message (Expand)Author
2019-12-24sal_Char->char in vclNoel Grandin
2019-10-20loplugin:virtualdead unused param in Task::UpdateMinPeriodNoel Grandin
2019-10-04drop unnecessary includesCaolán McNamara
2017-11-29loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin
2017-09-06Don't run the OLEObjCache timer for an empty cacheJan-Marek Glogowski
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Just walk the task list onceJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-20Apply stricter member access control for TasksJan-Marek Glogowski
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski
2017-01-17Always schedule with the same timeJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann
2015-06-12std::list for SchedulerJuergen Funk
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
2015-03-06Timer: added virtual before definitionTobias Madl
2015-03-06adapted comments and variable namesTobias Madl
2015-03-06Timer: added new saltimer handlingTobias Madl
2015-03-06Timer: patch for commit 06d7314Tobias Madl
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Optimized Timer/Idle codeTobias Madl
2015-03-06Scheduling optimization and starving protectionTobias Madl
2015-03-06Idle: Idle and Timer completely independendTobias Madl
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-09Michael's patch implementedTobias Madl
2014-12-09applied patch from Michael MeeksJennifer Liebel
2014-11-05idle: implement ProcessAllIdleHandlers.László Németh
2014-11-05Basic Idle handler implementationTobias Madl
2014-09-25vcl: comment timer classes at least minimally.Michael Meeks
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks
2013-11-20sal_Bool to bool in VCL Timer and minor cleanupsRodolfo Ribeiro Gomes