summaryrefslogtreecommitdiff
path: root/vcl/source/filter
AgeCommit message (Expand)Author
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-08Simplify GfxLink using smart pointersMark Page
2016-06-08remove more "unsupported MetaAction" messages from test logsNoel 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-06-06vcl: "sgv" filter: replace more byteswapping with SvStream methodsMichael Stahl
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-06-03ignore comment WMF meta-actions in WMF writerNoel Grandin
2016-06-02vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl
2016-06-02vcl: remove pointless checkMichael Stahl
2016-06-02vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-30Convert MTF R2 constants to scoped enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-23Silence C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsStephan Bergmann
2016-05-22Convert EmfPlusRecordType to scoped enumNoel Grandin
2016-05-22Convert WinMtfFillStyleType to scoped enumNoel Grandin
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-09Update the wmf filter to simplify object ownershipMark Page
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexityMark Page
2016-05-01Fix typosAndrea Gelmini
2016-04-29use initialization listJochen Nitschke
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11Avoid reserved identifiersStephan Bergmann
2016-04-11Remove unused macrosStephan Bergmann
2016-04-11Get rid of _XPMPRIVATEStephan Bergmann
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann
2016-04-11Get rid of _GIFPRIVATEStephan Bergmann
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-12vcl graph: stop abusing a pointer for a boolNorbert Thiebaud
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-03-04tdf#79679 vcl: dashed lines show as solid lines when importing EMF filesChris Sherlock
2016-03-02Fix the import of line joins and caps from EMF filesStephan van den Akker
2016-02-26Improve the import of pen styles from EMF filesStephan van den Akker