summaryrefslogtreecommitdiff
path: root/include/vcl/idle.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-05loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-1/+0
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian1-2/+2
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann1-1/+0
2015-06-12std::list for SchedulerJuergen Funk1-0/+1
2015-06-10-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-2/+6
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-03-06Idle Timer: Invented Base ClassTobias Madl1-44/+5
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-8/+8
2015-03-06Idle: Inserted static castTobias Madl1-33/+8
2015-03-06Idle: New enum system, commentsTobias Madl1-16/+35
2015-03-06insert comments and corrected priority valuesJennifer Liebel1-10/+13
2015-03-06Added CommentsTobias Madl1-7/+6
2015-03-06Scheduling optimization and starving protectionTobias Madl1-9/+13
2015-03-06Idle: Idle and Timer completely independendTobias Madl1-0/+84