summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)Author
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18tdf#109194 cleanse startup notification foo from envThorsten Behrens
2017-07-18try sleep instead of blocks annotationCaolán McNamara
2017-07-18Fix typosAndrea Gelmini
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-07-18vcl pdf tokenizer: indentation fixesMiklos Vajna
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-17Remove duplicated includesAndrea Gelmini
2017-07-17loplugin:unnecessaryparen: vcl (clang-cl)Stephan Bergmann
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand
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-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard
2017-07-13unused ResMgrCaolán McNamara
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
2017-07-13Introduce a scheduler stackJan-Marek Glogowski
2017-07-13Correctly account starting tasksJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Change scheduler list to be queue-likeJan-Marek Glogowski
2017-07-13Just walk the task list onceJan-Marek Glogowski
2017-07-13Refactor Scheduler by merging functionsJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-07-13Refactor Scheduler global dataJan-Marek Glogowski
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski
2017-07-13loplugin:oncevar: empty strings: vclStephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-10crashtesting assert on export to ods from novell835001-2.xlsxCaolán McNamara
2017-07-10loplugin:useuniqueptr in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxxMichael Stahl
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-07xContext only needed for bHyphenate caseCaolán McNamara
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin