summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-07-20tdf#107166 improve AA mode selection, retry, more checksTomaž Vajngerl3-38/+84
2017-07-20tdf#109123 WIN Run instant timerout with low priorityJan-Marek Glogowski3-14/+43
2017-07-20Don't run testIdleMainloop on WindowsJan-Marek Glogowski1-4/+7
2017-07-20loplugin:unusedfields in vclNoel Grandin19-293/+27
2017-07-20SalInstance::DoYield: Don't drop SolarMutex when accessing user event queueStephan Bergmann2-7/+0
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski1-0/+1
2017-07-19oss-fuzz: fix wmffuzzerCaolán McNamara1-1/+1
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-18fix oss-fuzz buildCaolán McNamara1-0/+1
2017-07-18vcl pdf tokenizer: indentation fixesMiklos Vajna1-3/+3
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker3-31/+3
2017-07-18loplugin:constparams in vclNoel Grandin138-269/+269
2017-07-17Remove duplicated includesAndrea Gelmini1-1/+0
2017-07-17Fix typosAndrea Gelmini2-2/+2
2017-07-17loplugin:unnecessaryparen: vcl (clang-cl)Stephan Bergmann4-7/+11
2017-07-17loplugin:implicitboolconversion: vcl (clang-cl)Stephan Bergmann1-1/+1
2017-07-17DWrite: resolve unreachable code warningTomaž Vajngerl1-10/+1
2017-07-17DWrite: HRESULT checks for debug modeTomaž Vajngerl1-6/+26
2017-07-17WIN revert to Sleep(1) for yieldJan-Marek Glogowski1-1/+1
2017-07-17WIN annotate GdiPlusBuffer TimerJan-Marek Glogowski1-3/+3
2017-07-17DWrite: move impl. of some methods to the cxxTomaž Vajngerl2-12/+26
2017-07-17factor out DWrite renderer from winlayoutTomaž Vajngerl5-382/+447
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin4-16/+10
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian2-1842/+17
2017-07-15tdf#38915: don't wait on message queue if application already has quit.Mike Kaganski1-1/+2
2017-07-15the font installation code is now controlled by ENABLE_GIOMarkus Mohrhard1-3/+3
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara1-0/+1
2017-07-15coverity#1415095 annotate Infinite loop as false positiveCaolán McNamara1-1/+2
2017-07-15emfplus: corrections for UnitTest in vclArmin Le Grand2-1/+26
2017-07-15emfplus: UnitTests and gerrit build correctionsArmin Le Grand13-533/+0
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand1-0/+4
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand11-6862/+196
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 Grand7-108/+159
2017-07-14Fix instant 0ms scheduler wakeup for headlessJan-Marek Glogowski2-3/+4
2017-07-14vcl: fix -Werror=format (32-bit GCC)Michael Stahl1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin4-6/+6
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks1-0/+9
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin3-23/+12
2017-07-14loplugin:useuniqueptrStephan Bergmann2-10/+8
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard1-1/+1
2017-07-13tdf#107166 BindDC doesn't handle 0 width/height rect consistentlyTomaž Vajngerl1-1/+4
2017-07-13GTK+ convert to a single-shot timerJan-Marek Glogowski4-24/+29
2017-07-13tdf#104883 Don't call InstallFontconfigResources if it's not availableSamuel Mehrbrodt1-0/+9
2017-07-13Revert "GTK+ simplifiy system timer implementation"Jan-Marek Glogowski5-70/+259
2017-07-13unused ResMgrCaolán McNamara1-2/+0
2017-07-13ofz#2287 check multiplyCaolán McNamara1-2/+4