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