1. bbff419 Fix two bugs found by /analyze tool by weili · 9 years ago
  2. d23df55 Change to disable a warning for GCC compilation by weili · 9 years ago
  3. a54bc40 Add back-pointer to "Associated widget" to CFWL_WidgetImp. by tsepez · 9 years ago
  4. 816ff7b Make sure CFDE_XMLSyntaxParser's buffer is null terminated. by ochang · 9 years ago
  5. 800222e Fix MSVC C4800 build warnings. by thestig · 9 years ago
  6. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 9 years ago
  7. 7aed76f Fix a bug which may cause infinite loop by weili · 9 years ago
  8. 54ab234 Add opaque "layout item" to widgets for caller's use. by tsepez · 9 years ago
  9. 3bd3841 Remove checks for _WIN32_WCE. by thestig · 9 years ago
  10. 2f1e05a Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool. by thestig · 9 years ago
  11. 6a9b494 skia: add bitmap color table support by caryclark · 9 years ago
  12. 5c4dd35 Make additional FXJSE_CLASS_DESCRIPTORS constant by tsepez · 9 years ago
  13. 1c9cfe1 Make fm2jscontext's class descriptor a static constant. by tsepez · 9 years ago
  14. e3b2a4e Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS by tsepez · 9 years ago
  15. 60607c3 Enable chromium_code standard for XFA code by weili · 9 years ago
  16. fd6cfad Clean up CPDF_TextRenderer slightly. by thestig · 9 years ago
  17. 7091c5b Remove unused FWL_Error::OutOfMemory by tsepez · 9 years ago
  18. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 9 years ago
  19. d3e354a Remove default arguments in CFX_RenderDevice. by thestig · 9 years ago
  20. 41846a0 Remove default argument from RestoreState() methods. by thestig · 9 years ago
  21. e9885e7 Replace FXJSE_HCLASS with CFXJSE_Class* by dsinclair · 9 years ago
  22. d2b93df Remove one (of several) usages of SetPrivateData from IFWL_Widget by tsepez · 9 years ago
  23. 7f2abcc Replace FXJSE_HCONTEXT with CFXJSE_Context* by dsinclair · 9 years ago
  24. cfaffc0 Fix windows build breakage at 25fa42f398d1 by Tom Sepez · 9 years ago
  25. dd6a46c Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ ) by dsinclair · 9 years ago
  26. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 9 years ago
  27. 818e190 Remove parameters which are always null by dsinclair · 9 years ago
  28. 008ec70 Remove FX_GAMMA() and friends. They do nothing. by thestig · 9 years ago
  29. 4d1311b Fix a Skia build error from commit 1e2c557. by thestig · 9 years ago
  30. 7fa5513 Banish CFX_PrivateData to the XFA side by tsepez · 9 years ago
  31. ec3da5b Rename FXJSE_HRUNTIME to v8::Isolate by dsinclair · 9 years ago
  32. cece653 Remove CFX_PrivateData inheritance from CPDF_InterForm by tsepez · 9 years ago
  33. 5ce0968 Remove CFX_PrivateData from CPDF_Document by tsepez · 9 years ago
  34. 65be4b1 Complete or comment a couple Script_NodeClass functions by weili · 9 years ago
  35. 648575a Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} by tsepez · 9 years ago
  36. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 9 years ago
  37. edfd3c3 get skia building by caryclark · 9 years ago
  38. d6faaaa fix rotated and alpha bitmaps by caryclark · 9 years ago
  39. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 9 years ago
  40. 5aaa9bc Correctly implement GetPartState() function by weili · 9 years ago
  41. 7a213d9 Replace CFX_DSPATemplate with std::binary_search. by dsinclair · 9 years ago
  42. 1529756 Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. by tsepez · 9 years ago
  43. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 9 years ago
  44. a2d699f Rename IFX_Unknown to IFX_Retainable. by tsepez · 9 years ago
  45. db1a24e Remove dead code from CPDF_InterForm. by thestig · 9 years ago
  46. 27ddf16 Distinguish between user and owner passwords. by thestig · 9 years ago
  47. 490d612 Make CPDF_Function::Load() return an unique_ptr. by thestig · 9 years ago
  48. 109975b Use unique_ptr in CPDF_CidFont by tsepez · 9 years ago
  49. ef4e887 Clean up doc_ocg.cpp. by thestig · 9 years ago
  50. 09e139e Remove unused class CXFA_FFDocWidgetIterator by weili · 9 years ago
  51. 7ee2e53 Remove Release() from CFX_RTFBreak by tsepez · 9 years ago
  52. 524fa62 Clean up more XFA code which causes warnings by weili · 9 years ago
  53. 168fc2b Delete CPDF_Object::IsModified(). by thestig · 9 years ago
  54. 885bba0 Fix infinite recursion in CPDF_DocPageData::GetColorSpace(). by thestig · 9 years ago
  55. a55880d Add missing STDCALL for FPDFDoc_GetPageMode(). by thestig · 9 years ago
  56. b8bf55f Get rid of CPDF_Object::GetArray(). by thestig · 9 years ago
  57. 4cafdef Return no style in GetItemStyles() for item of null pointer by weili · 9 years ago
  58. 8f5f897 Add an enum to represent text rendering modes. by thestig · 9 years ago
  59. a2c06e4 Use enum type for char type variables by weili · 9 years ago
  60. f0a1282 Remove Release() from CFX_Barcode by tsepez · 9 years ago
  61. 76852be Fix /analyze warnings in fxbarcode/ by tsepez · 9 years ago
  62. 038aa53 Clean up XFA code which causes warnings by weili · 9 years ago
  63. dc3ccdf Fix a bug on scrollbar's checking theme states by weili · 9 years ago
  64. 7aaaae6 Use std::map in CXFA_ItemLayoutProcessor by tsepez · 9 years ago
  65. bc34be4 Use std::map for CFX_GEFont::m_FontMapper by tsepez · 9 years ago
  66. 24ca59c Fix unreachable code in fwl_comboboximp.cpp by tsepez · 9 years ago
  67. 92b5402 Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp by tsepez · 9 years ago
  68. 192bb33 Use std::map, std::unique_ptr in fwl_widgetmgrimp.h by tsepez · 9 years ago
  69. 5a5180e Use std::map in CXFA_FontMgr and CXFA_PDFFontMgr by tsepez · 9 years ago
  70. 1b99b2d Merge GetBits32() impls into one. Put it in fxcrt. by thestig · 9 years ago
  71. 3cbb6fb openjpeg: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc. by ochang · 9 years ago
  72. 788ac38 Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache by tsepez · 9 years ago
  73. 8b45eb1 Work around sign compare error from commit be9b894. by thestig · 9 years ago
  74. 6c93df8 Move fgas_sax into individual files in fde. by dsinclair · 9 years ago
  75. fc2cdf8 fgas/ code cleanup. by dsinclair · 9 years ago
  76. 411f118 Remove Release() from IFXCRT_FileAccess. by tsepez · 9 years ago
  77. 1f36fa8 Fix the Skia build after 9b1a0ee. by thestig · 9 years ago
  78. d77f417 Remove CFX_MapPtrToPtr in xfa_ffdocview.h by tsepez · 9 years ago
  79. bc2f0c5 Remove Release() from CXFA_FM2JSContext by tsepez · 9 years ago
  80. 39faf4f Remove Release() from CPDFDOC_Environment by tsepez · 9 years ago
  81. 9b1a0ee Fix Undefined-shift in CPDF_SampledFunc::v_Init(). by thestig · 9 years ago
  82. db9e498 Fix a potential nullptr deref in CFX_MapPtrToPtr. by thestig · 9 years ago
  83. 80f25a5 Fix leak in CPDF_StreamContentParser::AddTextObject(). by thestig · 9 years ago
  84. c7600f9 Remove CFX_DSPATemplate usage in CXFA_TextParser by dsinclair · 9 years ago
  85. f8d8ac4 Expand some typedefs to the original types by dsinclair · 9 years ago
  86. bc8a640 Correctly check for overflow in FX_atonum. by dsinclair · 9 years ago
  87. e97ea03 Fix memory leaks in pdfium_test. by thestig · 9 years ago
  88. bc91641 Cleanup unused fgas/ code. by dsinclair · 9 years ago
  89. d89fcb8 Remove Release() from CFX_StreamImp, rename to IFX_StreamImp by tsepez · 9 years ago
  90. 225a257 Fix a memory leak in opj_jp2_read_ihdr(). by thestig · 9 years ago
  91. 2346793 Remove Release() from CXFA_WidgetLayoutData by tsepez · 9 years ago
  92. 749c14c Remove agg from skia build by caryclark · 9 years ago
  93. 7b21423 Clean up CFX_RenderDevice::DrawNormalText(). by thestig · 9 years ago
  94. d1f843e Remove Release() from CFX_TxtBreak by tsepez · 9 years ago
  95. 87144d3 Remove Release() from CFDE_TxtEdit* classes by tsepez · 9 years ago
  96. 0aae2a7 Remove Release() from CXFA_FWLTheme by tsepez · 9 years ago
  97. f1a52ca Remove Release() from CXFA_ScriptContext by tsepez · 9 years ago
  98. cbfef57 Cleanup XFA_HASHCODE usage. by dsinclair · 9 years ago
  99. 1763f62 Remove Release() from CFX_SAXReader by tsepez · 9 years ago
  100. a039bc2 Remove Release() from CXFA_RenderContext by tsepez · 9 years ago