Age | Commit message (Expand) | Author |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |
2016-03-11 | Re-enable MSVC warning 4800 for compiling with chromium_code | Wei Li |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Split apart the remainder of fpdf_render_render.cpp into per-class files. | Tom Sepez |
2016-03-09 | Move ScopedSetInsertion to third_party/base/stl_util.h | Tom Sepez |
2016-03-09 | Cleanup some header includes. | Dan Sinclair |
2016-03-09 | Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files | Tom Sepez |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | Tom Sepez |
2016-03-08 | Remove xfa/src/fxjse/src and move code up a level. | Dan Sinclair |
2016-03-04 | Add unit tests for FPDFBookmark_Find() | Wei Li |
2016-03-04 | Re-land "Only place primitive objects on the V8 global template." | Tom Sepez |
2016-03-04 | Revert "Only place primitive objects on the V8 global template." | Tom Sepez |
2016-03-04 | Only place primitive objects on the V8 global template. | Tom Sepez |
2016-03-03 | Combine StrToInt methods. | Dan Sinclair |
2016-03-03 | Fix infinite loop for bookmark search | Wei Li |
2016-03-03 | Remove unnecessary code | Zhiwei Lin |
2016-03-01 | Remove implicit conversions and some cleanup | Wei Li |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-02-29 | Add CFX_FloatRect::ToFxRect(). | Tom Sepez |
2016-02-29 | Pass rect by const reference in SetClip_Rect(). | Tom Sepez |
2016-02-29 | Fixup FX_RECT and FX_SMALL_RECT classes. | Tom Sepez |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-25 | Fix static initializers. | Lei Zhang |
2016-02-25 | Rename some functions that start with underscore. | Lei Zhang |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-22 | FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages. | Lei Zhang |
2016-02-22 | Remove foo != NULL outside of xfa/ | Lei Zhang |
2016-02-22 | Switch from _DEBUG to NDEBUG. | Lei Zhang |
2016-02-19 | Define _DEBUG for debug builds. | Lei Zhang |
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 | 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-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 | 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 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
2016-02-12 | One less PI. | Tom Sepez |
2016-02-09 | Banish CFX_WordArray to XFA-land. | Tom Sepez |
2016-02-08 | Tidy fpdfsave.cpp | Tom Sepez |
2016-02-04 | Fix a crasher in CPDFSDK_Document::GetPageView() | Jun Fang |
2016-02-04 | Fix tests under no_v8 build option | Tom Sepez |