summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgfbram.cxx
AgeCommit message (Expand)Author
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-24coverity#1399552 Unintended sign extensionCaolán McNamara
2017-01-22coverity#1399045 Untrusted value as argumentCaolán McNamara
2017-01-22wrong streamCaolán McNamara
2017-01-22return early on not goodCaolán McNamara
2017-01-22move loop variables to loopsCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06-Werror=unused-variableStephan Bergmann
2016-06-06vcl: "sgf" filter: replace manual byte-swapping with SvStream methodsMichael Stahl
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-10-15cppcheck:variableScopeNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-13Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-08coverity#1169866 Uninitialized scalar variableCaolán McNamara
2014-02-08coverity#1169872 Uninitialized scalar variableCaolán McNamara
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-27coverity#708316 Uninitialized scalar fieldCaolán McNamara
2014-01-25coverity#440936 Logically dead codeCaolán McNamara
2014-01-16Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2013-06-02sal_Bool to boolTakeshi Abe
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky