Age | Commit message (Expand) | Author |
2016-04-13 | Re-enable warning 4701 for GN build and some cleanup | weili |
2016-04-12 | Cleanup various IFX_ text interfaces. | dsinclair |
2016-04-12 | Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707 | weili |
2016-04-12 | Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bpp | ochang |
2016-04-12 | Remove IFDE_Pen and IFDE_Brush. | dsinclair |
2016-04-12 | Fix Windows 32-bit GN build. | ochang |
2016-04-12 | Remove ICodec_* Interfaces. | dsinclair |
2016-04-12 | Record all fonts, not just one per charset. | dsinclair |
2016-04-12 | flesh out gradient shaders | caryclark |
2016-04-11 | Remove CPDF_Object::GetConstString and overrides | tsepez |
2016-04-11 | Make CFX_{Byte,Wide}String::Remove() no-touch if possible | tsepez |
2016-04-11 | Fix integer issues leading to out of bounds access in fx_ge_text.cpp. | ochang |
2016-04-11 | Avoid copying in TrimRight() and TrimLeft() if possible. | tsepez |
2016-04-11 | fix infinite loops when rebuild the cross reference table | jinming_wang |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
2016-04-11 | Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate. | dsinclair |
2016-04-08 | Make converstion explicit from CFX_ByteString to uint8_t* | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-08 | Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuf | tsepez |
2016-04-08 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-07 | Remove unused ICodec_Jbig2Encoder | dsinclair |
2016-04-06 | Make wide strings use StringData template | tsepez |
2016-04-06 | Remove CFX_SegmentedArray. | tsepez |
2016-04-06 | Remove IFX_FontEnumerator | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
2016-04-06 | Rename FX_SAFE_DWORD to FX_SAFE_UINT32 | dsinclair |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-06 | remove agg from skia driver | caryclark |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Remove dead image decoding/caching code. | thestig |
2016-04-05 | Make StringData a templated class. | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Remove core/include/fpdfdoc/fpdf_vt.h | dsinclair |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-04 | Make IPDF_VariableText_{Provider,Iterator} inner classes. | dsinclair |
2016-04-04 | flip sense of alpha masks | caryclark |
2016-04-04 | Support the device font cache | caryclark |
2016-04-04 | Remove _FXBSTR* and calls to FX_BSTRC. | dsinclair |
2016-04-01 | Re-land "Use CFX_RetainPtr to ref count CFX_ByteString"" | tsepez |
2016-04-01 | Remove CFX_{Byte,Wide}String::Equal in favor of "==". | tsepez |
2016-03-31 | Split core/include/fpdfdoc/fpdf_ap.h | dsinclair |
2016-03-31 | Re-enable all the windows warnings except 4267 | weili |
2016-03-31 | Beef up unit test for CFX_ByteString and CFX_WideString. | tsepez |
2016-03-31 | Revert "Use CFX_RetainPtr to ref count CFX_ByteString"chromium/2700chromium/2699chromium/2698chromium/2697 | tsepez |
2016-03-30 | Fix C4434 warning about 32-bit shift assigned to 64-bits | Bruce Dawson |
2016-03-30 | Use CFX_RetainPtr to ref count CFX_ByteStringchromium/2696 | tsepez |
2016-03-30 | Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGen | dsinclair |