Age | Commit message (Expand) | Author |
2018-05-07 | Restore logic of CreateChildUIAndValueNodesIfNeeded(). | Henrique Nakashima |
2018-05-07 | Move codepage tables from cpdf_document.cpp to fx_codepage.cpp | Tom Sepez |
2018-05-07 | Use unowned ptr for CPDF_Page::m_pView. | Tom Sepez |
2018-05-07 | Move some CPDF_TextPage methods into an anonymous namespace. | Lei Zhang |
2018-05-07 | Initialize CPDF_RenderStatus members in the header. | Lei Zhang |
2018-05-07 | Initialize CPDF_TextPage members in the header. | Lei Zhang |
2018-05-07 | Ensure that XFA Pages always have a corresponding PDF page | Tom Sepez |
2018-05-07 | Add test for mutltiple copies of same PDF page. | Tom Sepez |
2018-05-07 | Use checked large integer in ContinueQuickStretchchromium/3424 | Ryan Harrison |
2018-05-07 | Mark parts of CJS_EventHandler as private. | Lei Zhang |
2018-05-07 | [xml] Move members to method variables in CFX_XMLParser | Dan Sinclair |
2018-05-04 | Check CJBig2_Image is valid before filling.chromium/3423chromium/3422chromium/3421 | Lei Zhang |
2018-05-03 | Invalidate GIF input buffer when moving file cursor backwardschromium/3420chromium/3419 | Ryan Harrison |
2018-05-03 | Prove that the memory was good at FPDFBitmap_CreateEx() create time. | Tom Sepez |
2018-05-03 | Use pointers instead of refs in CXFA_TextLayout params. | Henrique Nakashima |
2018-05-03 | [xfa] Verify we can get a font manager before setting up XFA | Dan Sinclair |
2018-05-03 | [xfa] Verify field count before accessing | Dan Sinclair |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-05-03 | Make GetPDFDocument return a CPDF_Docment*, not void*. | Tom Sepez |
2018-05-02 | Use pointer instead of ref for XFA_RectWithoutMargin param.chromium/3418 | Henrique Nakashima |
2018-05-02 | Use pointer instead of ref for CXFA_Box::GetPathArcOrRounded param. | Henrique Nakashima |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-05-02 | Convert hand rolled buffer reader in CFX_MemoryStream | Ryan Harrison |
2018-05-02 | Transform in/out params from ref to pointer in CFX_(Txt|RTF)Break. | Henrique Nakashima |
2018-05-02 | Transform in/out params from reference to pointer in CFDE_TextOut. | Henrique Nakashima |
2018-05-02 | [xml] Simplify the CFX_XMLParser parse methods | Dan Sinclair |
2018-05-02 | [xml] Rename CFX_XMLParser::ParseTextChar | Dan Sinclair |
2018-05-02 | CFWL_MonthCalendar::GetTodayText() includes "Today" string. | Henrique Nakashima |
2018-05-02 | Pass DPI as CFX_Size in XFA_DrawImage. | Henrique Nakashima |
2018-05-02 | Cleanup XFA document properly on failed load | Dan Sinclair |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
2018-05-02 | Remove out params from CalculateAccWidthAndHeight. Return CFX_Size. | Henrique Nakashima |
2018-05-02 | Remove int out params from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-02 | Make several Huffman decoders consistently check for integer overflows. | Lei Zhang |
2018-05-02 | Remove unused cpdfxfa_context.h includes from unittests | Tom Sepez |
2018-05-02 | Add CPDF_Document::Extension::GetPageCount() | Tom Sepez |
2018-05-01 | Transform float out params from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-01 | Add CPDF_Document::Extension::DeletePage() | Tom Sepez |
2018-05-01 | Avoid perpetual spins for parserless CPDF_Pages | Tom Sepez |
2018-05-01 | Transform size out param from reference to pointer in CXFA_Node. | Henrique Nakashima |
2018-05-01 | Transform rect out param from reference to pointer in XFA code. | Henrique Nakashima |
2018-05-01 | Start at today's date in XFA Month Calendar.chromium/3417 | Henrique Nakashima |
2018-05-01 | Clean up CFX_BidiString. | Lei Zhang |
2018-05-01 | Fix last character missing from strings in XFA Month Calendar. | Henrique Nakashima |
2018-05-01 | Check for NULL XFA context even when XFA | Tom Sepez |
2018-05-01 | Make FPDF_Document always be CPDF_Document. | Tom Sepez |
2018-05-01 | Introduce the concept of CPDF_Page::Extension | Tom Sepez |
2018-05-01 | Fixes XML Instruction handling in CXFA_DocumentParser. | Dan Sinclair |
2018-05-01 | Fix CFX_XML and add unit tests | Dan Sinclair |