summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-09-14use unique_ptr for mpControlFontNoel Grandin2-6/+3
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin27-133/+131
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-11/+3
2017-09-13drop first/last link callbackCaolán McNamara2-26/+2
2017-09-12tdf#108963 PDF export of editeng text highlight: handle rotated textMiklos Vajna1-1/+11
2017-09-12cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-6/+1
2017-09-11Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M10-22/+22
2017-09-11hidpi+gtk3: move setting the opengl slide viewportCaolán McNamara1-2/+9
2017-09-10OSL_ASSERT->assert in putG4Bits (vcl)Julien Nabet1-1/+1
2017-09-08tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTEDMichael Stahl2-1/+3
2017-09-08loplugin:constantparamNoel Grandin1-38/+14
2017-09-06Rename wrong name of vars in auto loopJulien Nabet1-29/+29
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