Age | Commit message (Expand) | Author |
2016-03-21 | Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. | Dan Sinclair |
2016-03-18 | Fix a typo | Wei Li |
2016-03-18 | Trigger page view event when re-layout is finished | jinming_wang |
2016-03-17 | Move xfa/include/fxgraphics/fx_graphics.h to xfa/fxgraphics. | Dan Sinclair |
2016-03-16 | Move core/include/fpdfapi/fpdf_page.h to correct locations. | Dan Sinclair |
2016-03-15 | Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup | Wei Li |
2016-03-15 | FPDF_PageDelete must delete XFA pages as well. | Tom Sepez |
2016-03-15 | Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. | Dan Sinclair |
2016-03-15 | Remove CFX_DWordArray from Document.h | Tom Sepez |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-15 | Modify xfa code to avoid c4800 warnings | Wei Li |
2016-03-14 | Add bitmaps and skp output to Skia port | Cary Clark |
2016-03-14 | Move fx_crypto.h and fpdf_text.h out of core/include. | Dan Sinclair |
2016-03-14 | Add missing DEPS files; enable checkdeps. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |
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 | Fix non-xfa builds. | Dan Sinclair |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
2016-03-08 | Fix build at 310438fb97a2chromium/2672 | Tom Sepez |
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-03-01 | Cleanup some fsdk_common defines | 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-27 | Cleanup forward declarations. | dan sinclair |
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-23 | Remove many _CAPS structure names. | Tom Sepez |