1. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  2. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  3. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  4. 84144e8 Simplify FPDF_RenderPage(). by thestig · 8 years ago
  5. f8074ce Watch destruction of widgets around OnAAction() method. by tsepez · 8 years ago
  6. 5060b2e De-virtualize many CFFL_InteractiveFormFiller methods. by tsepez · 8 years ago
  7. 9c33e89 De-virtualize CPDFSDK_AnnotHandlerMgr by tsepez · 8 years ago
  8. bfe9afc Remove FX_BOOL from cpdf_font by npm · 8 years ago
  9. a939bfe Make creation of CPDFSDK_Document clearer by dsinclair · 8 years ago
  10. 8e0638b Rename App to Env where needed. by dsinclair · 8 years ago
  11. 577ad2c Move CPDFSDK_Environment code to cpp file by dsinclair · 8 years ago
  12. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  13. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  14. 5819e4f Rename m_pApp to m_pEnv by dsinclair · 8 years ago
  15. 5a399de Make CPDF_Array not do indirect object creation. by tsepez · 8 years ago
  16. 9f206f0 Cleanup CPDFXFA and CPDF document methods by dsinclair · 8 years ago
  17. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  18. ea3c3be Remove duplicated charset definitions, and move them to fx_font.h by npm · 8 years ago
  19. 84be3a3 Use ToUnicode mapping even when unicode is 0. by npm · 8 years ago
  20. 163a9a6 Deleted unused defintions and methods from PWL_FontMap by npm · 8 years ago
  21. 8faac62 Cleanup CFX_SystemHandler. by dsinclair · 8 years ago
  22. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  23. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  24. 41d6bbe Delete unused parameter nWordStyle from GetCharWidth() by npm · 8 years ago
  25. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  26. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  27. a440bb3 Split CPDFXFA_Document apart by dsinclair · 8 years ago
  28. f2662c4 Cleanup CPDFXFA_Document. by dsinclair · 8 years ago
  29. 89f8fa8 Remove unused code in CPDFXFA_Document by dsinclair · 8 years ago
  30. 2ca2da5 Sort include entries. by dsinclair · 8 years ago
  31. b31ca71 Remove inner FX_DATETIME struct from CPDFSDK_DateTime by tsepez · 8 years ago
  32. 63f545c CFX_FloatPoint default constructor and equals operators by tsepez · 8 years ago
  33. f86ca38 Remove more strcmp/memcmp usage. by tsepez · 8 years ago
  34. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  35. 067990c Stop converting widestring -> c_str -> widestring in several places. by tsepez · 8 years ago
  36. 860a2d0 Remove GetDictBy("DR") from annot/field dictionaries by npm · 8 years ago
  37. 56cf519 Make javascript field observe sdk document by tsepez · 8 years ago
  38. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  39. 1c62054 Make CFX_Obeservable::Observer into a pointer-ish type; by tsepez · 8 years ago
  40. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  41. 55a1eb0 Delete unused methods and definitions from fxet_edit by npm · 8 years ago
  42. cba85ab CPWL_Color::ConvertColorType should compare current color type with the given convert color type. by jaepark · 8 years ago
  43. c2d0e29 Fix CPDFSDK_PageView cleanup. by dsinclair · 8 years ago
  44. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  45. cd5dc85 Remove unused context parameter from JSGetStringFromID by tsepez · 8 years ago
  46. 8832fbf Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer by tsepez · 8 years ago
  47. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  48. 7b68f61 Make Observers into a templated class by tsepez · 8 years ago
  49. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  50. ce04a45 Add observer for BAAnnots from Javascript by dsinclair · 8 years ago
  51. 1897bdc Do not re-create the page view when accessing from Document::removeField. by dsinclair · 8 years ago
  52. 738766e Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon. by jaepark · 8 years ago
  53. d21f22e Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting. by tsepez · 8 years ago
  54. e106b50 Make CPDF_GeneralStateData private. by tsepez · 8 years ago
  55. fc1d16f Make CPDF_Path have a CFX_Path rather than inheriting by tsepez · 8 years ago
  56. bbee445 Make CPDF_GeneralState have a CPDF_GeneralStateData by tsepez · 8 years ago
  57. d54c9d8 Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. by jaepark · 8 years ago
  58. 4bae296 Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its calls. by jaepark · 8 years ago
  59. e0cb687 Use unsigned page indexes in CPDF_HintTables. by thestig · 8 years ago
  60. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  61. 8c54182 Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. by jaepark · 8 years ago
  62. fbda17d Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. by tsepez · 8 years ago
  63. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  64. d24c3a6 Revert "Add -> operators to CFX_CountRef." by tsepez · 8 years ago
  65. 5960143 Revert "Replace wrapper methods in CPDF_Path with -> operator." by tsepez · 8 years ago
  66. adbd329 Revert "Use ->() in CPDF_ColorState" by tsepez · 8 years ago
  67. 91ddd3f Use ->() in CPDF_ColorState by tsepez · 8 years ago
  68. d09a097 Replace wrapper methods in CPDF_Path with -> operator. by tsepez · 8 years ago
  69. 81ee14d Move CFX_SubstFont and CTTFontDesc into their own files by npm · 8 years ago
  70. c10c23a Add -> operators to CFX_CountRef. by tsepez · 8 years ago
  71. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  72. 987f3ee Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness. by tsepez · 8 years ago
  73. 0ee3590 Add support to Document::getAnnots method by tonikitoo · 8 years ago
  74. 9b57ec9 Clean up CPDFSDK_PageView methods. by jaepark · 8 years ago
  75. a1d2111 CPDF_Annot::GetRect() should return CFX_FloatRect. by jaepark · 8 years ago
  76. d99a833 Remove unused m_nTabOrder in CPDFSDK_Annot. by jaepark · 8 years ago
  77. e5cbb33 Drop CPDFSDK_PageView::Annot_HasAppearance by tonikitoo · 8 years ago
  78. cae6bdff Remove unused IPDFSDK_AnnotHandler::GetName(). by jaepark · 8 years ago
  79. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 8 years ago
  80. 0e3e890 Cleanup some PWL_FontMap methods by dsinclair · 8 years ago
  81. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  82. a470b5e Fix stack overflow in object Clone() functions by weili · 8 years ago
  83. 0dadcc6 Fix page leaks in an embedder test by weili · 8 years ago
  84. a73b8fe Implement Field::SetHidden using Field::SetDisplay. by tonikitoo · 8 years ago
  85. 28a4a24 Destroy window before cleaning up combobox by dsinclair · 8 years ago
  86. 9b777de Fix an embedder test with leaked page object by weili · 8 years ago
  87. a752edf Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. by tsepez · 8 years ago
  88. bb5fa04 Stub out Document::syncAnnotScan method. by tonikitoo · 8 years ago
  89. 618cb1f Add initial Document::getAnnot support by tonikitoo · 8 years ago
  90. 2eb7c7d Use a map for app::m_Timers by dsinclair · 8 years ago
  91. 9282819 Speculative fix for DrawAppearance issue by dsinclair · 8 years ago
  92. 70ba38a Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. by jaepark · 8 years ago
  93. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  94. 7c05a7a Factor out the duplicated logic in Field::SetDisplay by tonikitoo · 8 years ago
  95. 4674d95 Fix a double free in CPDFSDK_PageView::IsValidAnnot(). by thestig · 8 years ago
  96. f85e7e2 Rename async to linearized when parsing by dsinclair · 8 years ago
  97. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  98. b469424 Push v8::Isolate into CFXJS_Engine class by tsepez · 8 years ago
  99. ef523dd Only create widgets if really needed. by dsinclair · 8 years ago
  100. a494191 Move some v8 objects from CJS back into FXJS by tsepez · 8 years ago