Age | Commit message (Expand) | Author |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move fpdfsdk/src up to fpdfsdk/. | Dan Sinclair |
2016-03-14 | Fix offset outside bounds warning on GCC | Tom Sepez |
2016-03-14 | Move core/src/ up to core/. | 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 | Change colorspace's number of components to be unsigned | Wei Li |
2016-03-10 | Split apart the remainder of fpdf_render_render.cpp into per-class files. | Tom Sepez |
2016-03-09 | Split off IPDF_CryptoHandler into its own .cpp/.h files. | Tom Sepez |
2016-03-09 | Move ScopedSetInsertion to third_party/base/stl_util.h | Tom Sepez |
2016-03-09 | Move CPDF_NumberTree to fpdfdoc. | Tom Sepez |
2016-03-09 | Convert NULLs to nullptrs in fx_xml_parser.cpp | Oliver Chang |
2016-03-09 | Fix build broken at ca78d9a52893 | Tom Sepez |
2016-03-09 | Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler. | Tom Sepez |
2016-03-09 | Fix build broken at 8388037a5c58 | Tom Sepez |
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 | Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Missing return, broken win build. | Dan Sinclair |
2016-03-08 | Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Split CPDF_SyntaxParser into its own named .cpp/.h files. | Tom Sepez |
2016-03-08 | Reland "Fix chromium-style errors." | Dan Sinclair |
2016-03-08 | FX_FONTDESCRIPTOR must be POD. | Tom Sepez |
2016-03-08 | Update cast to fix lint warning. | Dan Sinclair |
2016-03-08 | Move fx_agg_driver files up one level | Dan Sinclair |
2016-03-07 | Completely de-virtualize CPDF_SyntaxParser. | Tom Sepez |
2016-03-07 | Revert "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Fix chromium-style errors. | Dan Sinclair |
2016-03-07 | Fix a regression caused by 7cf13c9 | Wei Li |
2016-03-04 | Small change to enable skia-backed version of pdfium. | Cary Clark |
2016-03-03 | Combine StrToInt methods. | Dan Sinclair |
2016-03-03 | Fixup chromium-style warnings in fpdf_objects.h | Dan Sinclair |
2016-03-03 | Remove other remaining use of std::list::size() from loop body. | Tom Sepez |
2016-03-03 | Fix O(n^2) behaviour in parser. | Tom Sepez |
2016-03-03 | Fix parsing of object numbers > 16,777,216. | Dan Sinclair |
2016-03-02 | Don't load GDI+ if GDI is disabled.chromium/2666 | Tom Sepez |
2016-03-02 | Check that the names buffer is not empty before passing to GetNameFromTT. | Tom Sepez |
2016-03-02 | Remove unused CFX_GrowOnlyPool. | dan sinclair |
2016-03-01 | Remove implicit conversions and some cleanup | Wei Li |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-03-01 | Replace FX_LPCRECT typedef with underlying types | Tom Sepez |
2016-03-01 | This Cl adds some whitespace and other formatting while removing some braces ... | Dan Sinclair |
2016-03-01 | Remove _FX_WINAPI_PARTITION_DESKTOP_ | Dan Sinclair |
2016-02-29 | Add CFX_FloatRect::ToFxRect(). | Tom Sepez |
2016-02-29 | Remove fx_fpf.h and IWYU | Dan Sinclair |
2016-02-29 | Pass rect by const reference in SetClip_Rect(). | Tom Sepez |
2016-02-29 | Speculative fix for windows broken at d5e7b355b8c4. | Tom Sepez |
2016-02-29 | Fixup FX_RECT and FX_SMALL_RECT classes. | Tom Sepez |
2016-02-29 | Remove fgas_base.h and IWYU | Dan Sinclair |