summaryrefslogtreecommitdiff
path: root/core/fpdftext
AgeCommit message (Expand)Author
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Fix some bool/int mismatches.tsepez
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-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdftext/include to core/fpdftextdsinclair
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-29Check for negative page size in FindTextlineFlowOrientation()thestig
2016-09-21Make ownership explicit in CPDF_ContentMarkItem.tsepez
2016-09-15Use ToUnicode mapping even when unicode is 0.npm
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-02Remove CFX_Matrix::Copy() in favor of assignmenttsepez
2016-09-01Make CPDF_ContentMark have a CPDF_ContentMarkData.tsepez
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Move the classes in fpdf_text_int.cpp into their own filesnpm
2016-08-25Remove unused methods in CPDF_TextPage and nitsnpm
2016-06-16Simplify CPDF_TextPage::FindTextlineFlowOrientation().chromium/2773chromium/2772chromium/2771thestig
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-14Clean up CPDF_TextPage.thestig
2016-06-08Add some consts and remove more casts in core/tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-05-04More define cleanup.dsinclair
2016-04-25Fix incorrect offset computation.etienneb
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-21Remove CFX_ArrayTemplate from CPDF_LinkExtracttsepez
2016-04-19Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.dsinclair
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-24Add missing comma.dan sinclair
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Handle empty objects in IsSameTextObject() and free from warningWei Li
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-18Reduce size of several PDFium constant tables.Tom Sepez