Age | Commit message (Expand) | Author |
2016-07-20 | Move CPDF_Annot and CPDF_AnnotList to their own header. | jaepark |
2016-07-20 | Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot. | jaepark |
2016-07-20 | Move CSSRuleCollection class to its own file | npm |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-20 | Rename remaining xfa_script_* files. | dsinclair |
2016-07-20 | Rename the CScript_* files to match class names. | dsinclair |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-19 | Split xfa_object_imp into individual class files. | dsinclair |
2016-07-19 | Cleanup CXFA_Documentchromium/2803chromium/2802 | dsinclair |
2016-07-19 | Remove m_pList conditionals from CPWL_ListBox | dsinclair |
2016-07-19 | Reset notify parameter in CPWL_ListBox OnDestroy(). | dsinclair |
2016-07-18 | Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801 | thestig |
2016-07-18 | Cleanup fgas/crt. | dsinclair |
2016-07-18 | Rename files with spaces in name | dsinclair |
2016-07-18 | Remove default params in CPDF_VariableText. | dsinclair |
2016-07-18 | Removing default params from CFX_Edit. | dsinclair |
2016-07-18 | Remove CFX_Edit_Refresh::Analyse | dsinclair |
2016-07-18 | Pass element hash and name into CXFA_Object constructor. | dsinclair |
2016-07-18 | Remove foxit app related setter and getter APIs in XFA code | weili |
2016-07-15 | Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. | jaepark |
2016-07-15 | Remove type info from CJS_Value, interrogate v8 instead | tsepez |
2016-07-15 | Clean up some nits in pdfium_test.cc. | thestig |
2016-07-14 | Do not try to v8::Object::Clone() any objects | tsepez |
2016-07-14 | Fix a typo in cq bot name update | Wei Li |
2016-07-14 | Update buildbot names to new ones | weili |
2016-07-13 | Cleanup some PWL interfaces.chromium/2800chromium/2799chromium/2798chromium/2797 | dsinclair |
2016-07-13 | Remove some IFX_* wrappers. | dsinclair |
2016-07-13 | Remove RichText support from fpdfsdk/fxedit. | dsinclair |
2016-07-12 | Rename methods in CPDF_Interform. | jaepark |
2016-07-12 | Roll testing/corpus to d307839. | jaepark |
2016-07-12 | Replace void* to actual type for jbig2 context to avoid casts | weili |
2016-07-12 | Move fpdfsdk/jsapi into fxjs/ | dsinclair |
2016-07-12 | Create an fxjs static library | dsinclair |
2016-07-12 | Rename fxjse/ to fxjs/ update files to match class names. | dsinclair |
2016-07-11 | Use smart pointers for class owned member variables | weili |
2016-07-11 | Cleanup CXFA_SimpleParser. | dsinclair |
2016-07-11 | PDFDocTest should TearDown() properly. | thestig |
2016-07-11 | Cleanup ownership of parser members | dsinclair |
2016-07-11 | Break xfa_parser_imp apart | dsinclair |
2016-07-11 | Remove IXFA_Parser, cleanup XFA parser code. | dsinclair |
2016-07-11 | Cleanup redundant method names. | dsinclair |
2016-07-08 | [Android] Roll v8 & icu to fix android build w/ pdf_enable_v8=true. | jbudorick |
2016-07-07 | Cleanup xfa_document_datamerge files | dsinclair |
2016-07-07 | set font cache if null | caryclark |
2016-07-07 | Break xfa_basic_data up to smaller files | dsinclair |
2016-07-07 | Remove constructor from functions that aren't constructorschromium/2796chromium/2795chromium/2794chromium/2793chromium/2792chromium/2791 | jochen |
2016-07-07 | Mark win_xfa_clang as experimental | jochen |
2016-07-07 | Fix compilation with strict format checking | agoode |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-07-06 | openjpeg: Prevent integer overflows during calculation of |l_nb_precinct_size| | ochang |