summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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 McNamara2-1/+307
2017-08-28loplugin:implicitboolconversionStephan Bergmann1-3/+3
2017-08-28ofz#3092 Direct-leakCaolán McNamara1-1/+8
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 Grand4-36/+64
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 Vajna2-22/+0
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-1/+1
2017-08-24remove unused error code in vclNoel Grandin1-2/+0
2017-08-24unnecessary condition:rGraphic.IsDummyContext()ccsheller1-22/+2
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin2-30/+53
2017-08-22OSX fix updates during resizeJan-Marek Glogowski6-6/+30
2017-08-22unnecessary conditionccsheller1-2/+1
2017-08-22Abort on critical Scheduler problemsJan-Marek Glogowski1-7/+19
2017-08-22SVP always drain the wakeup pipeJan-Marek Glogowski1-2/+7
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-21fix bogus always-true assertsMichael Stahl1-1/+1
2017-08-21WB_CBLINESTYLE is deadNoel Grandin1-20/+0
2017-08-21WB_FAST/WB_TOPLEFTVISIBLE are deadNoel Grandin1-8/+0
2017-08-21trivial WaE when pdfium is disabledCaolán McNamara1-2/+2
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 Grandin3-7/+7
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe1-26/+7
2017-08-18loplugin:implicitboolconversion (clang-cl)Stephan Bergmann2-55/+55
2017-08-18loplugin:oncevar (clang-cl)Stephan Bergmann2-3/+2
2017-08-18loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17Fix typosAndrea Gelmini4-18/+18
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 Grandin34-244/+244
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-1/+1
2017-08-17Remove an odd attempt at ASCII graphicsTor Lillqvist1-2/+1
2017-08-17Put comment back next to code it pertains toStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin9-42/+42
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin9-100/+100
2017-08-16SalFrame Handle* methods can return boolNoel Grandin5-68/+66
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep1-25/+0
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-4/+4
2017-08-14Fix typosAndrea Gelmini1-1/+1
2017-08-14Creating a button for the hamburger menuGökhan Gurbetoğlu1-59/+49
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin3-1/+18