summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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 Grandin2-5/+5
2016-02-06convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin10-27/+27
2016-02-06speed up Java unit tests by removing sleepsNoel Grandin2-14/+16
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 Grandin1-1/+1
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 Bergmann70-264/+264
2016-02-05\<the the\> -> theJan Holesovsky1-1/+1
2016-02-05Remove include stdio (part8)Julien Nabet14-16/+0
2016-02-05Typo: emty->emptyJulien Nabet1-3/+3
2016-02-05Let JUnit take care of exceptionsNoel Grandin2-37/+7
2016-02-05Revert "vcl: fix Android build"Jan Holesovsky1-1/+1
2016-02-05vcl: fix Android buildMiklos Vajna1-1/+1
2016-02-05Cleanup crossplatform cairoMox Soini11-308/+24
2016-02-05convert B2DLineJoin to scoped enumNoel Grandin12-45/+45
2016-02-05convert basebmp::Format to scoped enumNoel Grandin9-95/+95
2016-02-05convert DrawMode to scoped enumNoel Grandin2-12/+12
2016-02-05more style fixesMarkus Mohrhard1-3/+6
2016-02-05that is not a TODO anymore, we actually block OpenGL in RDP connectionsMarkus Mohrhard1-1/+1
2016-02-05fix commentMarkus Mohrhard1-5/+5
2016-02-05document that these are references to mozilla bugsMarkus Mohrhard1-3/+1
2016-02-05more style clean-upMarkus Mohrhard1-65/+135
2016-02-05adapt coding styleMarkus Mohrhard1-31/+63
2016-02-05document that it is a reference to a mozilla bugMarkus Mohrhard1-6/+5
2016-02-05graphicfilter: store the funky animated GIF in a PNG as a GIFTomaž Vajngerl1-10/+18
2016-02-05loplugin:loopvartoosmallStephan Bergmann1-1/+1
2016-02-05loplugin:loopvartoosmallStephan Bergmann1-1/+1
2016-02-05add testcase for CVE-2015-0848Caolán McNamara1-0/+0
2016-02-05loplugin:loopvartoosmallNoel Grandin8-17/+17
2016-02-05loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann15-23/+23
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-02-05Fix CheckMemoryUsage java classNoel Grandin1-3/+1
2016-02-05coverity#1302690 Uninitialized pointer fieldCaolán McNamara1-58/+41
2016-02-05coverity#1302689 Uninitialized scalar fieldCaolán McNamara1-2/+20
2016-02-05Allow unsetting underline attributeAndrzej Hunt1-2/+2
2016-02-05ScrollFlags conversion "typo" - fixes scrolling repaint problemsTomaž Vajngerl1-1/+1
2016-02-05loplugin:redundantcast: const_cast to same typeStephan Bergmann4-9/+5
2016-02-05convert PRESENTATION constants to scoped enumNoel Grandin1-9/+9
2016-02-05GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin2-5/+5
2016-02-05new clang plugin: loopvartoosmallNoel Grandin22-75/+75
2016-02-05convert PARENTCLIPMODE constants to scoped enumNoel Grandin17-51/+50