Age | Commit message (Expand) | Author |
2016-10-13 | Make the CPDFXFA_App non-global | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-04 | Rename fpdfsdk/fpdfxfa files to match contentschromium/2881 | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_render to core/fpdfapi/render | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-10-03 | Guard against double deletion of page views. | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fxcodec/codec/include and core/fxcodec/include files up | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/include to core/fpdfapi | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render | 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 | Simplify FPDF_RenderPage().chromium/2874 | thestig |
2016-09-20 | Cleanup CPDFXFA and CPDF document methods | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-07 | Fixup CPDFSDK_PageView and CPDF_Page interactions. | dsinclair |
2016-08-24 | Removing CPDF_Parser::CloseParser.chromium/2839 | dsinclair |
2016-08-24 | Flip document and parser ownership | dsinclair |
2016-08-16 | Get CPDF_Parser out of the document creation business. | tsepez |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-07-29 | Refactor fxge/fx_apple and fx_win header files | npm |
2016-07-28 | Split fpdfdoc/include/fpdf_doc.h into individual classes. | dsinclair |
2016-07-24 | Use actual type instead CFX_Deletable | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-18 | Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801 | thestig |
2016-06-28 | Implement IJS_Runtime::Destroy(). | thestig |
2016-06-23 | Load font maps in XFA. | dsinclair |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-15 | Make code compile with clang_use_chrome_plugin (part IV) | weili |
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-26 | Remove default argument from RestoreState() methods. | thestig |
2016-05-25 | Clean up fx_ge.h and IWYU. | thestig |
2016-05-25 | Fix a Skia build error from commit 1e2c557. | thestig |
2016-05-25 | Rename FXJSE_HRUNTIME to v8::Isolate | dsinclair |
2016-05-25 | Remove CFX_PrivateData from CPDF_Page | tsepez |
2016-05-23 | Change CPDF_Boolean to use bool instead of FX_BOOL. | thestig |
2016-05-23 | Distinguish between user and owner passwords. | thestig |