Age | Commit message (Expand) | Author |
2016-09-20 | Delete unused GetBitMap() in fx_agg_driver | npm |
2016-09-20 | Make CPDF_Array not do indirect object creation. | tsepez |
2016-09-20 | CPDF_Document friend cleanup | dsinclair |
2016-09-20 | CPDF_OCContext and CPDF_Document are no longer friends | dsinclair |
2016-09-20 | CPDF_Document and CPDF_DataAvail are no longer friends | dsinclair |
2016-09-20 | Cleanup CPDFXFA and CPDF document methods | dsinclair |
2016-09-20 | Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects"" | tsepez |
2016-09-20 | Fix memory leaking on ClosePage. | art-snake |
2016-09-20 | Assert that dictionary can own the objects it is given. | tsepez |
2016-09-20 | Refactor CFX_FontCache to have only one in GE Module. | art-snake |
2016-09-20 | Fix nullptr dereference in FPDF_GenerateAP(). | thestig |
2016-09-20 | Fix stack exhaustion in CPDF_PSProc::Parse() | tsepez |
2016-09-19 | Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects" | Tom Sepez |
2016-09-19 | Make CPDF_IndirectObjectHolder use unique_ptr to objects | tsepez |
2016-09-19 | Remove CPDF_Object::Destroy { delete this; }chromium/2866 | tsepez |
2016-09-19 | Fix "heap use after free" bug. | art-snake |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-19 | Remove dead code in CCodec_IccModule | kcwu |
2016-09-19 | Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ... | dsinclair |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-19 | Fix compare between signed and unsigned values in CPDF_ImageRenderer::StartDI... | stackexploit |
2016-09-19 | Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb | stackexploit |
2016-09-16 | Reduce duplicated code in CPDF_Document by adding auxiliary methodschromium/2865chromium/2864chromium/2863 | npm |
2016-09-15 | Fix memory leaking on ClosePage.chromium/2862 | art-snake |
2016-09-15 | Add string pools to save storage. | tsepez |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Use ToUnicode mapping even when unicode is 0. | npm |
2016-09-15 | Add short-cut in CFX_{Byte,Wide}String::Operator<() | tsepez |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Delete unused parameter nWordStyle from GetCharWidth()chromium/2861 | npm |
2016-09-14 | Map glyph bitmap in LookUpGlyphBitmap even when unsuccessful | npm |
2016-09-14 | Cleanup CPDFXFA_Document. | dsinclair |
2016-09-13 | Sort include entries. | dsinclair |
2016-09-13 | Add check for trivial string equality | tsepez |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | tsepez |
2016-09-13 | Remove more strcmp/memcmp usage. | tsepez |
2016-09-13 | Stop converting widestring -> c_str -> widestring in several places. | tsepez |
2016-09-13 | Get rid of memcmp in CFieldTree::Lookup() | tsepez |
2016-09-13 | Make ipdf_formnotify a pure virtual interface | tsepez |
2016-09-12 | Remove GetDictBy("DR") from annot/field dictionaries | npm |
2016-09-12 | Verify value of prec before using | dsinclair |
2016-09-12 | Refactor CPDF_Document by creating new methods | npm |
2016-09-12 | change memcpy to memmove for potential nearby addresses | tracy_jiang |
2016-09-12 | fix some uninitialized variables | hong_zhang |
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-08 | explicit operator bool for CFX_RetainPtr and CFX_CountRefchromium/2855 | tsepez |
2016-09-08 | Delete unused methods in CPDF_Document | npm |
2016-09-08 | Check whether the annotation content is empty using CFX_WideString. | jaepark |
2016-09-08 | Fix memory management errors for font loading and copying | weili |