summaryrefslogtreecommitdiff
path: root/core/fxcodec/lgif/fx_gif.h
AgeCommit message (Expand)Author
2017-09-27Make names of GIF types less opaqueRyan Harrison
2017-09-26Move LZW decoder out of fx_gifRyan Harrison
2017-09-22Move C-style functions into CGifContextRyan Harrison
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-05-23Remove longjmp from the Gif moduleNicolas Pena
2017-05-17Gif: Detect string decoding errorsNicolas Pena
2017-05-12Merge FXGIF_Context and CGifDecompressor into CGifContextchromium/3098Nicolas Pena
2017-05-10Cleanup CGifDecompressor part 2Nicolas Pena
2017-05-09Cleanup of CGifDecompressor part 1Nicolas Pena
2017-05-03Use enum class GifDecodeStatus instead of integers in fx_gifNicolas Pena
2017-05-02Fix some nits in fx_gif.cppNicolas Pena
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-09Remove CFX_ArrayTemplate from fpdftext and fxcodec.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-08-12fix 617135hong_zhang
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-07Get rid of NULLs in core/thestig
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
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-14Move core/src/ up to core/.Dan Sinclair