Age | Commit message (Expand) | Author |
2016-04-29 | Subtract instead of adding the negation. | thestig |
2016-04-28 | Change bool type to fix warnings.chromium/2720 | dsinclair |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-27 | Fix incorrect v8 TryCatch. | etienneb |
2016-04-27 | Remove IFX_SystemHandler. | dsinclair |
2016-04-26 | Move CPDF_Document code into cpdf_document.cpp. | thestig |
2016-04-26 | Remove several IPDF_ interfaces and CPDF_RenderModule. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-26 | Remove no-op ShowFileDialog(s). | tsepez |
2016-04-26 | Fix unittest with embedded NUL character. | etienneb |
2016-04-25 | Fixup page removal for XFA documents. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-22 | Remove CFX_MapPtrTemplate usage in fsdk_baseform.cpp | tsepez |
2016-04-21 | Remove unused CFX_IntArray. | tsepez |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |
2016-04-21 | Remove CFX_ArrayTemplate from CPDF_LinkExtract | tsepez |
2016-04-19 | Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. | dsinclair |
2016-04-15 | Pass WideStrings without narrowing to c_str in javascript/ | tsepez |
2016-04-14 | Simplify XFA event handling. | thestig |
2016-04-14 | Pass CFX_WideString to CXFA_FFDocView::GetWidgetByName. | tsepez |
2016-04-14 | Rename CFX_ByteTextBuf::GetByteString() to AsStringC(). | tsepez |
2016-04-14 | Make CPDF_Dictionary methods take CFX_ByteString arguments | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Cleanup CPDFXFA_Page. | thestig |
2016-04-12 | Make CJS_PublicMethods::StrTrim() take a CFX_ByteString | tsepez |
2016-04-11 | Pass CFX_ByteStrings rather than raw ptrs to JS_GlobalData. | tsepez |
2016-04-11 | Use std::vector as internal storage for CPDF_Array | Wei Li |
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 | Make CFX_WideString::FromLocal() take a CFX_ByteStringC arg | tsepez |
2016-04-07 | Remove all PWL_Note classes | dsinclair |
2016-04-07 | Cleanup DEPS files after include/ changes. | dsinclair |
2016-04-06 | Move remaining xfa/include/fxfa files | dsinclair |
2016-04-06 | Remove IPWL_NoteNotify and CPWL_Note. | dsinclair |
2016-04-06 | Remove IPWL_IconList_Notify. | dsinclair |
2016-04-06 | Move include/fxcodec to fxcodec/include | dsinclair |
2016-04-06 | FPDF_GetSecurityHandlerRevision() should not crash. | thestig |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | dsinclair |
2016-04-06 | Move core/include/fxge to core/fxge/include. | dsinclair |
2016-04-06 | Mark FPDF_BStr_* with DLLEXPORT / STDCALL. | thestig |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | 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 |