Age | Commit message (Expand) | Author |
2016-05-19 | Remove Release() from CPDFDOC_Environment | tsepez |
2016-05-18 | Cleanup XFA_HASHCODE usage. | dsinclair |
2016-05-18 | Remove Release() from CXFA_RenderContext | tsepez |
2016-05-18 | Remove Release() from CXFA_WidgetAccIterator | tsepez |
2016-05-18 | Remove Release() from CXFA_ChecksumContext | tsepez |
2016-05-17 | XFA_WIDGETSTATUS cleanup. | dsinclair |
2016-05-16 | Use CFX_RetainPtr<> to refcount CPDFXFA_Page | tsepez |
2016-05-16 | Fix the code that causes warnings | weili |
2016-05-16 | Remove XFA_WIDGETEVENT defines | dsinclair |
2016-05-16 | Remove { delete this; } anti-pattern from IXFA_WidgetIterator | tsepez |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | tsepez |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-05-13 | Make CFX_ByteString(const CFX_ByteStringC&) explicit. | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-13 | Fix GCC warnings to be ready for GCC standalone build | weili |
2016-05-13 | allow Skia to be the default graphics engine | caryclark |
2016-05-12 | Fix some misc nits. | thestig |
2016-05-12 | Fix use of an uninitialised CFX_Widestring in AFNumber_Keystroke. | ochang |
2016-05-12 | IFX_Edit::NewEdit never returns nullptr. | thestig |
2016-05-11 | CPDF_VariableText::GetIterator() never returns NULL. | thestig |
2016-05-10 | Remove some dead code. | thestig |
2016-05-09 | Remove std::string usage in PublicMethods.cpp. | thestig |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-03 | Remove FWL_WGTHITTEST_* defines in favour of enum class. | dsinclair |
2016-05-02 | Fix lint bugs. | thestig |
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 |