summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-31vcl PDF tokenizer: indentation fixesMiklos Vajna1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin5-7/+7
2017-07-28loplugin:checkunusedparams more part1Noel Grandin4-19/+21
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara3-6/+5
2017-07-27align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidthCaolán McNamara1-4/+4
2017-07-27Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSavedCaolán McNamara1-1/+0
2017-07-25fix some "deffer" spellingNoel Grandin5-8/+8
2017-07-25tdf#108793 do not use cache for virtual deviceTamas Bunth1-3/+1
2017-07-24Add some const and fix some scheduler loggingJan-Marek Glogowski1-4/+11
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-23pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara1-0/+2
2017-07-23remove unused structJochen Nitschke1-6/+0
2017-07-22add test for CJK (~X) mnemonicsCaolán McNamara1-2/+2
2017-07-21mnemonics in words with Eszett misplacedCaolán McNamara1-6/+4
2017-07-21migrate to boost::gettextCaolán McNamara38-1199/+213
2017-07-20loplugin:unusedfields in vclNoel Grandin13-264/+24
2017-07-18tdf#109194 cleanse startup notification foo from envThorsten Behrens1-0/+8
2017-07-18try sleep instead of blocks annotationCaolán McNamara1-1/+1
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann1-20/+13
2017-07-18vcl pdf tokenizer: indentation fixesMiklos Vajna1-3/+3
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker2-21/+2
2017-07-18loplugin:constparams in vclNoel Grandin74-160/+160
2017-07-17Remove duplicated includesAndrea Gelmini1-1/+0
2017-07-17loplugin:unnecessaryparen: vcl (clang-cl)Stephan Bergmann1-1/+1
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin3-13/+4
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian2-1842/+17
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara1-0/+1
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand1-0/+4
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand9-6858/+195
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand3-32/+133
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand5-104/+155
2017-07-14Fix instant 0ms scheduler wakeup for headlessJan-Marek Glogowski1-1/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin2-2/+2
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin2-18/+5
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard1-1/+1
2017-07-13unused ResMgrCaolán McNamara1-2/+0
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski8-10/+9
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski3-37/+15
2017-07-13Remove duplicated delete informationJan-Marek Glogowski1-11/+4
2017-07-13Run LO scheduler only via system timerJan-Marek Glogowski3-24/+1
2017-07-13Restart the system timer if it returns to earlyJan-Marek Glogowski1-11/+14
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski2-14/+6
2017-07-13Round-robin invoked tasksJan-Marek Glogowski2-11/+39
2017-07-13Correctly account invoked taskJan-Marek Glogowski1-2/+8
2017-07-13Introduce a scheduler stackJan-Marek Glogowski1-40/+68
2017-07-13Correctly account starting tasksJan-Marek Glogowski1-16/+21
2017-07-13Drop special idle handlingJan-Marek Glogowski4-25/+16
2017-07-13Change scheduler list to be queue-likeJan-Marek Glogowski1-13/+16
2017-07-13Just walk the task list onceJan-Marek Glogowski3-23/+7