Age | Commit message (Expand) | Author |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-28 | Replace std::unique_ptr.reset() with WrapUnique assignment. | thestig |
2016-09-27 | Watch destruction of widgets around OnAAction() method. | tsepez |
2016-09-22 | Make creation of CPDFSDK_Document clearer | dsinclair |
2016-09-22 | Move CPDFSDK_Environment code to cpp file | dsinclair |
2016-09-20 | Cleanup CPDFXFA and CPDF document methods | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-14 | Split CPDFXFA_Document apart | dsinclair |
2016-09-14 | Cleanup CPDFXFA_Document. | dsinclair |
2016-09-14 | Remove unused code in CPDFXFA_Document | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-08-24 | Flip document and parser ownership | dsinclair |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-03 | Use smart pointers for class owned pointers | weili |
2016-07-27 | Reland of Remove pageview from map immediately | dsinclair |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-18 | Remove foxit app related setter and getter APIs in XFA code | weili |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-09 | Remove more casts, part 7. | tsepez |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-06-06 | Remove FWL_HTIMER in favor of IWFL_TimerInfo | tsepez |
2016-06-01 | Remove unused LoadString values, cleanup remaining strings. | dsinclair |
2016-06-01 | Track shared isolates better in FXJSE. | tsepez |
2016-05-31 | Fix a leak in CXFA_FontMgr. | thestig |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-21 | Get rid of CPDF_Object::GetArray(). | thestig |
2016-05-18 | Cleanup XFA_HASHCODE usage. | dsinclair |
2016-05-18 | Remove Release() from CXFA_WidgetAccIterator | tsepez |
2016-05-16 | Use CFX_RetainPtr<> to refcount CPDFXFA_Page | tsepez |
2016-05-16 | Remove XFA_WIDGETEVENT defines | dsinclair |
2016-05-16 | Remove some c_str() calls from StringCs in xfa docs. | 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-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-04-26 | Clean up CPDF_Page. | thestig |
2016-04-26 | Remove no-op ShowFileDialog(s). | tsepez |
2016-04-25 | Fixup page removal for XFA documents. | dsinclair |
2016-04-14 | Simplify XFA event handling. | thestig |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-13 | Cleanup CPDFXFA_Page. | thestig |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Move remaining xfa/include/fxfa files | dsinclair |
2016-04-06 | Move code from fpdfsdk/include to the sub directories. | dsinclair |
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 |