summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Fix typosAndrea Gelmini52-54/+54
2016-02-06Fix typosAndrea Gelmini25-25/+25
2016-02-06downgrade this WARN to an INFOCaolán McNamara1-2/+2
2016-02-06Revert "std::list for Scheduler"Stephan Bergmann10-154/+127
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin128-508/+261
2016-02-06cppcheck:unreadVariableNoel Grandin33-82/+32
2016-02-06cppcheck:redundantAssignmentNoel Grandin37-107/+65
2016-02-06Fix humorous search/replace accidentTor Lillqvist1-3/+4
2016-02-06java: 'final static' to 'static final'Noel Grandin1-0/+0
2016-02-06Fix indentationStephan Bergmann1-18/+18
2016-02-06Minor clean upStephan Bergmann1-9/+8
2016-02-06Assume that nDPI should never be zero in ImplLogicToPixelStephan Bergmann1-1/+2
2016-02-06vcl: avoid possible leaks in case of unexpected exceptionsTakeshi Abe1-10/+6
2016-02-06Fix typosAndrea Gelmini35-44/+44
2016-02-06cppcheck: redundantCondition [part2]Julien Nabet22-43/+30
2016-02-06TyposJulien Nabet3-3/+3
2016-02-06Fix typosAndrea Gelmini11-12/+12
2016-02-06Fix funny line-ends.Thorsten Behrens1-4/+4
2016-02-06vcl: loplugin:pointertoboolMiklos Vajna1-1/+1
2016-02-06std::list for SchedulerJuergen Funk10-128/+155
2016-02-06that case can't happen anymoreMarkus Mohrhard1-5/+1
2016-02-06Revert "Fix LibreOffice running with SAL_ENABLEGL=1"Markus Mohrhard1-6/+3
2016-02-06in general this seems to make more senseMarkus Mohrhard3-8/+12
2016-02-06coverity#1306214 Uninitialized pointer fieldCaolán McNamara1-1/+5
2016-02-06coverity#1306212 silence Infinite loopCaolán McNamara1-0/+1
2016-02-06Cleanup crossplatform cairoMox Soini11-572/+28
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin39-102/+102
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin22-41/+41
2016-02-06speed up Java unit tests by removing sleepsNoel Grandin121-1387/+726
2016-02-06loplugin:bodynotinblockStephan Bergmann1-2/+2
2016-02-06WaE: 'convertScreenToBase:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-3/+3
2016-02-06WaE: null passed to a callee that requires a non-null argumentTor Lillqvist1-2/+2
2016-02-06Last item of menu with title cannot be hilightedPhilippe Jung1-1/+1
2016-02-06vcl: handle nDPI == 0 in ImplPixelToLogic()Miklos Vajna1-1/+1
2016-02-06tdf#91462 - fix invisible menu titles of open menusLászló Németh1-1/+6
2016-02-05loplugin:unnecessaryvirtualsNoel Grandin26-114/+251
2016-02-05WaE: null passed to a callee that requires a non-null argumentTor Lillqvist1-1/+1
2016-02-05loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann71-265/+265
2016-02-05\<the the\> -> theJan Holesovsky6-7/+8
2016-02-05Remove include stdio (part8)Julien Nabet15-18/+0
2016-02-05Typo: emty->emptyJulien Nabet6-9/+9
2016-02-05Let JUnit take care of exceptionsNoel Grandin18-965/+533
2016-02-05Revert "vcl: fix Android build"Jan Holesovsky2-2/+2
2016-02-05vcl: fix Android buildMiklos Vajna2-2/+2
2016-02-05Cleanup crossplatform cairoMox Soini13-409/+36
2016-02-05convert B2DLineJoin to scoped enumNoel Grandin38-148/+148
2016-02-05convert basegfx::FillRule to scoped enumNoel Grandin3-18/+5
2016-02-05convert basebmp::Format to scoped enumNoel Grandin20-223/+224
2016-02-05convert DrawMode to scoped enumNoel Grandin13-126/+126
2016-02-05more style fixesMarkus Mohrhard1-3/+6