summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentTimerManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-07-13tdf#126004: test EditShell is ok before calling ValidateAllParagraphSignaturesJulien Nabet1-1/+2
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+1
2019-01-03sw: paragraph-sign: process signatures in one pass on loadingAshod Nakashian1-0/+4
2018-12-03sw lok: delay processing idle jobs to let LOK finish initializationAshod Nakashian1-6/+28
2018-11-22Avoid busy-loop related to layout when dragging objects.Michael Meeks1-3/+7
2018-11-22improve function-local statics in swNoel Grandin1-3/+1
2018-08-29tdf#119458 just wakeup Scheduler on active IdleJan-Marek Glogowski1-12/+13
2018-08-28tdf#119458 fix sw background Idle unblockingJan-Marek Glogowski1-4/+17
2018-08-27tdf#119458 fix sw background Idle state handlingJan-Marek Glogowski1-23/+16
2018-08-24tdf#119458 always start the SwDocIdleJan-Marek Glogowski1-1/+1
2018-08-20tdf#116370 cleanup Writer idle job handingJan-Marek Glogowski1-11/+13
2017-10-06Don't schedule the Idle job for busy documentsJan-Marek Glogowski1-49/+72
2017-07-20tdf#109123 Change SwDocIdle base class to IdleJan-Marek Glogowski1-1/+7
2017-07-13Don't poll busy documents via idle taskJan-Marek Glogowski1-20/+13
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-1/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-14/+14
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-5/+4
2015-03-06Timer to idleTobias Madl1-13/+13
2015-03-06Timer: Reversed some Idles to TimerTobias Madl1-10/+10
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
2014-12-09changed timers to IdleTobias Madl1-8/+8
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+9
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl1-17/+17
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-10/+11
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-0/+175