Age | Commit message (Expand) | Author |
2016-02-27 | Cleanup forward declarations. | dan sinclair |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-25 | Fix static initializers. | Lei Zhang |
2016-02-25 | Rename some functions that start with underscore. | Lei Zhang |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-22 | FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages. | Lei Zhang |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-22 | Fixing include guards, and presubmit. | Dan Sinclair |
2016-02-19 | Define _DEBUG for debug builds. | Lei Zhang |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Hook up FFI_PageEvent. | Lei Zhang |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |
2016-02-19 | Remove PageObject's m_Type and add As<Type> functions | Wei Li |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |
2016-02-17 | Banish CFX_ObjectArray to the XFA side. | Tom Sepez |
2016-02-17 | Remove CFX_PtrList from renderer main loop. | Tom Sepez |
2016-02-17 | Expand all paths to be based off pdfium/ directory | Dan Sinclair |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-16 | Split CPDF_PageObjectHolder off from CPDF_PageObjectList | Tom Sepez |
2016-02-16 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
2016-02-12 | One less PI. | Tom Sepez |
2016-02-09 | Banish CFX_WordArray to XFA-land. | Tom Sepez |
2016-02-08 | Tidy fpdfsave.cpp | Tom Sepez |
2016-02-04 | Fix a crasher in CPDFSDK_Document::GetPageView() | Jun Fang |
2016-02-04 | Fix tests under no_v8 build option | Tom Sepez |
2016-02-04 | Kill CFX_PtryArray in CXFA_FWLAdapterTimerMgr. | Tom Sepez |
2016-02-04 | Pdfium does not create isolate when it runs in chromium | jinming_wang |
2016-02-03 | Merge to XFA: Fix prototypes for CPDF_FormNotify. | Tom Sepez |
2016-02-02 | XFA: Fix a crashier in SetFocus() | Jun Fang |
2016-02-02 | Fix heap-use-after-free in V8::Initialize() | Jun Fang |
2016-02-02 | XFA: Fix SEGV in CPDFXFA_Document::SetCurrentPage() | Jun Fang |
2016-02-02 | Merge to XFA: Kill CFX_ByteArray in master. | Tom Sepez |
2016-02-01 | Revert "Fix a crashier in CPDFSDK_Document::GetPageView()" | Jun Fang |
2016-02-01 | Fix a crashier in CPDFSDK_Document::GetPageView() | Jun Fang |
2016-02-01 | Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methods | Tom Sepez |
2016-02-01 | Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort. | Tom Sepez |
2016-02-01 | Merge to XFA: Use JS_ExpandKeywordParams() in app.response() | Tom Sepez |
2016-01-29 | Another round of cleanup in CPDF_Parser and friends. | Lei Zhang |
2016-01-29 | Merge to XFA: Fix botched "CC:" parameter passing in JS_DocmailForm(). | Tom Sepez |
2016-01-29 | Merge to XFA: Add tests for CBA_AnnotIterator. | Tom Sepez |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-29 | Merge to XFA: Fix behaviour of app.alert() with a single object argument. | Tom Sepez |