summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Use o3tl::make_unique when var is unique_ptrJulien Nabet1-1/+2
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin9-277/+277
2017-09-05Resolves: tdf#107249 round ascent/descent/extleading on conversion to intCaolán McNamara1-10/+15
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-7/+1
2017-09-05Revert "Resolves: tdf#107249 round ascent/descent/extleading on conversion to...Stephan Bergmann1-15/+10
2017-09-05rename GetTTFontMterics -> GetTTFontMetricsNoel Grandin2-2/+2
2017-09-05Resolves: tdf#107249 round ascent/descent/extleading on conversion to intCaolán McNamara1-10/+15
2017-09-04tdf#39468 Translate German comments/termsAndreas Brandner1-2/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin4-7/+7
2017-09-03Assertion when editing pattern fieldTamás Zolnai1-1/+1
2017-09-02Just remove an unused variable, no need to keep it commented-outTor Lillqvist1-2/+0
2017-09-02MAC, remove build breaker in session.cxxjan Iversen1-1/+1
2017-09-02Replace list by vector session.cxx (vcl)Julien Nabet1-52/+42
2017-09-02Related: tdf#112063 unsetting and resetting gtk modality is a problemCaolán McNamara1-3/+4
2017-09-01weird SetModalInputMode variant only called by itselfCaolán McNamara1-17/+0
2017-09-01No need to give a new name to a Timer that was already named when createdTor Lillqvist1-1/+0
2017-09-01call SetPriority() on correct IdleNoel Grandin1-1/+1
2017-08-31ofz#3240: avoid oom in gif loaderCaolán McNamara1-3/+10
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann1-1/+1
2017-08-29move ListControl to vclMarkus Mohrhard1-0/+158
2017-08-29Resolves: tdf#111865 ensure draw after SetProgressValue uses new valueCaolán McNamara1-6/+6
2017-08-29Avoid deadlock under --enable-debugStephan Bergmann1-11/+2
2017-08-28Resolves: tdf#111925 we need to take the buffered data len into accountCaolán McNamara1-1/+1
2017-08-25coverity#1416668 Uncaught exceptionCaolán McNamara1-9/+16
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand3-36/+63
2017-08-25loplugin:unusedmethodsNoel Grandin3-36/+0
2017-08-24vcl: fix double-free of ErrorInfoMichael Stahl1-1/+1
2017-08-24vcl PDF export: remove no longer direct NSS dependencyMiklos Vajna1-14/+0
2017-08-24remove unused error code in vclNoel Grandin1-2/+0
2017-08-24unnecessary condition:rGraphic.IsDummyContext()ccsheller1-22/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-29/+52
2017-08-22unnecessary conditionccsheller1-2/+1
2017-08-22Abort on critical Scheduler problemsJan-Marek Glogowski1-7/+19
2017-08-22The scheduler timer starts without SolarMutexJan-Marek Glogowski1-2/+0
2017-08-21Fix typoAndrea Gelmini1-1/+1
2017-08-21WB_FLATSPLITDRAW is deadNoel Grandin1-27/+11
2017-08-21WB_FORCETABCYCLE is deadNoel Grandin1-1/+1
2017-08-21emfplus: Corrected ReadWindowMetafileArmin Le Grand1-4/+17
2017-08-21WB_CBLINESTYLE is deadNoel Grandin1-20/+0
2017-08-21WB_FAST/WB_TOPLEFTVISIBLE are deadNoel Grandin1-8/+0
2017-08-19Fix typoAndrea Gelmini1-1/+1
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin1-2/+3
2017-08-19convert extended WinBits to scoped enumNoel Grandin2-6/+6
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe1-26/+7
2017-08-18loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-08-17Fix typosAndrea Gelmini2-4/+4
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-11/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin29-229/+229
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin8-39/+39