Age | Commit message (Expand) | Author |
2015-10-20 | Revert "Make CFX_FontMgr member variables private." | Lei Zhang |
2015-10-20 | Revert "Add type cast definitions for CPDF_Dictionary." | Dan Sinclair |
2015-10-20 | Make CFX_FontMgr member variables private. | Lei Zhang |
2015-10-20 | Add type cast definitions for CPDF_Dictionary. | Dan Sinclair |
2015-10-19 | Remove duplicate core/include/thirdparties headers. | Tom Sepez |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-19 | Remove some checks for object creation failures. They cannot fail. | Lei Zhang |
2015-10-19 | Add FPDFAPIJPEG_ prefix to more libjpeg functions | Tom Sepez |
2015-10-16 | Declare PDF_GetStandardFontName() in the header. | Lei Zhang |
2015-10-15 | Fix layering violation in CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Introduce CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-08 | Fix a bunch of sign mismatch warnings. | Lei Zhang |
2015-10-09 | Various changes to JBig2 cache: | David Lattimore |
2015-10-05 | Original patch by forshaw. | Tom Sepez |
2015-10-03 | Fix NULL pointer dereference in CPDF_InterForm. | Lei Zhang |
2015-10-02 | Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). | Lei Zhang |
2015-10-02 | Turn a couple functions that always return true to return void. | Lei Zhang |
2015-10-01 | Clean up some image decoder classes: | Lei Zhang |
2015-09-28 | Cleanup some fx_codec_fax.cpp code. | Lei Zhang |
2015-09-25 | Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf f... | Jun Fang |
2015-09-25 | Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files" | Jun Fang |
2015-09-25 | Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files | Jun Fang |
2015-09-22 | Change nonstd::unique_ptr to take a custom deleter. | Lei Zhang |
2015-09-15 | Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-04 | Fix typos, nits and remove dead code in fpdf_text_int.cpp. | Lei Zhang |
2015-09-02 | Remove dead JBig2 code. | Lei Zhang |
2015-09-01 | Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-18 | Fix mac build after commit e1ce94e.chromium/2497chromium/2496chromium/2495chromium/2494chromium/2493chromium/2492chromium/2491chromium/2489chromium/2488 | Lei Zhang |
2015-08-18 | Cleanup CFX_Font a bit. | Lei Zhang |
2015-08-18 | FX_CMapDwordToDword considered harmful. | Tom Sepez |
2015-08-18 | Remove more dead code from fx_basic.h | Tom Sepez |
2015-08-17 | Clean up IFX_BidiChar | Lei Zhang |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
2015-08-17 | Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |
2015-08-17 | Fix more sign comparison errors. | Lei Zhang |
2015-08-14 | Add new public APIs to find the z-order for links and widgets.chromium/2485chromium/2484 | Lei Zhang |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-14 | Cleanup: Remove unused CPDF_Metadata::m_pDoc. | Lei Zhang |
2015-08-14 | CPDF_ModuleMgr::m_SecurityHandlerMap only used by dead code. | Tom Sepez |
2015-08-13 | Cleanup: s/Torelance/Tolerance/ | Lei Zhang |
2015-08-13 | OutputText() is dead code. | Tom Sepez |
2015-08-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-13 | Revert "Allow external font-path configuration from pdfium_test." | Tom Sepez |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-11 | Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |