Age | Commit message (Expand) | Author |
2016-09-12 | Make CFX_Obeservable::Observer into a pointer-ish type; | tsepez |
2016-09-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |
2016-09-09 | Delete unused methods and definitions from fxet_edit | npm |
2016-09-08 | CPWL_Color::ConvertColorType should compare current color type with the given... | jaepark |
2016-09-08 | Fix CPDFSDK_PageView cleanup. | dsinclair |
2016-09-08 | Pass CFX_WideString further down widget callers | tsepez |
2016-09-08 | Remove unused context parameter from JSGetStringFromID | tsepez |
2016-09-08 | Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer | tsepez |
2016-09-07 | Fix spelling of "Formated" in several variableschromium/2854 | tsepez |
2016-09-07 | Make Observers into a templated class | tsepez |
2016-09-07 | Fixup CPDFSDK_PageView and CPDF_Page interactions. | dsinclair |
2016-09-07 | Add observer for BAAnnots from Javascript | dsinclair |
2016-09-06 | Do not re-create the page view when accessing from Document::removeField. | dsinclair |
2016-09-02 | Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon.chromium/2849 | jaepark |
2016-09-02 | Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. | tsepez |
2016-09-02 | Make CPDF_GeneralStateData private. | tsepez |
2016-09-02 | Make CPDF_Path have a CFX_Path rather than inheriting | tsepez |
2016-09-02 | Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848 | tsepez |
2016-09-02 | Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. | jaepark |
2016-09-01 | Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca... | jaepark |
2016-09-01 | Use unsigned page indexes in CPDF_HintTables. | thestig |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-30 | Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. | jaepark |
2016-08-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-29 | Display content of the annotation when mouse hover. | jaepark |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Revert "Replace wrapper methods in CPDF_Path with -> operator." | tsepez |
2016-08-29 | Revert "Use ->() in CPDF_ColorState" | tsepez |
2016-08-29 | Use ->() in CPDF_ColorState | tsepez |
2016-08-29 | Replace wrapper methods in CPDF_Path with -> operator. | tsepez |
2016-08-29 | Move CFX_SubstFont and CTTFontDesc into their own files | npm |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
2016-08-26 | Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. | tsepez |
2016-08-26 | Add support to Document::getAnnots method | tonikitoo |
2016-08-25 | Clean up CPDFSDK_PageView methods. | jaepark |
2016-08-25 | CPDF_Annot::GetRect() should return CFX_FloatRect. | jaepark |
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-24 | Removing CPDF_Parser::CloseParser.chromium/2839 | dsinclair |
2016-08-24 | Cleanup some PWL_FontMap methods | dsinclair |
2016-08-24 | Flip document and parser ownership | dsinclair |
2016-08-23 | Fix stack overflow in object Clone() functions | weili |
2016-08-23 | Fix page leaks in an embedder test | weili |
2016-08-22 | Implement Field::SetHidden using Field::SetDisplay.chromium/2837 | tonikitoo |
2016-08-22 | Destroy window before cleaning up combobox | dsinclair |
2016-08-19 | Fix an embedder test with leaked page objectchromium/2836chromium/2835 | weili |
2016-08-19 | Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. | tsepez |
2016-08-19 | Stub out Document::syncAnnotScan method.chromium/2834 | tonikitoo |