Age | Commit message (Expand) | Author |
2016-08-25 | Remove unused m_nTabOrder in CPDFSDK_Annot. | jaepark |
2016-08-25 | Drop CPDFSDK_PageView::Annot_HasAppearance | tonikitoo |
2016-08-25 | Remove unused IPDFSDK_AnnotHandler::GetName(). | jaepark |
2016-08-17 | Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. | jaepark |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |
2016-08-15 | Only create widgets if really needed. | dsinclair |
2016-08-15 | Split fpdfsdk/fsdk_annothandler.h into individual classes. | jaepark |
2016-08-11 | Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. | jaepark |
2016-08-09 | The benefits of having a CPDFSDK_FormActionHandler instance in | tonikitoo |
2016-08-03 | Remove unused method CPDFSDK_BAAnnot::CreateFormFiller. | jaepark |
2016-08-03 | Use smart pointers for class owned pointers | weili |
2016-08-01 | Watch for destruction of CPDFSDK_widget during callback | tsepez |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-27 | Reland of Remove pageview from map immediately | dsinclair |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-21 | Remove the use of handler array in CPDFSDK_AnnotHandlerMgr | weili |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
2016-06-08 | Change time_t conversion operator to ToTime_t() function | weili |
2016-06-08 | Fix GetPageIndex() for dynamic XFA documents. | thestig |
2016-06-07 | Get rid of NULLs in fpdfsdk/ | thestig |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
2016-05-26 | Remove checks for _WIN32_WCE. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-23 | Remove dead code from CPDF_InterForm. | thestig |
2016-05-19 | Remove Release() from CPDFDOC_Environment | tsepez |
2016-05-16 | Convert border style defines to an enum class. | dsinclair |
2016-04-28 | Change bool type to fix warnings.chromium/2720 | dsinclair |
2016-04-27 | Remove IFX_SystemHandler. | dsinclair |
2016-04-26 | Remove no-op ShowFileDialog(s). | 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-06 | Move remaining xfa/include/fxfa files | dsinclair |
2016-04-06 | Move remaining fpdfdoc files | dsinclair |
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-05 | Remove core/include/fpdfdoc/fpdf_vt.h | dsinclair |
2016-04-04 | Make IPDF_VariableText_{Provider,Iterator} inner classes. | dsinclair |
2016-04-04 | Cleanup the FF Handler proxy methods. | dsinclair |
2016-03-31 | Remove IXFA_* interfaces. | dsinclair |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-31 | Split core/include/fpdfdoc/fpdf_ap.h | dsinclair |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-24 | Re-land "Preserve m_pDynamicObjsMap until FXJS_PerIsolateData is destroyed."" | Tom Sepez |
2016-03-23 | Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. | dan sinclair |
2016-03-23 | Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. | Dan Sinclair |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |