summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode
AgeCommit message (Expand)Author
2016-06-15Make code compile with clang_use_chrome_plugin (part IV)weili
2016-06-14Make code compile with clang_use_chrome_plugin (part III)weili
2016-06-13Optionally skip image type detection in progressive decoder.dsinclair
2016-06-10Trust the compiler to do array indexing and superclass promotion.tsepez
2016-06-10Add missing const, remove casts in BC_QRCoderErrorCorrectionLeveltsepez
2016-06-10Remove redundant make_pair* cast in fxbarcodetsepez
2016-06-10Remove redundant casts, part 9.tsepez
2016-06-09remove redundant CFX_Matrix* cast in one-d barcodechromium/2766chromium/2765tsepez
2016-06-09Get rid of NULLs in xfa/fxbarcode/thestig
2016-06-06Clean up C-Style casts in CBC_CodeBase and subclassestsepez
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-31Fix compile error ‘isnan’ was not declared in this scopephajdan.jr
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-25Clean up fx_ge.h and IWYU.thestig
2016-05-23Clean up more XFA code which causes warningsweili
2016-05-20Fix /analyze warnings in fxbarcode/tsepez
2016-05-20Clean up XFA code which causes warningsweili
2016-05-16Fix the code that causes warningsweili
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 11tsepez
2016-05-02Fix lint bugs.thestig
2016-05-02Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 10tsepez
2016-04-29Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 9tsepez
2016-04-29Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 8tsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5tsepez
2016-04-28Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, part 4tsepez
2016-04-21Make CFX_BasicArray non-copyable.tsepez
2016-04-14Avoid needless construction of CFX_ByteStrings during string buildingtsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-21Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode.Dan Sinclair
2016-03-18Reduce size of several PDFium constant tables.Tom Sepez
2016-03-14Move xfa/src up to xfa/.Dan Sinclair