summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Hack for shaky VCL test under ASanStephan Bergmann1-0/+7
2016-08-30default dtor and assignment are ok hereCaolán McNamara1-11/+0
2016-08-30can declare default dtor as virtual now I beliveCaolán McNamara2-5/+1
2016-08-30tdf#99402: fix Metafile Font handlingMike Kaganski3-21/+255
2016-08-29CairoFontsCache is only used in cairotextrender.cxxStephan Bergmann2-32/+36
2016-08-29Toolbar popups need explicit deactivationMaxim Monastirsky2-0/+3
2016-08-29cid#1371168 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-29cid#1371235 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-29cid#1371170 Missing move assignment operatorNoel Grandin1-0/+17
2016-08-29cid#1371176 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-29cid#1371144 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-28coverity#1371444 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-08-28loplugin:defaultparamsJochen Nitschke1-6/+3
2016-08-28screenshot: added functionality to dialogArmin Le Grand3-563/+13
2016-08-28screenshot: develop interactive screenshot dialogArmin Le Grand3-0/+715
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke5-7/+7
2016-08-25Resolves: coverity#1371769 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2016-08-25-Werror,-Wswitch (clang-cl)Stephan Bergmann1-0/+1
2016-08-25-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann1-1/+1
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos3-26/+14
2016-08-25BigToolBox: fixed drawing with gtk2Szymon Kłos1-1/+5
2016-08-23[loplugin]Mike Kaganski1-7/+7
2016-08-23[loplugin:staticcall] follow-upMike Kaganski1-6/+6
2016-08-23[loplugin:staticcall]Mike Kaganski1-24/+24
2016-08-23vcl: Adds backend tests to check for correct renderingTomaž Vajngerl15-0/+2007
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-18loplugin:defaultparamsTor Lillqvist1-2/+2
2016-08-18coverity#1371123 Unchecked return valueCaolán McNamara1-1/+1
2016-08-18coverity#1371444 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-08-18coverity#1371129 'Constant' variable guards dead codeCaolán McNamara1-10/+4
2016-08-18Resolves: tdf#91533 (rhbz#1364335) Tooltips are truncatedrpmbuild2-0/+12
2016-08-18cppcheck: noCopyConstructorCaolán McNamara8-0/+29
2016-08-18cppcheck: nullPointerRedundantCheckCaolán McNamara1-1/+1
2016-08-18add CVE-2016-3301 testcaseCaolán McNamara1-0/+0
2016-08-18add CVE-2016-3303 testcaseCaolán McNamara1-0/+0
2016-08-18add CVE-2016-3304 testcaseCaolán McNamara1-0/+0
2016-08-18loplugin:redundantcastStephan Bergmann1-1/+1
2016-08-18screenshots: fix sc screenshot testfeature/dialog-screenshotsArmin Le Grand1-0/+1
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+2
2016-08-18screenshots: clang plugin & tabpage usage fixesArmin Le Grand1-13/+57
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand1-74/+2
2016-08-18screenshots: add dialog test cases for vclArmin Le Grand4-0/+266
2016-08-18screenshots: use new bootstrap fixture in sc and sdKatarina Behrens1-0/+2
2016-08-18screenshots: kill work-around for pseudo-headless modeKatarina Behrens1-1/+1
2016-08-18screenshots: added support for minimal Screenshot ifcArmin Le Grand2-0/+96
2016-08-18screenshots: added stuff for Linux buildArmin Le Grand1-0/+1
2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand2-8/+10
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand4-1/+73
2016-08-17Nah, just check for iOS explicitly for nowTor Lillqvist1-1/+1