Age | Commit message (Expand) | Author |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-24 | Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef(). | Lei Zhang |
2016-02-24 | Use stdint types for FX_WORD and FX_DWORD. | Dan Sinclair |
2016-02-24 | Rename fxge .c files to .cpp | Dan Sinclair |
2016-02-24 | Fix android build broken at e238549 | Tom Sepez |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Store opcode function pointers in an unordered_map | Lei Zhang |
2016-02-23 | Remove FXSYS_MulDiv(a, b, c). | Dan Sinclair |
2016-02-23 | Remove FXSYS_Div. | Dan Sinclair |
2016-02-23 | Remove FXSYS_Mul. | Dan Sinclair |
2016-02-23 | Remove more _CAPS names | Tom Sepez |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-23 | Sort includes in xfa/. | Dan Sinclair |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-22 | refactor CPDF_PageObject and subclasses | Wei Li |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-22 | Remove unused stuff from fx_sys.h | Tom Sepez |
2016-02-22 | Define NDEBUG for Release builds. | Lei Zhang |
2016-02-19 | Tidy CFX_FixedBufGrow. | Tom Sepez |
2016-02-19 | Remove IFX_BufferArchive. | Tom Sepez |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Get rid of CFX_CharMap instantiations. | Lei Zhang |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |
2016-02-19 | Remove PageObject's m_Type and add As<Type> functions | Wei Li |
2016-02-19 | Remove CFX_{Byte,Wide}String::ConvertFrom(). | Lei Zhang |
2016-02-18 | Remove useless CPDF_FontCharMap. | Lei Zhang |
2016-02-18 | Remove gotos in CJBig2_TRDProc. | Lei Zhang |
2016-02-18 | Clean up CPDF_FileSpec and add unit tests | Wei Li |
2016-02-18 | Remove m_pDownloadCallback. | Tom Sepez |
2016-02-18 | Fixup incorrect include guards. | Dan Sinclair |
2016-02-18 | Name the states for fpdf_parser_parser. | Dan Sinclair |
2016-02-18 | Sort headers in non-xfa directories. | Dan Sinclair |
2016-02-17 | Banish CFX_ObjectArray to the XFA side. | Tom Sepez |
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-17 | Fix windows build at ab27768d2359. | Tom Sepez |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-16 | Split CPDF_PageObjectHolder off from CPDF_PageObjectList | Tom Sepez |
2016-02-16 | Fix name change after rebase 970c11e | Wei Li |
2016-02-16 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
2016-02-16 | Simplify string function test macro | Wei Li |
2016-02-16 | Rework progressive render loop. | Tom Sepez |
2016-02-12 | Fix the way to access marked content. | Wei Li |
2016-02-12 | Add a class to better represent PS operations. | Lei Zhang |
2016-02-12 | One less PI. | Tom Sepez |
2016-02-12 | Remove the FX_MIN macro. | Tom Sepez |
2016-02-12 | Make fx_bidi sane. | Tom Sepez |
2016-02-11 | Remove unused NormalizeString() | Tom Sepez |