summaryrefslogtreecommitdiff
path: root/vcl/source/app
AgeCommit message (Expand)Author
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski
2017-09-25Disable Scheduler shutdown assertionJan-Marek Glogowski
2017-09-25Different take on tdf#108406: exclude helpimg from installed themesKatarina Behrens
2017-09-22vcl: [loplugin:badstatics] aInstanceMichael Stahl
2017-09-21Ignore AquaBlinker on Scheduler shutdownJan-Marek Glogowski
2017-09-21Workaround static Task destruction errorJan-Marek Glogowski
2017-09-20Ignore DrawWorkStartupTimer on Scheduler shutdownJan-Marek Glogowski
2017-09-19Assert active Tasks on scheduler de-initJan-Marek Glogowski
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M
2017-09-06Rename wrong name of vars in auto loopJulien Nabet
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-02Just remove an unused variable, no need to keep it commented-outTor Lillqvist
2017-09-02MAC, remove build breaker in session.cxxjan Iversen
2017-09-02Replace list by vector session.cxx (vcl)Julien Nabet
2017-08-29Avoid deadlock under --enable-debugStephan Bergmann
2017-08-25coverity#1416668 Uncaught exceptionCaolán McNamara
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-22Abort on critical Scheduler problemsJan-Marek Glogowski
2017-08-22The scheduler timer starts without SolarMutexJan-Marek Glogowski
2017-08-11Correct icon size assignmentYousuf Philips
2017-08-09osl::Mutex::acquire can effectively only fail upon programming errorsStephan Bergmann
2017-08-09Rephrase SchedulerMutex::acquire so it would work for nLockCount=0Stephan Bergmann
2017-08-09Remove unnecessary, broken check for mnLockDepth != 0Stephan Bergmann
2017-08-09SchedulerMutex::release: don't read mnLockDepth with maMutex already unlockedStephan Bergmann
2017-08-06set LANGUAGE from SvtSysLocale().GetUILanguageTag()Caolán McNamara
2017-08-04Implement VCL Scheduler lockingJan-Marek Glogowski
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski
2017-07-23remove unused structJochen Nitschke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18tdf#109194 cleanse startup notification foo from envThorsten Behrens
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-17Remove duplicated includesAndrea Gelmini
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14Fix instant 0ms scheduler wakeup for headlessJan-Marek Glogowski
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski
2017-07-13Remove duplicated delete informationJan-Marek Glogowski
2017-07-13Run LO scheduler only via system timerJan-Marek Glogowski
2017-07-13Restart the system timer if it returns to earlyJan-Marek Glogowski
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski
2017-07-13Round-robin invoked tasksJan-Marek Glogowski
2017-07-13Correctly account invoked taskJan-Marek Glogowski