Age | Commit message (Expand) | Author |
2016-11-09 | Return unique_ptr from CPDF_Object::Clone(). | tsepez |
2016-11-08 | Add FPDFDest_GetLocationInPage API | dsinclair |
2016-11-07 | Force compiler to deduce src type for checked_cast<dst, src>. | tsepez |
2016-11-04 | Implement FPDF_VIEWERREF_GetName() API.chromium/2910 | thestig |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-26 | Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. | tsepez |
2016-10-17 | Revert "Make CPDF_Object containers hold objects via unique pointers." | tsepez |
2016-10-15 | Fix some nits in cpdf_annotlist.cpp. | thestig |
2016-10-14 | Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." | Tom Sepez |
2016-10-14 | Update CPDF_IndirectObjectHolder APIs for unique objects. | tsepez |
2016-10-13 | Make CPDF_Object containers hold objects via unique pointers. | tsepez |
2016-10-10 | Move ToString() and friends from CPDF_Object.h to CPDF_String.h | tsepez |
2016-10-05 | Rework a redundant check when calling ConvertToIndirectObjectAt() | tsepez |
2016-10-04 | Fix ownership when making a private annot dictionary into a shared one. | tsepez |
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-04 | Move core/fpdfapi/fpdf_font to core/fpdfapi/font | dsinclair |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-09-30 | Fix build of pdf_hint_table_fuzzer.chromium/2877 | tsepez |
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/fpdfdoc/include to core/fpdfdoc | 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-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-28 | Fix leaks in CFieldTree::Node. | thestig |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-28 | Made CFieldTree::Node a class. | thestig |
2016-09-21 | Remove some objnum locals with AddIndirectObject | tsepez |
2016-09-21 | Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868 | tsepez |
2016-09-20 | Assert that dictionary can own the objects it is given. | tsepez |
2016-09-20 | Fix nullptr dereference in FPDF_GenerateAP(). | thestig |
2016-09-19 | Clean up CPDF_Stream. | tsepez |
2016-09-19 | Remove duplicated charset definitions, and move them to fx_font.h | npm |
2016-09-15 | Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP | tonikitoo |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Delete unused parameter nWordStyle from GetCharWidth()chromium/2861 | npm |
2016-09-13 | Sort include entries. | dsinclair |
2016-09-13 | CFX_FloatPoint default constructor and equals operatorschromium/2860 | 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-09 | Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856 | jaepark |