Age | Commit message (Expand) | Author |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-06-27 | Immediately schedule Tasks on start per default | Jan-Marek Glogowski |
2021-02-07 | invoke idle priority timers only when actually idle | Luboš Luňák |
2019-12-24 | sal_Char->char in vcl | Noel Grandin |
2019-10-20 | loplugin:virtualdead unused param in Task::UpdateMinPeriod | Noel Grandin |
2017-11-29 | loplugin:countusersofdefaultparams in include/oox..vcl | Noel Grandin |
2017-07-13 | Drop Task::ReadyForSchedule | Jan-Marek Glogowski |
2017-07-13 | Round-robin invoked tasks | Jan-Marek Glogowski |
2017-07-13 | Drop special idle handling | Jan-Marek Glogowski |
2017-07-13 | Just walk the task list once | Jan-Marek Glogowski |
2017-01-23 | Change all Idle* LINKs to be Timer* | Jan-Marek Glogowski |
2017-01-20 | Apply stricter member access control for Tasks | Jan-Marek Glogowski |
2017-01-17 | Change Idle to be a Timer subclass | Jan-Marek Glogowski |
2017-01-17 | Refactor Scheduler to add Task class | Jan-Marek Glogowski |
2017-01-17 | Convert bTimer => bIdle | Jan-Marek Glogowski |
2017-01-17 | Always schedule with the same time | Jan-Marek Glogowski |
2016-11-23 | loplugin field-can-be-private in include/vcl..xmlscript | Noel Grandin |
2015-11-25 | vcl: don't treat non-ready timers as idle handlers. | Michael Meeks |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-04 | Minor refactoring and cleanup of Scheduler and Timer. | Ashod Nakashian |
2015-06-15 | Revert "std::list for Scheduler" | Stephan Bergmann |
2015-06-12 | std::list for Scheduler | Juergen Funk |
2015-06-10 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2015-06-10 | tdf#91727 - Unwind non-dispatch of idle handlers. | Michael Meeks |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-03-06 | Idle Timer: Invented Base Class | Tobias Madl |
2015-03-06 | Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum | Tobias Madl |
2015-03-06 | Idle: Inserted static cast | Tobias Madl |
2015-03-06 | Idle: New enum system, comments | Tobias Madl |
2015-03-06 | insert comments and corrected priority values | Jennifer Liebel |
2015-03-06 | Added Comments | Tobias Madl |
2015-03-06 | Scheduling optimization and starving protection | Tobias Madl |
2015-03-06 | Idle: Idle and Timer completely independend | Tobias Madl |