summaryrefslogtreecommitdiffstats
path: root/include/vcl/idle.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:countusersofdefaultparams in include/oox..vclNoel Grandin2017-11-291-2/+2
* Drop Task::ReadyForScheduleJan-Marek Glogowski2017-07-131-2/+2
* Round-robin invoked tasksJan-Marek Glogowski2017-07-131-0/+16
* Drop special idle handlingJan-Marek Glogowski2017-07-131-1/+1
* Just walk the task list onceJan-Marek Glogowski2017-07-131-1/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-13/+0
* Apply stricter member access control for TasksJan-Marek Glogowski2017-01-201-0/+2
* Change Idle to be a Timer subclassJan-Marek Glogowski2017-01-171-12/+24
* 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-3/+5
* loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin2016-11-231-1/+0
* 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-4/+4
* Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian2015-09-041-2/+2
* Revert "std::list for Scheduler"Stephan Bergmann2015-06-151-1/+0
* std::list for SchedulerJuergen Funk2015-06-121-0/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-06-101-1/+1
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-101-2/+6
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-3/+3
* Gradually typed LinkStephan Bergmann2015-04-301-3/+3
* Idle Timer: Invented Base ClassTobias Madl2015-03-061-44/+5
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-8/+8
* Idle: Inserted static castTobias Madl2015-03-061-33/+8
* Idle: New enum system, commentsTobias Madl2015-03-061-16/+35
* insert comments and corrected priority valuesJennifer Liebel2015-03-061-10/+13
* Added CommentsTobias Madl2015-03-061-7/+6
* Scheduling optimization and starving protectionTobias Madl2015-03-061-9/+13
* Idle: Idle and Timer completely independendTobias Madl2015-03-061-0/+84