Age | Commit message (Expand) | Author |
2018-02-06 | Move core/fxcodec/lbmp/ -> core/fxcodec/bmp/ | Ryan Harrison |
2018-02-06 | Changing the member naming style in BMPDecompressor | Ryan Harrison |
2017-10-02 | Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231 | Ryan Harrison |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-27 | Remove error strings from BMP decoding path | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-06-22 | Continue BMP decoder cleanup | Nicolas Pena |
2017-06-20 | Fix signedness of height in BMP decoder | Nicolas Pena |
2017-06-19 | Make out_row_buffer an std::vector | Nicolas Pena |
2017-06-15 | Remove unused BMP compressing code | Nicolas Pena |
2017-06-14 | Cleanup fx_bmp part 1 | Nicolas Pena |
2017-06-13 | Check validity of color indices in bmp_decode_rgb | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-15 | Fix an integer underflow in the BMP decoder. | Lei Zhang |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Fix boundary value negation in bmp_read_headerchromium/3041 | Nicolas Pena |
2017-03-07 | Limit BMP width to avoid overflows | Nicolas Pena |
2017-01-16 | Check blue,green,red bit count in bmp_decode_rgb | Nicolas Pena |
2016-11-28 | Replace ASSERT with error return in bmp_read_header | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-08-02 | Verify row bytes before alloc in BMP codec. | dsinclair |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-03-25 | Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692 | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-14 | Move core/src/ up to core/. | Dan Sinclair |