summaryrefslogtreecommitdiff
path: root/include/vcl/idle.hxx
AgeCommit message (Expand)Author
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-10-Werror,-Winconsistent-missing-overrideStephan Bergmann
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle: Inserted static castTobias Madl
2015-03-06Idle: New enum system, commentsTobias Madl
2015-03-06insert comments and corrected priority valuesJennifer Liebel
2015-03-06Added CommentsTobias Madl
2015-03-06Scheduling optimization and starving protectionTobias Madl
2015-03-06Idle: Idle and Timer completely independendTobias Madl