summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-05Rework a redundant check when calling ConvertToIndirectObjectAt()tsepez
2016-10-04Fix ownership when making a private annot dictionary into a shared one.tsepez
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-30Fix build of pdf_hint_table_fuzzer.chromium/2877tsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_renderdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-28Fix leaks in CFieldTree::Node.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-28Remove dead code from CPDF_InterForm.thestig
2016-09-28Made CFieldTree::Node a class.thestig
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868tsepez
2016-09-20Assert that dictionary can own the objects it is given.tsepez
2016-09-20Fix nullptr dereference in FPDF_GenerateAP().thestig
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-15Use either /RECT or /QuadPoints for annotation coordinates, depending on /APtonikitoo
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-14Delete unused parameter nWordStyle from GetCharWidth()chromium/2861npm
2016-09-13Sort include entries.dsinclair
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-09-13Get rid of memcmp in CFieldTree::Lookup()tsepez
2016-09-13Make ipdf_formnotify a pure virtual interfacetsepez
2016-09-12Remove GetDictBy("DR") from annot/field dictionariesnpm
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-08Check whether the annotation content is empty using CFX_WideString.jaepark
2016-09-06Make CPDF_ContentMarkData private to CPDF_ContentMarktsepez
2016-09-06Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeededtonikitoo
2016-09-01Fix leaks due to created popup annotationschromium/2847weili
2016-09-01Make CPDF_ContentMark have a CPDF_ContentMarkData.tsepez
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Revert "Remove the document tagged code as it is unused."npm
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-25Fix infinite loops in FPDF_GetFullName().thestig
2016-08-24Lazy generate an "AP" when an Annot's hidden state changestonikitoo
2016-08-23Fix stack overflow in object Clone() functionsweili