Age | Commit message (Expand) | Author |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | Tom Sepez |
2016-03-08 | Missing return, broken win build. | Dan Sinclair |
2016-03-08 | Reland "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Revert "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Fix chromium-style errors. | Dan Sinclair |
2016-03-03 | Combine StrToInt methods. | Dan Sinclair |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-02-29 | Fixup FX_RECT and FX_SMALL_RECT classes. | Tom Sepez |
2016-02-29 | Add missing field initializers to g_PredefinedCMaps. | Dan Sinclair |
2016-02-25 | refactor CPDF_Font and subclasses | Wei Li |
2016-02-23 | Remove FXSYS_Mul. | Dan Sinclair |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-18 | Remove useless CPDF_FontCharMap. | Lei Zhang |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |
2016-02-17 | Remove CFX_PtrList from renderer main loop. | Tom Sepez |
2016-02-17 | Expand all paths to be based off pdfium/ directory | Dan Sinclair |
2016-02-16 | Split CPDF_PageObjectHolder off from CPDF_PageObjectList | Tom Sepez |
2016-01-29 | Merge to XFA: Member function name refactoring | Wei Li |
2016-01-07 | Merge to XFA: Make m_pStockMap a real map. | Tom Sepez |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp... | Lei Zhang |
2015-12-18 | Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new ... | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo == NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-11-19 | Merge to XFA: Add more overrides. | Lei Zhang |
2015-11-16 | Merge to XFA: Reland "Cleanup some numeric code."" | Dan Sinclair |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-10 | Merge to XFA: Remove core/src/fpdfapi/fpdf_font/common.h and use stdint types. | Lei Zhang |
2015-11-10 | Merge to XFA: Fix relative includes within core/ | Lei Zhang |
2015-11-09 | Merge to XFA: Fix a leak in CPDF_Type3Font::LoadChar(). | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-11-02 | Merge to XFA: Add tests for CMap_GetCode and CMap_GetCodeRange. | Dan Sinclair |
2015-11-02 | Merge to XFA: Add test for StringToCode and StringToWideString | Dan Sinclair |
2015-10-23 | XFA: Manually apply changes to fpdf_text.h and fx_font.h from master | Tom Sepez |
2015-10-22 | Merge to XFA: Add type cast definitions for CPDF_Stream. | Dan Sinclair |
2015-10-22 | Merge to XFA: Add type cast definitions for CPDF_Array. | Dan Sinclair |
2015-10-21 | Merge to XFA: Add type cast definitions for CPDF_Name. | Dan Sinclair |
2015-10-20 | [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
2015-10-19 | Merge to XFA: Unrevert commit a398ca6 and apply the proper fix. | Lei Zhang |
2015-10-16 | Merge to XFA: Don't bother passing -1 as the length to the CFX_ByteString ctor. | Lei Zhang |
2015-10-16 | Merge to XFA: Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-16 | Merge to XFA: Declare PDF_GetStandardFontName() in the header. | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-19 | Merge to XFA: FX_CMapDwordToDword considered harmful. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-14 | Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |