summaryrefslogtreecommitdiffstats
path: root/include/vcl/timer.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin2017-11-291-1/+1
* Don't run the OLEObjCache timer for an empty cacheJan-Marek Glogowski2017-09-061-1/+7
* Drop Task::ReadyForScheduleJan-Marek Glogowski2017-07-131-2/+2
* Drop special idle handlingJan-Marek Glogowski2017-07-131-1/+1
* Just walk the task list onceJan-Marek Glogowski2017-07-131-1/+0
* Move scheduler task into its own headerJan-Marek Glogowski2017-07-131-1/+1
* loplugin:unusedmethodsNoel Grandin2017-02-211-1/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-12/+1
* Apply stricter member access control for TasksJan-Marek Glogowski2017-01-201-2/+7
* Change Idle to be a Timer subclassJan-Marek Glogowski2017-01-171-15/+31
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* Convert bTimer => bIdleJan-Marek Glogowski2017-01-171-1/+1
* Always schedule with the same timeJan-Marek Glogowski2017-01-171-1/+1
* tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski2017-01-171-1/+1
* vcl: don't treat non-ready timers as idle handlers.Michael Meeks2015-11-251-1/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian2015-09-041-6/+2
* Revert "std::list for Scheduler"Stephan Bergmann2015-06-151-2/+0
* std::list for SchedulerJuergen Funk2015-06-121-0/+2
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-101-1/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-3/+3
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* vcl timers: avoid crash initializing too early.Michael Meeks2015-03-111-1/+1
* vcl timers: avoid crash with vcldemo.Michael Meeks2015-03-111-0/+3
* Scheduler: Changed uLong to uInt32/uInt64Tobias Madl2015-03-091-6/+6
* Timer: added virtual before definitionTobias Madl2015-03-061-4/+4
* adapted comments and variable namesTobias Madl2015-03-061-2/+2
* Timer: added new saltimer handlingTobias Madl2015-03-061-1/+3
* Timer: patch for commit 06d7314Tobias Madl2015-03-061-1/+1
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-30/+13
* Optimized Timer/Idle codeTobias Madl2015-03-061-0/+1
* Scheduling optimization and starving protectionTobias Madl2015-03-061-0/+1
* Idle: Idle and Timer completely independendTobias Madl2015-03-061-44/+1
* make idle timers actually activate only when idleLuboš Luňák2015-02-041-1/+4
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* Michael's patch implementedTobias Madl2014-12-091-10/+0
* applied patch from Michael MeeksJennifer Liebel2014-12-091-0/+10
* idle: implement ProcessAllIdleHandlers.László Németh2014-11-051-0/+6
* Basic Idle handler implementationTobias Madl2014-11-051-0/+36
* vcl: comment timer classes at least minimally.Michael Meeks2014-09-251-1/+4
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-281-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* oox: render progress bar in main thread for threaded import.Michael Meeks2013-12-041-1/+2
* sal_Bool to bool in VCL Timer and minor cleanupsRodolfo Ribeiro Gomes2013-11-201-12/+5
* fixincludeguards.sh: include/vclThomas Arnhold2013-10-231-3/+3
* execute move of global headersBjoern Michaelsen2013-04-231-0/+81